Master Unreal Tournament console commands and .ini file tweaks for summons, bots, FOV, mouse speed, and more.
Walkthrough
- 1Summoning Items: You can summon various items into Unreal Tournament rounds for practice. These commands work in online maps if you have server admin privileges. You can bind these commands to keys. Useful summons include:
- Rocket-launcher:
summon ut_eightball
- Rocket-launcher:
- 2Rocket-launcher ammo pack:
summon rocketpack - 3Shield-belt:
summon unreali.shieldbelt - 4Jump boots:
summon ut_jumpboots - 5Translocator:
summon translocator - 6Bot Management: Use console commands to manage bots. These commands are typed directly into the console.
- Kick a specific bot:
kick [bot name](replace [bot name] with the exact, case-sensitive bot name).
- Kick a specific bot:
- 7Add a specific number of bots:
addbots #(replace # with the number of bots to add). This may cause teams to shuffle if 'balance teams' is enabled. - 8Remove all bots:
killall bot. - 9Field Of View (FOV): To change your FOV, you need to edit the user.ini file. Find the
[Engine.PlayerPawn]section and change theDesiredFOVandDefaultFOVvalues. Lower numbers narrow your view, higher numbers broaden it (values above 110 are generally excessive). For example, setting both to90.000000will provide a wider view than the default. - 10Mouse Speeds: You can override the in-game mouse sensitivity settings by editing the user.ini file. Locate the
MouseXandMouseYlines under the[Engine.PlayerPawn]section (or similar, as the source implies it's within user.ini but doesn't specify a section for these) and set your desired values. Higher values result in more drastic speed changes. It's suggested to use a higher value for the Y-axis (up/down) than the X-axis (left/right). For example,MouseX=Axis aMouseX Speed=5.3andMouseY=Axis aMouseY Speed=8.75are provided as a starting point. - 11GUI Mouse Speed: If the cursor speed in menus is too fast, edit the unreal tournament.ini file. Search for the
[UTMenu.UTConsole]section and change theMouseScalevalue. A value like0.290000can make menu navigation more manageable. - 12Intro Movie: To disable the intro movie, open unreal tournament.ini. In the
[URL]section, changeLocalMap=CityIntro.unrtoLocalMap=UT-Logo-Map.unrfor a simple UT logo. Alternatively, if you have completed single-player sections, you can set it toLocalMap=EOL_Challenge.unrorLocalMap=EOL_Statues.unr. - 13Precaching: If you are using Direct3D and find precaching unnecessary for smoother visuals on modern computers, disable it by editing unreal tournament.ini. In the
[D3DDrv.D3DRenderDevice]section, changeUsePrecache=TruetoUsePrecache=False. - 14Coronas: To turn off light coronas (glare from lights), edit unreal tournament.ini. In the
[D3DDrv.D3DRenderDevice]section, changeCoronas=TruetoCoronas=False. - 15Advanced Options Menu: Access a hidden options menu by typing
preferencesinto the console. While generally not recommended for modification due to its similarity to .ini editing, you might find the following options of interest:- Display > Windows > Screen Flashes: Enable or disable the screen flash effect that occurs when you are shot.
- 16Game Settings > Game Speed: Adjust the universal game speed. Values faster than 1.1 or slower than... (the source cuts off here).
Tips
- You can bind the F1 key (or any key) to show scores only while the button is held down using the command:
[key]=ShowScores | onrelease ShowScores. - Experiment with mouse speed values in user.ini to find a comfortable balance between X and Y axis sensitivity for your specific setup.
- The advanced options menu in the console offers direct control over certain game settings, but proceed with caution as these mirror .ini file edits.
100% Human-Written. AI Fact-Checked. Community Verified. Learn how AntMag verifies content