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
OPENING CREDITS HELP
ZyLogicX Offline
Member

Posts: 245
Threads: 24
Joined: May 2011
Reputation: 6
#1
OPENING CREDITS HELP

I want to create an opening credits like this:

Written, scripted and created by ZyLogic
- The Elder Sign: The Asylum -

Beyond the Mountains of Madness [15%]
This forum is dying.
08-05-2011, 10:06 AM
Find
Tanshaydar Offline
From Beyond

Posts: 3,085
Threads: 17
Joined: Mar 2009
Reputation: 67
#2
RE: OPENING CREDITS HELP

http://wiki.frictionalgames.com/hpl2/amn..._functions

void StartCredits(string& asMusic, bool abLoopMusic, string& asTextCat, string& asTextEntry, int alEndNum);
Starts the end credits screen.

asMusic - the music to play (including .ogg)
abLoopMusic - determines whether the music should loop
asTextCat - the category to be used in the .lang file (must be “Ending”)
asTextEntry - the entry in the .lang file (must be “MainCredits”)
alEndNum - Amnesia has 3 different endings and displays a code at the bottom. Determines which code is displayed. 0-2 will display codes, any other integer will not.

08-05-2011, 11:26 AM
Website Find
MrBigzy Offline
Senior Member

Posts: 616
Threads: 18
Joined: Mar 2011
Reputation: 8
#3
RE: OPENING CREDITS HELP

Yeah, but that would end the game right after. :V

I don't think you'd be able to do that at the start.
08-05-2011, 03:46 PM
Find
Juby Away
Senior Member

Posts: 290
Threads: 2
Joined: May 2011
Reputation: 5
#4
RE: OPENING CREDITS HELP

You could fade the screen to black and disable player movement and look speed and then have a setmessage command at the start of the map to simulate credits.


Insanity. Static.
(This post was last modified: 08-05-2011, 04:04 PM by Juby.)
08-05-2011, 04:04 PM
Find
MrBigzy Offline
Senior Member

Posts: 616
Threads: 18
Joined: Mar 2011
Reputation: 8
#5
RE: OPENING CREDITS HELP

That might work, though the fade might also block out the words on the screen, not sure. And they wouldn't be scrolling, if that's what OP wants. D:
08-05-2011, 04:20 PM
Find
Khyrpa Offline
Senior Member

Posts: 638
Threads: 10
Joined: Apr 2011
Reputation: 24
#6
RE: OPENING CREDITS HELP

fadeout does not block out setmessages!

08-05-2011, 04:25 PM
Find
MrBigzy Offline
Senior Member

Posts: 616
Threads: 18
Joined: Mar 2011
Reputation: 8
#7
RE: OPENING CREDITS HELP

That's good, could be used for some opening stuff then.
08-05-2011, 08:34 PM
Find




Users browsing this thread: 1 Guest(s)