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 "Tank Combat"

From PCGamingWiki, the wiki about fixing PC games
Line 53: Line 53:
 
===Configuration file(s) location===
 
===Configuration file(s) location===
 
{{Game data|
 
{{Game data|
{{Game data/config|Windows}}
+
{{Game data/config|Windows|{{p|game}}\gameconfig.xml}}
 
}}
 
}}
  
Line 68: Line 68:
 
|ultrawidescreen wsgf award =  
 
|ultrawidescreen wsgf award =  
 
|4k ultra hd wsgf award    =  
 
|4k ultra hd wsgf award    =  
|widescreen resolution      = false
+
|widescreen resolution      = hackable
|widescreen resolution notes=  
+
|widescreen resolution notes= See [[#Widescreen resolution|Widescreen resolution]].
|multimonitor              = false
+
|multimonitor              = hackable
|multimonitor notes        =  
+
|multimonitor notes        = See [[#Widescreen resolution|Widescreen resolution]].
|ultrawidescreen            = false
+
|ultrawidescreen            = hackable
|ultrawidescreen notes      =
+
|ultrawidescreen notes      = See [[#Widescreen resolution|Widescreen resolution]].
|4k ultra hd                = false
+
|4k ultra hd                = hackable
|4k ultra hd notes          =  
+
|4k ultra hd notes          = See [[#Widescreen resolution|Widescreen resolution]].
|fov                        = false
+
|fov                        = hackable
|fov notes                  =  
+
|fov notes                  = See [[#Field of view (FOV)|Field of view (FOV)]].
|windowed                  = false
+
|windowed                  = hackable
|windowed notes            =  
+
|windowed notes            = See [[#Windowed|Windowed]].
 
|borderless windowed        = false
 
|borderless windowed        = false
 
|borderless windowed notes  =  
 
|borderless windowed notes  =  
Line 89: Line 89:
 
|upscaling tech            =  
 
|upscaling tech            =  
 
|upscaling notes            =  
 
|upscaling notes            =  
|vsync                      = unknown
+
|vsync                      = hackable
|vsync notes                =  
+
|vsync notes                = Off by default. See [[#Vertical sync (Vsync)|Vertical sync (Vsync)]].
 
|60 fps                    = true
 
|60 fps                    = true
 
|60 fps notes              =  
 
|60 fps notes              =  
Line 101: Line 101:
 
|color blind                = false
 
|color blind                = false
 
|color blind notes          =  
 
|color blind notes          =  
 +
}}
 +
 +
===[[Glossary:Widescreen resolution|Widescreen resolution]]===
 +
{{Fixbox|description=Edit gameconfig.xml|ref=<ref name="alphayellow">{{Refcheck|user=AlphaYellow|date=2024-05-13}}</ref>|fix=
 +
# Open {{file|{{p|game}}\gameconfig.xml}} with a text editor.
 +
# In the <code>Screen</code> part, search for <code>Width="800"</code> and <code>Height="600"</code> and change them to the desired resolution.
 +
 +
'''Notes'''
 +
{{++}} {{term|Hor+}} gameplay and HUD adjusts automatically too.<ref name="alphayellow"/>
 +
{{--}} Menus are stretched.
 +
}}
 +
 +
===[[Glossary:Field of view (FOV)|Field of view (FOV)]]===
 +
{{Fixbox|description=Edit gameconfig.xml|ref=<ref name="alphayellow"/>|fix=
 +
# Open {{file|{{p|game}}\gameconfig.xml}} with a text editor.
 +
# In the <code>Video</code> part, search for <code>FOV</code> and change it to the desired field of view.
 +
}}
 +
 +
===[[Glossary:Windowed|Windowed]]===
 +
{{Fixbox|description=Edit gameconfig.xml|ref=<ref name="alphayellow"/>|fix=
 +
# Open {{file|{{p|game}}\gameconfig.xml}} with a text editor.
 +
# In the <code>Screen</code> part, search for <code>FullScreen="true"</code> and change it to <code>FullScreen="false"</code>.
 +
}}
 +
 +
===[[Glossary:Vertical sync (Vsync)|Vertical sync (Vsync)]]===
 +
{{Fixbox|description=Edit gameconfig.xml|ref=<ref name="alphayellow"/>|fix=
 +
# Open {{file|{{p|game}}\gameconfig.xml}} with a text editor.
 +
# In the <code>Screen</code> part, search for <code>VSync="false"</code> and change it to <code>VSync="true"</code>.
 
}}
 
}}
  
Line 109: Line 137:
 
|acceleration option      = unknown
 
|acceleration option      = unknown
 
|acceleration option notes =  
 
|acceleration option notes =  
|mouse sensitivity        = unknown
+
|mouse sensitivity        = true
 
|mouse sensitivity notes  =  
 
|mouse sensitivity notes  =  
 
|mouse menu                = true
 
|mouse menu                = true
 
|mouse menu notes          =  
 
|mouse menu notes          =  
|invert mouse y-axis      = unknown
+
|invert mouse y-axis      = false
 
|invert mouse y-axis notes =  
 
|invert mouse y-axis notes =  
 
|touchscreen              = false
 
|touchscreen              = false
 
|touchscreen notes        =
 
|touchscreen notes        =
|controller support        = unknown
+
|controller support        = false
 
|controller support notes  =  
 
|controller support notes  =  
 
|full controller          = unknown
 
|full controller          = unknown
Line 173: Line 201:
 
|surround sound            = unknown
 
|surround sound            = unknown
 
|surround sound notes      =  
 
|surround sound notes      =  
|subtitles                = unknown
+
|subtitles                = false
 
|subtitles notes          =  
 
|subtitles notes          =  
|closed captions          = unknown
+
|closed captions          = false
 
|closed captions notes    =  
 
|closed captions notes    =  
|mute on focus lost        = unknown
+
|mute on focus lost        = true
 
|mute on focus lost notes  =  
 
|mute on focus lost notes  =  
 
|eax support              =  
 
|eax support              =  
Line 209: Line 237:
 
===API===
 
===API===
 
{{API
 
{{API
|direct3d versions      =  
+
|direct3d versions      = 9
 
|direct3d notes        =  
 
|direct3d notes        =  
 
|directdraw versions    =  
 
|directdraw versions    =  
Line 269: Line 297:
 
|OSfamily = Windows
 
|OSfamily = Windows
  
|minOS    =  
+
|minOS    = 2000, XP, Vista
|minCPU  =
+
|minCPU  = Intel 1.6 GHz
|minRAM  =  
+
|minCPU2  = AMD 1.6 GHz
|minHD    =  
+
|minRAM  = 512 MB
|minGPU  =  
+
|minHD    = 1.9 GB
|minVRAM  =
+
|minGPU  = NVIDIA GeForce 4
 +
|minGPU2  = ATI Radeon 8500
 +
|minVRAM  = 128 MB
 +
|minDX    = 9.0c
 +
|minother = Keyboard, Mouse and Speakers
  
 
|recOS    =  
 
|recOS    =  

Revision as of 15:14, 13 May 2024

Tank Combat
Tank Combat cover
Developers
Crazy House
Publishers
City Interactive
Release dates
Windows November 5, 2007
Taxonomy
Monetization One-time game purchase
Modes Singleplayer
Pacing Real-time
Perspectives Third-person
Controls Direct control
Genres Action, Shooter, TPS
Vehicles Tank
Art styles Realistic
Themes Europe, Historical, World War II
Tank Combat on IGDB

Tank Combat is a singleplayer third-person action, shooter and TPS game.

Availability

Source DRM Notes Keys OS
Retail
Disc check (requires the CD/DVD in the drive to play)
Simple disc check.
Windows

Game data

Configuration file(s) location

System Location
Windows <path-to-game>\gameconfig.xml[Note 1]

Save game data location

System Location
Windows

Video

Widescreen resolution

Edit gameconfig.xml[1]
  1. Open <path-to-game>\gameconfig.xml with a text editor.
  2. In the Screen part, search for Width="800" and Height="600" and change them to the desired resolution.

Notes

Hor+ gameplay and HUD adjusts automatically too.[1]
Menus are stretched.

Field of view (FOV)

Edit gameconfig.xml[1]
  1. Open <path-to-game>\gameconfig.xml with a text editor.
  2. In the Video part, search for FOV and change it to the desired field of view.

Windowed

Edit gameconfig.xml[1]
  1. Open <path-to-game>\gameconfig.xml with a text editor.
  2. In the Screen part, search for FullScreen="true" and change it to FullScreen="false".

Vertical sync (Vsync)

Edit gameconfig.xml[1]
  1. Open <path-to-game>\gameconfig.xml with a text editor.
  2. In the Screen part, search for VSync="false" and change it to VSync="true".

Input

Audio

Audio feature State Notes
Separate volume controls
Surround sound
Subtitles
Closed captions
Mute on focus lost
Royalty free audio

Localizations

Language UI Audio Sub Notes
English
Polish

Other information

API

Technical specs Supported Notes
Direct3D 9
Executable 32-bit 64-bit Notes
Windows

Middleware

No middleware information; you can edit this page to add it.

System requirements

Windows
Minimum
Operating system (OS) 2000, XP, Vista
Processor (CPU) Intel 1.6 GHz
AMD 1.6 GHz
System memory (RAM) 512 MB
Hard disk drive (HDD) 1.9 GB
Video card (GPU) NVIDIA GeForce 4
ATI Radeon 8500
128 MB of VRAM
DirectX 9.0c compatible
Other Keyboard, Mouse and Speakers


Notes

  1. When running this game without elevated privileges (Run as administrator option), write operations against a location below %PROGRAMFILES%, %PROGRAMDATA%, or %WINDIR% might be redirected to %LOCALAPPDATA%\VirtualStore on Windows Vista and later (more details).

References

  1. 1.0 1.1 1.2 1.3 1.4 Verified by User:AlphaYellow on 2024-05-13