Frictional Games Forum (read-only)

Full Version: [SOLVED]How to reload script changes without restarting?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to reload the changes I make to my script when I reload the map using f5, or at least without having to restart the game every time I make a tweak.

I have tried the following but the game is still refusing to use the updated .hps file when I reload the map:

Enabling Script Debug
Enabling Reload script at task switch
Enabling reload script constantly
Using the recompile script and lang button


is there anything I am missing?
I've never really had this issue, but here are the options I have enabled:

- Map: Auto reload resources
- Map: Reload script at task switch
- Map: Reload script constantly
- Map: Reload from current pos
(01-30-2016, 11:25 PM)Abion47 Wrote: [ -> ]I've never really had this issue, but here are the options I have enabled:

- Map: Auto reload resources
- Map: Reload script at task switch
- Map: Reload script constantly
- Map: Reload from current pos

Are the "- Map:" supposed to mean anything? or are these just the options from debug menu / settings cfg ?
It's just what section of the debug menu those options are under.
really cant seem to figure out what is causing this not to work. Is there any further information I can provide that might help on figuring out whats causing this?

The magical when you ask for help you figure it out on your own effect strikes again.

ForceCacheLoadingAndSkipSaving must be set to false in the User Settings Cfg for script reloading to work.