Hi, I would really like to not use the Pokegear in my game, but still have access to a Town Map. But each time I give the map to the player and he opens it I get this error message (even in Debug) and the game crashes:
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]
Exception: TypeError
Message: incompatible marshal file format (can't be read)
format version 4.8 required; 137.80 given
Backtrace:
<internal:marshal>:34:in `load'
GameData:204:in `load'
GameData:204:in `load_data'
GameData:204:in `load'
GameData:251:in `block in load_all'
GameData:249:in `each'
GameData:249:in `load_all'
StartGame:12:in `initialize'
Main:30:in `mainFunctionDebug'
Main:18:in `block in mainFunction'
Can someone help me? I only want to give the key Item "Town Map" to the player. I don't really need to disable the Pokegear, I just won't even give it to the player.
Thanks :)
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]
Exception: TypeError
Message: incompatible marshal file format (can't be read)
format version 4.8 required; 137.80 given
Backtrace:
<internal:marshal>:34:in `load'
GameData:204:in `load'
GameData:204:in `load_data'
GameData:204:in `load'
GameData:251:in `block in load_all'
GameData:249:in `each'
GameData:249:in `load_all'
StartGame:12:in `initialize'
Main:30:in `mainFunctionDebug'
Main:18:in `block in mainFunction'
Can someone help me? I only want to give the key Item "Town Map" to the player. I don't really need to disable the Pokegear, I just won't even give it to the player.
Thanks :)