Frictional Games Forum (read-only)
Reload Map and Quick Map Reload are not working in Development Mode. - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: Reload Map and Quick Map Reload are not working in Development Mode. (/thread-22394.html)



Reload Map and Quick Map Reload are not working in Development Mode. - GoreGrinder99 - 08-11-2013

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



RE: Reload Map and Quick Map Reload are not working in Development Mode. - The chaser - 08-11-2013

Check if there are .map_cache. In that case, delete them.


RE: Reload Map and Quick Map Reload are not working in Development Mode. - Your Computer - 08-11-2013

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.


RE: Reload Map and Quick Map Reload are not working in Development Mode. - GoreGrinder99 - 08-11-2013

(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!