Frictional Games Forum (read-only)

Full Version: Reloading map in full conversion
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys,

Every time I try to reload a map using the script debug menu, the error window (the one that shows up if something's wrong with your script) pops up and the map doesn't load. This is my first time making something that's a full conversion.

Here's a screenshot:
Spoiler below!
[Image: ZepHT2o.jpg]

It happens when I click Recompile Script and Lang, Reload Map, and Quick Map Reload.
Full conversions don't have a global.hps and inventory.hps to fall back on like regular custom stories do, so trying to reload from the debug menu won't work without them.
(01-31-2013, 08:10 AM)Your Computer Wrote: [ -> ]Full conversions don't have a global.hps and inventory.hps to fall back on like regular custom stories do, so trying to reload from the debug menu won't work without them.

Oh okay, thanks. That's dissapointing, because I tend to reload maps often using quick reload. I guess I'll stick to reloading the map by using "Load Map".
(01-31-2013, 09:12 AM)NaxEla Wrote: [ -> ]Oh okay, thanks. That's dissapointing, because I tend to reload maps often using quick reload. I guess I'll stick to reloading the map by using "Load Map".

Why not just create those files yourself?
Thanks Your Computer, it works now. Smile As I said, this is my first time making a full conversion, so I still have lots to learn about them.