Frictional Games Forum (read-only)

Full Version: scripting help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
im doing some scripting for my map and I don't know where to save the script? can anyone tell me which folder to save it in? I've tried some but can't figure it out.
The script (which is a .hps file) should be saved in the same folder where you keep your map files (.map). This should be located under:

redist/custom stories/maps
(06-18-2012, 03:02 AM)andyrockin123 Wrote: [ -> ]The script (which is a .hps file) should be saved in the same folder where you keep your map files (.map). This should be located under:

redist/custom stories/maps
when i saved the .hps file there, it still would not work. Am i doing something wrong?
the .hps must be the exact same name as the level it works with.
for example:

CORRECT
MapName.map
MapName.hps

INCORRECT
MapName.map
mapname.hps
(06-18-2012, 04:00 AM)Statyk Wrote: [ -> ]the .hps must be the exact same name as the level it works with.
for example:

CORRECT
MapName.map
MapName.hps

INCORRECT
MapName.map
mapname.hps
thank you I got it to work finally!