Frictional Games Forum (read-only)

Full Version: Credits
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've got a problem with the End of my Cs when i use the Key on the door normally it should start the credits but it's start the standart credits not mine.I hope you can help me with my problem.


(I'am not in dev mode)
We can't really help you because of the lack of information.
Uff sry here

PHP Code:
<CATEGORY Name="Ending">
            <
Entry Name ="MainCredits">Credits</Entry>
   </
CATEGORY

PHP Code:
        AddUseItemCallback("""key5""ENDE""ending"true); 

PHP Code:
//-----------------------------------------------------------------------------------
void ending(string &in itemstring &in entity)
{
        
StartCredits("ending_alexander.ogg"false"Ending""MainCredits"9001);
}
//--- 
Just name your credit to something else then MainCredits
does not work i get a black credits without text
It's supposed to be MainCredits. You had it right, but here's mine as an example:




<.CATEGORY Name="Ending">
<.Entry Name="MainCredits">Thank you for testing The Tomb![br][br]
Created By: [br]
Lolmaster[br][br]
Things to be Added:[br]
- More levels[br]
- More notes[br]
- More "background"[br]
- More scares![br]
<./Entry>
<./CATEGORY>

Don't actually put in periods, I just added them because the "formatted code" messes it up.