Uncapping the online fps:
Open the ut2004.ini and go to [Engine.LevelInfo] and then find this line 'MaxClientFrameRate=85', these are the default settings.
Change the value of the MaxClientFrameRate to let's say 150 which will net out around 144 fps ingame.
Example:
Code: Select all
[Engine.LevelInfo]
MaxClientFrameRate=150.0
Now we need to set up a keybind and change the netspeed in the user.ini, seems some servers use a higher netspeed that won't need you to use your keybind to uncap fps.
Open the user.ini and go to [Engine.Player] and find this line 'ConfiguredInternetSpeed='.
Change the value of the ConfiguredInternetSpeed to 10001.
Example:
Code: Select all
[Engine.Player]
ConfiguredInternetSpeed=10001
I have mine set up on numpad 4.
Example:
Code: Select all
[Engine.Input]
Numpad4=Netspeed 10001
If you want a more in depth explanation: http://unrealnorth.com/forums/topic/ut2 ... ngs-guide/
Edit: I made some alterations to this one for myself, it's in the second post.
Forcing default models:
This tweak will change/force all the player skins to one male and female skin, like Gorge and Rylisa for example.
Open the ut2004.ini and go to [UnrealGame.DeathMatch] and find or add these 2 lines 'bAllowPlayerLights=, bForceDefaultCharacter='
Change both values to true.
Example:
Code: Select all
[UnrealGame.DeathMatch]
bAllowPlayerLights=True
bForceDefaultCharacter=True
Example:
Code: Select all
[UnrealGame.UnrealPawn]
PlacedCharacterName=Gorge
PlacedFemaleCharacterName=Rylisa
Example:
Code: Select all
[DefaultPlayer]
Character=Gorge
With this tweak you can bind 2 weapons on one keybind and effectivly switch faster between your weapons while making nice combo's in between.
Open the user.ini and go to [Engine.Input] and look for the key's you want to use to bind your weapons on, you can have mousebuttons binded too.
I'm going to give one example like binding shock rifle and link gun to one key and I will add a list with all the weapon numbers.
Example:
Code: Select all
[Engine.Input]
Mouse5=pipedswitchweapon 4|pipedswitchweapon 5
On the same note, if I have my shock rifle allready pulled up and then use this keybind, it will switch to the link gun instead.
Weapon numbers:
1 Shieldgun
2 Asault Rifle
3 Bio Rifle / Spider Mines
4 ASMD
5 Link Gun
6 Mini Gun
7 Flak / Grenade Launcher
8 Rocket Launcher / Avril
9 Lightning gun / Sniper Rifle
10 Translocator
I hope the format is clear for everyone, these are some of my tweaks I am using myself.
Hf on the battlefield!