Frictional Games Forum (read-only)
My Custom Story is stuck on Loading... Page! - 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: My Custom Story is stuck on Loading... Page! (/thread-10700.html)



My Custom Story is stuck on Loading... Page! - MissMarilynn - 10-10-2011

NEW PROBLEM: My game shows up in the custom stories box but when I go to load it then it gets stuck on the loading... page. All the scripting below is the same.


Hello! I've been using my mac and the TextEdit program to script my game. It just won't show up no matter what I try. Maybe you can help?
My files:


(custom_story_settings.cfg)









Name = "Marilynnsdeath"

Author = "Marilynn"





MapsFolder = "maps/ch01/"

StartMap = "louisliz.map"

StartPos = "PlayerStartArea_1"

/>


(extra_english.lang)















This is a test. hurray.






and then the folder maps, ch01, and inside ch01 I have louisliz.map and louisliz.hps


(louisliz.hps)









void OnStart()

{

}


I've gone over this multiple times and it will just not show up. Any suggestions?


THANK YOU!



There is a lot of random spacing that showed up when I copy and pasted it here but I followed the scripting word for word when I followed tutorials and such. I know the spacing is correct if that is a issue.


RE: My Custom Story won't show up...? - Juby - 10-10-2011

on the "MapsFolder = "maps/ch01/"" line remove the / at the end.


(so it's MapsFolder = "maps/ch01"")

Also, if the story doesn't show up, it means there is something wrong with the custom_story_settings.cfg file.
And I hope you know how to set up these files (with all the <> and stuff)


RE: My Custom Story won't show up...? - Your Computer - 10-10-2011

http://support.apple.com/kb/ta20406


Custom Map is stuck at Loading... page? - MissMarilynn - 10-11-2011

It worked! Thank you so much! Now my only problem is that my map won't load and it is stuck at the loading... page?


RE: Custom Map is stuck at Loading... page? - Statyk - 10-11-2011

(10-11-2011, 02:17 AM)MissMarilynn Wrote: It worked! Thank you so much! Now my only problem is that my map won't load and it is stuck at the loading... page?
1) Is the SpawnPos correct?
2) What is your .hps EXACTLY?