Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Tribes: Vengeance"

From PCGamingWiki, the wiki about fixing PC games
Line 53: Line 53:
 
|multimonitor              = false
 
|multimonitor              = false
 
|multimonitor notes        =  
 
|multimonitor notes        =  
|ultrawidescreen            = unknown
+
|ultrawidescreen            = hackable
 
|ultrawidescreen notes      =  
 
|ultrawidescreen notes      =  
|4k ultra hd                = unknown
+
|4k ultra hd                = hackable
 
|4k ultra hd notes          =  
 
|4k ultra hd notes          =  
 
|fov                        = hackable
 
|fov                        = hackable
|fov notes                  = See the [http://www.wsgf.org/dr/tribes-vengeance WSGF entry].
+
|fov notes                  = 85°, {{term|Vert-}}. See [[#Field of view (FOV)|Field of view (FOV)]] or [http://www.wsgf.org/dr/tribes-vengeance WSGF entry].
|windowed                  = unknown
+
|windowed                  = hackable
|windowed notes            =  
+
|windowed notes            = See [[#Windowed|Windowed]].
|borderless windowed        = unknown
+
|borderless windowed        = hackable
|borderless windowed notes  =  
+
|borderless windowed notes  = Use [https://github.com/Codeusa/Borderless-Gaming/releases Borderless Gaming].
|anisotropic                = unknown
+
|anisotropic                = hackable
|anisotropic notes          =  
+
|anisotropic notes          = See [[#Anisotropic filtering (AF)|Anisotropic filtering (AF)]].
|antialiasing              = unknown
+
|antialiasing              = hackable
|antialiasing notes        =  
+
|antialiasing notes        = Force in the graphics card control panel.
|vsync                      = unknown
+
|vsync                      = hackable
|vsync notes                =  
+
|vsync notes                = See [[#Vertical sync (Vsync)|Vertical sync (Vsync)]].
 
|60 fps                    = true
 
|60 fps                    = true
|60 fps notes              =  
+
|60 fps notes              =
 
|120 fps                    = hackable
 
|120 fps                    = hackable
|120 fps notes              = Change "DesiredRefreshRate=144 in default.ini
+
|120 fps notes              = See [[#High frame rate|High frame rate]].
|hdr                        = unknown
+
|hdr                        = false
 
|hdr notes                  =  
 
|hdr notes                  =  
|color blind                = unknown
+
|color blind                = false
 
|color blind notes          =  
 
|color blind notes          =  
 +
}}
 +
 +
===[[Glossary:Widescreen resolution|Widescreen resolution]]===
 +
 +
{{Fixbox|description=Edit INI files|ref=<ref>[http://www.moddb.com/games/swat-4/addons/swat-4-widescreen-mod-gold-edition moddb, SWAT 4 Widescreen Mod (Gold Edition)]</ref>|fix=
 +
 +
{{ii}} Base game
 +
 +
# Go to the [[#Game data|configuration folder]].
 +
# Open {{file|DefTribesGUIState.ini}}.
 +
# Add or Adjust the following lines accordingly to your resolution
 +
<pre>ScreenResolutionChoices=800x600
 +
ScreenResolutionChoices=1024x576
 +
ScreenResolutionChoices=1024x768
 +
ScreenResolutionChoices=1280x720
 +
ScreenResolutionChoices=1280x1024
 +
ScreenResolutionChoices=1366x768
 +
ScreenResolutionChoices=1600x1200
 +
ScreenResolutionChoices=1920x1080
 +
ScreenResolutionChoices=2560x1440
 +
ScreenResolutionChoices=3840x2160</pre>
 +
}}
 +
 +
===[[Glossary:Field of view (FOV)|Field of view (FOV)]]===
 +
 +
{{Fixbox|description=Edit ini file|ref={{cn|date=January 2017}}|fix=
 +
# Go to the [[#Game data|Configuration file(s) location]].
 +
# Open {{file|User.ini}} (make sure you have run the game at least once).
 +
# Go to class <code>[Engine.PlayerController]</code>.
 +
# In this section adjust both <code>DesiredFOV=85.000000</code> and <code>DefaultFOV=85.000000</code>.
 +
}}
 +
 +
===[[Glossary:Windowed|Windowed]]===
 +
{{Fixbox|description=Edit ini file|ref={{cn|date=July 2016}}|fix=
 +
# Open <code>TV_CD_DVD.ini</code> within [[#Game data|configuration folder]] with a text editor (make sure you have run the game at least once)
 +
# Find <code>Suppress=WindowedMode</code> and comment it (put a <code>;</code> at beginning of the line)
 +
 +
'''Notes'''
 +
{{ii}} You can toggle between fullscreen and windowed mode with {{key|Alt|Enter}} now
 +
}}
 +
 +
===[[Glossary:Anisotropic filtering (AF)|Anisotropic filtering (AF)]]===
 +
{{Fixbox|description=Edit ini file|ref={{cn|date=July 2016}}|fix=
 +
# Open <code>TV_CD_DVD.ini</code> within [[#Game data|configuration folder]] with a text editor (make sure you have run the game at least once)
 +
# Go to class <code>[D3DDrv.D3DRenderDevice]</code>.
 +
# In this section adjust line <code>LevelOfAnisotropy=1</code> (maximum is 16).
 +
}}
 +
 +
===[[Glossary:Vertical sync (Vsync)|Vertical sync (Vsync)]]===
 +
{{Fixbox|description=Edit ini file|ref={{cn|date=July 2016}}|fix=
 +
# Open <code>TV_CD_DVD.ini</code> within [[#Game data|configuration folder]] with a text editor (make sure you have run the game at least once)
 +
# Go to class <code>[D3DDrv.D3DRenderDevice]</code>.
 +
# In this section find <code>UseVSync=False</code> which can be set to true to enable v-sync
 +
}}
 +
===[[Glossary:Frame rate (FPS)|High frame rate]]===
 +
{{Fixbox|description=Edit ini file|ref={{cn|date=July 2016}}|fix=
 +
# Open <code>TV_CD_DVD.ini</code> within [[#Game data|configuration folder]] with a text editor (make sure you have run the game at least once)
 +
# Go to class <code>[D3DDrv.D3DRenderDevice]</code>.
 +
# In this section adjust line <code>DesiredRefreshRate=60</code>
 
}}
 
}}
  

Revision as of 16:04, 2 February 2018

This page is a stub: it lacks content and/or basic article components. You can help to expand this page by adding an image or additional information.
Tribes: Vengeance
Tribes: Vengeance cover
Developers
Irrational Games
Publishers
Sierra Entertainment
Engines
Unreal Engine 1
Release dates
Windows October 5, 2004
Tribes: Vengeance on Wikipedia

Warnings

GameSpy online services have been shut down (see Network for solutions).
Tribes
Subseries of Metaltech
Starsiege: Tribes 1998
Tribes 2 2001
Tribes: Vengeance 2004
Tribes: Ascend 2012
Tribes 3: Rivals 2024

Key points

Re-released for free by Hi-Rez Studios in 2015

General information

Tribalwar
Subreddit
Fan site with download

Availability

Source DRM Notes Keys OS
Official website
DRM details are not known
Windows

Game data

Configuration file(s) location

Template:Game data/row
System Location

Save game data location

Template:Game data/row
System Location

Video settings

Template:Video settings

Widescreen resolution

Edit INI files[1]
Base game
  1. Go to the configuration folder.
  2. Open DefTribesGUIState.ini.
  3. Add or Adjust the following lines accordingly to your resolution
ScreenResolutionChoices=800x600
ScreenResolutionChoices=1024x576
ScreenResolutionChoices=1024x768
ScreenResolutionChoices=1280x720
ScreenResolutionChoices=1280x1024
ScreenResolutionChoices=1366x768
ScreenResolutionChoices=1600x1200
ScreenResolutionChoices=1920x1080
ScreenResolutionChoices=2560x1440
ScreenResolutionChoices=3840x2160

Field of view (FOV)

Edit ini file[citation needed]
  1. Go to the Configuration file(s) location.
  2. Open User.ini (make sure you have run the game at least once).
  3. Go to class [Engine.PlayerController].
  4. In this section adjust both DesiredFOV=85.000000 and DefaultFOV=85.000000.

Windowed

Edit ini file[citation needed]
  1. Open TV_CD_DVD.ini within configuration folder with a text editor (make sure you have run the game at least once)
  2. Find Suppress=WindowedMode and comment it (put a ; at beginning of the line)

Notes

You can toggle between fullscreen and windowed mode with Alt+ Enter now

Anisotropic filtering (AF)

Edit ini file[citation needed]
  1. Open TV_CD_DVD.ini within configuration folder with a text editor (make sure you have run the game at least once)
  2. Go to class [D3DDrv.D3DRenderDevice].
  3. In this section adjust line LevelOfAnisotropy=1 (maximum is 16).

Vertical sync (Vsync)

Edit ini file[citation needed]
  1. Open TV_CD_DVD.ini within configuration folder with a text editor (make sure you have run the game at least once)
  2. Go to class [D3DDrv.D3DRenderDevice].
  3. In this section find UseVSync=False which can be set to true to enable v-sync

High frame rate

Edit ini file[citation needed]
  1. Open TV_CD_DVD.ini within configuration folder with a text editor (make sure you have run the game at least once)
  2. Go to class [D3DDrv.D3DRenderDevice].
  3. In this section adjust line DesiredRefreshRate=60

Input settings

Template:Input settings

Mouse acceleration

Edit User.ini[citation needed]
  1. Go to the Configuration file(s) location.
  2. Open User.ini (make sure you have run the game at least once)
  3. Add the following lines at the bottom:
[Engine.PlayerInput]
bInvertMouse=False
MouseSmoothingMode=0
MouseSmoothingStrength=0.000000
MouseSensitivity=1.00000
MouseSamplingTime=0.001
MouseAccelThreshold=0.000000
DoubleClickTime=0.200000
[Engine.PlayerInput] entries are created upon inverting mouse y-axis

Mouse sensitivity

Edit User.ini[citation needed]
  1. Set in-game sensitivity slider to 1.00
  2. Calculate your sensitivity for UT2004 on mouse-sensitivity.com
  3. Edit your User.ini with a text editor:
[Engine.Input]
MouseX=Count bXAxis | Axis aMouseX Speed=2.0
MouseY=Count bYAxis | Axis aMouseY Speed=2.0

[Engine.PlayerInput]
MouseSensitivity=1.00000
[Engine.PlayerInput] entries are created upon inverting mouse y-axis

Audio settings

Template:Audio settings

Network

Multiplayer types

Type Native Notes
LAN play
Online play
GameSpy services have been shut down;[2] see GameSpy for workarounds.

Other information

API

Executable 32-bit 64-bit Notes
Windows

Middleware

Middleware Notes
Multiplayer GameSpy

System requirements

Windows
Minimum
Operating system (OS)
Processor (CPU)
System memory (RAM)
Hard disk drive (HDD)

References