That error probably because you didn't install RTPany reason why when lunching the game it says : "RGSS202J cant be found"
even tho its right there in the file ?
i even lunched it with aplocal
ahhh that might explain, and damn, that a really usfull thread, ty :3That error probably because you didn't install RTP
https://f95zone.to/threads/rpg-maker-help-section.921/
gracias
[/CITA]
You must be registered to see the links(HERE to update and open the launcher)
the file isnt available on MEGA anymore, does anyone have it? pleaseI've figured out what the heck was going on with these drops! The game is using a custom script (KGC_ExtraDropItem) to handle them instead of using RPG Maker's built in drop values, so this is why they were all blank except for three bosses. I compared the Japanese version vs the translated one in RPG Maker and found one of the lines in the script had some of its text translated which stopped it from running. I edited the version of the game you uploaded, here's the data folder with my fix.
If anyone has RPG Maker VX and wants to fix it themselves, just go to the script named 'ドロップ拡張' (6th script from the bottom) and change line 21 to thisDROP_ITEM = /<(?:DROP|ドロップ)\s*([IWA]):(\d+)\s+(\d+)([%%])?>/i
Also remove all the drops from enemies in the Enemies tab of the database section, except for the three bosses that drop 'Shadow of the *'.
Nevermind, this version includes all of the fixes. Thank you so much SameUser1! You are the best!
Just in case you need it anyway or for anyone else, here's my original fix.Nevermind, this version includes all of the fixes. Thank you so much SameUser1! You are the best!
I´ve tried the game with your fix, and it has way better item drop rates than the compressed version. Thank you so much! You saved me quite a few hours of grinding for items.Just in case you need it anyway or for anyone else, here's my original fix.