Frictional Games Forum (read-only)
scripting help - 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: scripting help (/thread-16257.html)



scripting help - Shift421 - 06-18-2012

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.


RE: scripting help - Adny - 06-18-2012

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


RE: scripting help - Shift421 - 06-18-2012

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


RE: scripting help - Statyk - 06-18-2012

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


RE: scripting help - Shift421 - 06-18-2012

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