MLP RPG Hotfix 1.999 ''bug'' - Printable Version +- Darkky Minecraft Server Forum (https://darkkyshadow.com/forum/secret) +-- Forum: Others (https://darkkyshadow.com/forum/secret/forumdisplay.php?fid=32) +--- Forum: RPG game section (https://darkkyshadow.com/forum/secret/forumdisplay.php?fid=34) +--- Thread: MLP RPG Hotfix 1.999 ''bug'' (/showthread.php?tid=129) |
MLP RPG Hotfix 1.999 ''bug'' - yamimash - 03-09-2013 I don't really know if this is a bug or whatnot but when I transferred a save file and loaded it, once I clicked on Skill Masteries, It crashes my game and shows an error message saying : Script 'skill replacement' line 45: NoMethodError occurred, Undefined method 'include?' for:NilClass. RE: MLP RPG Hotfix 1.999 ''bug'' - harvard1932 - 03-09-2013 you have to restart on a new save. RE: MLP RPG Hotfix 1.999 ''bug'' - Sarkany - 03-09-2013 Out of curiosity, what causes these saves to break so often? Is it something to do with the game maker system you use? RE: MLP RPG Hotfix 1.999 ''bug'' - harvard1932 - 03-09-2013 Fairly simple. Scripts contains global variables. When you load a save file from a older version, when that global variable isn't located. It crashes. And the only way to memorize that global variable is to start a new game. Also, save system MLP RPG uses is dynamic; the best save system out there that allows FULL infinite amount of game customization, but the down side would be it is hard to make patches compatible without wasting ton of time on it. |