Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script Help Credits
lexlex57 Offline
Junior Member

Posts: 3
Threads: 1
Joined: Jul 2012
Reputation: 0
#1
Credits

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)
07-31-2012, 05:49 PM
Find
lolmaster Offline
Member

Posts: 170
Threads: 9
Joined: Jul 2012
Reputation: 6
#2
RE: Credits

We can't really help you because of the lack of information.


07-31-2012, 06:55 PM
Find
lexlex57 Offline
Junior Member

Posts: 3
Threads: 1
Joined: Jul 2012
Reputation: 0
#3
RE: Credits

Uff sry here

PHP Code: (Select All)
<CATEGORY Name="Ending">
            <
Entry Name ="MainCredits">Credits</Entry>
   </
CATEGORY

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

PHP Code: (Select All)
//-----------------------------------------------------------------------------------
void ending(string &in itemstring &in entity)
{
        
StartCredits("ending_alexander.ogg"false"Ending""MainCredits"9001);
}
//--- 
07-31-2012, 07:02 PM
Find
SilentStriker Offline
Posting Freak

Posts: 950
Threads: 26
Joined: Jul 2011
Reputation: 43
#4
RE: Credits

Just name your credit to something else then MainCredits

07-31-2012, 07:32 PM
Find
lexlex57 Offline
Junior Member

Posts: 3
Threads: 1
Joined: Jul 2012
Reputation: 0
#5
RE: Credits

does not work i get a black credits without text
07-31-2012, 08:51 PM
Find
lolmaster Offline
Member

Posts: 170
Threads: 9
Joined: Jul 2012
Reputation: 6
#6
RE: Credits

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.


07-31-2012, 11:56 PM
Find




Users browsing this thread: 1 Guest(s)