Editing Map Load tips! omg!
Posted: Mon May 08, 2006 6:49 pm
Yep, thats right, you can make those annoying tips while the map is loading say whatever the hell you want. Curious?
Ok, gonna teach you how to do this for whoever wants to know or wants to bother reading all this.
First, go into your UT system folder, usually C:\UT2004\System. Look for the file UnrealGame.int and open it up in notepad or wordpad. Keep in mind that each gametype has it's own tips. You'll notice that the game developers organized each part of the game with words in brackets at the begining of each section of code. Not only that, but it's in alphebetical order. gg Epic.
Search for the gametype you want. The gametypes I usually edit are [DeathMatch], [TeamGame] and [CTFGame]. Under those "markers" you'll find a line of hints. For example:
DMHints=("Every weapon has two firing modes, a regular fire mode when you press %FIRE% and an alternate fire mode when you press %ALTFIRE%.")
This is the easy part. Just edit what the text in between the quotes is. If you want it to choose form multiple hints, make sure each one has it's own quotes and seperate each one by a comma. Besides that you can put whatever you want in there, just make sure you close the parenthasees. Here's an example:
DMHints=("You can train a n00b, but he'll just be a trained n00b.", "GLHF")
GL and happy editing!
Ok, gonna teach you how to do this for whoever wants to know or wants to bother reading all this.
First, go into your UT system folder, usually C:\UT2004\System. Look for the file UnrealGame.int and open it up in notepad or wordpad. Keep in mind that each gametype has it's own tips. You'll notice that the game developers organized each part of the game with words in brackets at the begining of each section of code. Not only that, but it's in alphebetical order. gg Epic.
Search for the gametype you want. The gametypes I usually edit are [DeathMatch], [TeamGame] and [CTFGame]. Under those "markers" you'll find a line of hints. For example:
DMHints=("Every weapon has two firing modes, a regular fire mode when you press %FIRE% and an alternate fire mode when you press %ALTFIRE%.")
This is the easy part. Just edit what the text in between the quotes is. If you want it to choose form multiple hints, make sure each one has it's own quotes and seperate each one by a comma. Besides that you can put whatever you want in there, just make sure you close the parenthasees. Here's an example:
DMHints=("You can train a n00b, but he'll just be a trained n00b.", "GLHF")
GL and happy editing!