Frictional Games Forum (read-only)
[SOLVED] Credits trigger broke my language file :( - 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: [SOLVED] Credits trigger broke my language file :( (/thread-13112.html)



[SOLVED] Credits trigger broke my language file :( - Strembitsky - 02-05-2012

I was finishing my CS, and everything was working beautifully. Then, as soon as I implemented the trigger, my map stopped using anything in the language file. For example, no description. Here is what I used to roll the credits:

Code:
void StartCredits(string& asMusic, bool abLoopMusic, string& "Ending", string& "MainCredits", int 1);


and here is what I used for the credits in the language file:

Code:
Map by:[br]Strembitsky[br][br]This was meant to be a simple map designed to get me familarized[br]with the editor. I will make more maps eventually!


FIXED IT, NEVERMIND Smile


RE: Credits trigger broke my language file :( - Statyk - 02-05-2012

could you change the topic prefix to "SOLVED"? To keep people from checking in on this if it's solved please?