Frictional Games Forum (read-only)

Full Version: Can't reload map in FC
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am working on a fully isolated full conversion created in accordance to the guide created by Your Computer. However when I try to reload my map in game by pressing Reload Map or Quick Map Reload on the Debug Toolbar a message appears called "Script output for Inventory" but there's nothing written in it. I haven't written anything in the script for the map other than the usual OnEnter OnStart and OnLeave.
Yes, I've noticed this too. I don't think it's possible. You could try creating a test story and load your maps from there, and then just insert them into the custom story when you're done.

But all in all, it's a question about seconds and a few mouse clicks. Could you be willing to comprehend the time-usage of that?
Well, I am making a full conversion not a custom story and I find it strange that it'd be impossible to reload the map through the usual debug menu. But yeah, of course I could make my maps separately and then insert them but I'd preffer to reload them directly from my fc.
Full conversions don't have an inventory.hps and global.hps file to fall back on like regular custom stories do. The game requires the existence of these files (with the OnGameStart function) in order to use the debug menu's reload map feature.
(06-02-2013, 01:26 AM)Your Computer Wrote: [ -> ]Full conversions don't have an inventory.hps and global.hps file to fall back on like regular custom stories do. The game requires the existence of these files (with the OnGameStart function) in order to use the debug menu's reload map feature.

Okay, now I understand. Thank you.