Frictional Games Forum (read-only)
Need Credit Roll when i leave the map.[not solved] - 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: Need Credit Roll when i leave the map.[not solved] (/thread-20881.html)



Need Credit Roll when i leave the map.[not solved] - VeNoMzTeamHysterical - 03-23-2013

HPS

void OnLeave()
{
StartCredits("Creditsong.ogg", false, "Ending", "maincredits", 0);
}

LANG

<CATEGORY Name="Ending">
<Entry Name="maincredits">Amnesia - Halloween!</Entry>
</CATEGORY>


The problem is the music starts playing but not the text...
And i just go to the next map.... but i want the blackscreen with the text credit.

Anyone knows what the problem is?


RE: Need Credit Roll when i leave the map.[not solved] - PutraenusAlivius - 03-23-2013

OH MY GOD. YOU BUMPED TWO OLD THREADS AND NOW YOU'RE MAKING ANOTHER ONE. WHY BUMPING THE TWO OF THOSE IF YOU'RE GONNA MAKE A THREAD ABOUT IT?

Anyway, change both the category and the entry name.


RE: Need Credit Roll when i leave the map.[not solved] - VeNoMzTeamHysterical - 03-23-2013

(03-23-2013, 03:40 PM)JustAnotherPlayer Wrote: OH MY GOD. YOU BUMPED TWO OLD THREADS AND NOW YOU'RE MAKING ANOTHER ONE. WHY BUMPING THE TWO OF THOSE IF YOU'RE GONNA MAKE A THREAD ABOUT IT?

Anyway, change both the category and the entry name.

Did i really made already a threat of this?

Anyway i gonna try xD

(03-23-2013, 03:40 PM)JustAnotherPlayer Wrote: OH MY GOD. YOU BUMPED TWO OLD THREADS AND NOW YOU'RE MAKING ANOTHER ONE. WHY BUMPING THE TWO OF THOSE IF YOU'RE GONNA MAKE A THREAD ABOUT IT?

Anyway, change both the category and the entry name.

Still not working it just loads the next map and only starts the music.


RE: Need Credit Roll when i leave the map.[not solved] - PutraenusAlivius - 03-24-2013

StartCredits can only be made on story endings. Using it to load to another map WILL not give you the credits. As the black screen from level door had the highest priority.