Frictional Games Forum (read-only)
[SOLVED]Credits Big Font - 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: [SOLVED]Credits Big Font (/thread-18312.html)

Pages: 1 2


[SOLVED]Credits Big Font - FlawlessHappiness - 09-13-2012

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?


RE: Credits Big Font - Robby - 09-13-2012

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.


RE: Credits Big Font - Adny - 09-13-2012

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.


RE: Credits Big Font - FlawlessHappiness - 09-13-2012

Yea maybe... Ill try... But how automatic is it Wink


RE: Credits Big Font - Your Computer - 09-13-2012

Code:
[br]*Header[br]



RE: Credits Big Font - FlawlessHappiness - 09-13-2012

(09-13-2012, 06:51 PM)Your Computer Wrote:
Code:
[br]*Header[br]
Thank you YC Wink


RE: [SOLVED]Credits Big Font - Damascus - 10-25-2012

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?


RE: [SOLVED]Credits Big Font - Your Computer - 10-25-2012

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."


RE: [SOLVED]Credits Big Font - Damascus - 10-25-2012

Ah, I see. Thanks mate, working fine now!


RE: [SOLVED]Credits Big Font - Darkfire - 04-03-2015

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 ?