Frictional Games Forum (read-only)

Full Version: [SOLVED]Credits Big Font
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I've seen in some CSs credits, they have a big font as a heading. It is very nice, and in the same font-theme as amnesias logo. How do you make it?
I'm not sure, but I think it is automatic. Try poking into some Custom Stories' language file. Maybe you have to apply some kind of font effect.
Are you referring to introduction credits or end credits? I'm pretty sure you can't modify the end credits without making a full conversion then editing a ton of files.
Yea maybe... Ill try... But how automatic is it Wink
Code:
[br]*Header[br]
(09-13-2012, 06:51 PM)Your Computer Wrote: [ -> ]
Code:
[br]*Header[br]
Thank you YC Wink
Sorry to revive a really old thread, but I stumbled upon this during a search.

I put a * at the beginning of everything I wanted with fancy text, but it seems to only be working with the first line. However, TDD seems to be able to use the fancy text at several places through the credits. Am I missing something?
The [br] is part of the header syntax; simply having an asterisk isn't going to cut it. For example, the one at the end tells the engine, "I want the header to end here."
Ah, I see. Thanks mate, working fine now!
Sorry for necro bump.

I'm having the same problem as the guy above. I think I don't understand the answer though:

I have this in the lang entry:

*AMNESIA: blabla[br][br][br][br] and it works.
*AMNESIA: blabla*[br][br][br][br] also works (it doesn't show the asterisk on the end).

However, after any of these, the rest doesn't work

*Story, maps, scripting, odds and sods*[br][br] Darkfire
*Story, maps, scripting, odds and sods[br][br] Darkfire

Both of these don't work. What am I doing wrong ?
Pages: 1 2