[PLUGIN CONDITION ICONS 2K3 BUG] BUG WITH MORE IMAGES

Posts

Pages: 1
Hello everyone!

Y put in my game the plugin named condition icons by cherry in my game, and works perfect, but recently i follow the instructions of cherry for put more than 50 pics using rpg maker 2003 ultimate, the bug appears in the battles, when start a battle appears a message with "The plugin "condition icons" is invalid".

I hope anyone can help me with this!

Thanks people!
In your DynRPG.ini, did you put
[condition icons]
or
[condition_icons]

I think it should be the latter--whatever the filename of the dll is surrounded by brackets.
author=PepsiOtaku
In your DynRPG.ini, did you put
[condition icons]
or
[condition_icons]


I think it should be the latter--whatever the filename of the dll is surrounded by brackets.


I PepsiOtaku! Thanks for answer me!

Yes, i put as you say, and is the latter in dynrpg.ini. But not work.
Screenshots please. Show us exactly how the ini page looks.
Sorry for the time ago, here is image of that error:



And the INI page looks:

author=Code

SessionStart=4003
SessionCurrent=4004
SessionSecs=4005
PlaytimeSecs=4006
PlaytimeHH=4007
PlaytimeMM=4008
PlaytimeSS=4009
RestartTrigger=4010
ForegroundVar=4011
BackgroundVar=4012
ForegroundImage=Picture\menu-time_fg.png
DummyImage=Picture\Pixel.png
BackgroundImage=Picture\Pixel.png
TimeTextDisplay=$lTiempo:


OrderSwitch=320


Condition2=Picture\Veneno.png
Condition3=Picture\Ceguera.png
Condition4=Picture\Mudez.png
Condition5=Picture\Furia.png
Condition6=Picture\Caos.png
Condition7=Picture\Sueño.png
Condition8=Picture\Aturdido.png
Condition9=Picture\Confuso.png
Condition10=Picture\Asustado.png
Condition12=Picture\Cansado.png
Condition16=Picture\Prisa.png
Condition17=Picture\Magia.png
Condition18=Picture\Vital.png
Condition19=Picture\Espejo.png
Condition20=Picture\Parado.png
Condition21=Picture\Bendicion.png
Condition25=Picture\atk.png
Condition26=Picture\Defensa.png
Condition27=Picture\PM.png
Condition28=Picture\Sellado.png
Condition29=Picture\Sello.png
Use
[code][/code]
Otherwise, anything in brackets will not show up in your post.

I'm guessing it's this:
TimeTextDisplay=$lTiempo

Try removing the "$l" part of it. As a workaround, you could add a couple space characters in front and then put the icon in your foreground image.

This could also be your problem
Condition7=Picture\Sueño.png

Try replacing ñ with n.

Yeah, ummm don't use Spanish pronunciation or $ signs. Certain symbols cause problems because they are associated with code (for instance, most file names can't have the * / \ | < > or ? symbols).

So as general practice, having it display correctly is less a priority than having it easy to read by any system.

Also, the $ codes are internal to 2k3, they aren't necessarily gonna be read by the plugins. So things should not have any diacritical marks ( ` ~ ^ that .. above letters), nor any symbols (@ # $ % & *). Just the name and location in simple roman letters.
Condition icons works well, but only see this message after follow the cherry instructions to use more of 50 pics (i put 77 pics), if back to 50 pics the plugin don't show that error.

Here the instruccions i follow:
You need to use RPG Maker 2009 Ultimate. You then just need to create a file called morepictures.ini (or whatever name you like) in RPG Maker 2009 Ultimate's uimod folder and put the following text into it:

DialEdit1.MaxValue=100000


DialEdit1.MaxValue=100000


DialEdit1.MaxValue=100000
Then you need to edit the ultimate.ini file: Open it in a text editor, go to the section and add your file at the end of the section.
Try the latest dynloader.dll and tell me if it still happens: http://share.cherrytree.at/showfile-10117/dynloader.dll
author=Cherry
Try the latest dynloader.dll and tell me if it still happens: http://share.cherrytree.at/showfile-10117/dynloader.dll


With the old dynloader (size:181kb) happens sometimes, i try with that dynloader (size:169kb) and tell you the results. Thanks for your time cherry!
Ok then, i tested hardly and the problem it's solved with that new loader! Thanks Cherry!
Pages: 1