Frictional Games Forum (read-only)
Add Specific Load Screens - 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 (https://www.frictionalgames.com/forum/forum-35.html)
+--- Thread: Add Specific Load Screens (/thread-6889.html)



Add Specific Load Screens - Viperdream - 03-14-2011

I have a little problem with the loading screens

They all work perfect. But how do I add a load screen for a specific room that the player enters in a map where several other entrances to other maps are? Like in a hub
I hope you can understand me :<


RE: Add Specific Load Screens - Tanshaydar - 03-14-2011

You can make them random.


RE: Add Specific Load Screens - Pandemoneus - 03-14-2011

I'd probably create a GlobalVarInt.
Set that GlobalInt to a specific value when you interact with the level door and in the OnLeave function check what GlobalInt you used and then make it load a specific screen.


RE: Add Specific Load Screens - Viperdream - 03-14-2011

I see, I think I get it.

I'll try it out and see what happens