Frictional Games Forum (read-only)

Full Version: Reload Map and Quick Map Reload are not working in Development Mode.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've had this problem for a while not and wasn't a big deal but is now starting to bother me. The Reload Map and Quick Map Reload in my Development Mode aren't working for me. The Test Change Map Save and Teleport to start pos work just fine and everything else as well, just not those two I'm having trouble with.

I'm not sure if this is necessary information but I do get the lines in the Script output for Inventory box:

main (2, 1) : INFO : Compiling void OnStart()
main (6, 28) : WARN : Conversion from double to float, possible lost of precision
main (6, 21) : WARN : Conversion from double to float, possible lost of precision
Check if there are .map_cache. In that case, delete them.
Sounds like you're working on a full conversion. In that case, you have to create global.hps and inventory.hps for your full conversion with their OnGameStart functions. It's not a map cache issue.
(08-11-2013, 11:28 PM)Your Computer Wrote: [ -> ]Sounds like you're working on a full conversion. In that case, you have to create global.hps and inventory.hps for your full conversion with their OnGameStart functions. It's not a map cache issue.

You were right, all I needed was the inventory.hps. Thank you!