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 "Extreme-G 2"

From PCGamingWiki, the wiki about fixing PC games
(filled most of the info, custom resolution, version differences)
(options menu screenshots, fixes for crashes and grahical glitches on newer Windows)
Line 19: Line 19:
 
'''Key points'''
 
'''Key points'''
 
{{--}} PC version doesn't have multiplayer.
 
{{--}} PC version doesn't have multiplayer.
 +
{{ii}} Original retail version requires few fixes to work on modern Windows, see [[#Issues fixed|Issues fixed]].
  
 
'''General information'''
 
'''General information'''
Line 59: Line 60:
  
 
==Video settings==
 
==Video settings==
 +
{{Image|Extreme G-2 - options menu.png|Game options menu.}}
 
{{Video settings
 
{{Video settings
 
|wsgf link                  =  
 
|wsgf link                  =  
Line 79: Line 81:
 
|borderless windowed        = false
 
|borderless windowed        = false
 
|borderless windowed notes  =  
 
|borderless windowed notes  =  
|anisotropic                = false
+
|anisotropic                = hackable
|anisotropic notes          =  
+
|anisotropic notes          = Can be forced using [[#Rendering glitches|dgVoodoo 2]].
|antialiasing              = false
+
|antialiasing              = hackable
|antialiasing notes        =  
+
|antialiasing notes        = Can be forced using [[#Rendering glitches|dgVoodoo 2]].
|vsync                      = unknown
+
|vsync                      = true
|vsync notes                =  
+
|vsync notes                = On by default, no option to disable.
 
|60 fps                    = false
 
|60 fps                    = false
 
|60 fps notes              = Capped at 33 FPS.
 
|60 fps notes              = Capped at 33 FPS.
Line 102: Line 104:
  
 
==Input settings==
 
==Input settings==
 +
{{Image|Extreme G-2 - controls menu.png|Controls configuration menu.}}
 
{{Input settings
 
{{Input settings
 
|key remap                = true
 
|key remap                = true
|key remap notes          = Press {{key|Space}} in the bike selection screen to enter the key configuration screen.
+
|key remap notes          = Press {{key|Space}} in the bike selection screen to enter controls configuration menu.
 
|acceleration option      = false
 
|acceleration option      = false
 
|acceleration option notes =  
 
|acceleration option notes =  
Line 118: Line 121:
 
|full controller notes    =  
 
|full controller notes    =  
 
|controller remap          = true
 
|controller remap          = true
|controller remap notes    = Press {{key|Space}} in the bike selection screen to enter the key configuration screen (only buttons can be remapped).
+
|controller remap notes    = Press {{key|Space}} in the bike selection screen to enter controls configuration menu (only buttons can be remapped).
 
|controller sensitivity    = false
 
|controller sensitivity    = false
 
|controller sensitivity notes=  
 
|controller sensitivity notes=  
Line 199: Line 202:
 
|fan notes =  
 
|fan notes =  
 
}}
 
}}
 +
}}
 +
 +
==Issues fixed==
 +
===Game crashes on launch on Windows XP and later===
 +
{{ii}} ''OutputDebugString'' calls cause the game to crash, removing the calls fixes the issue.
 +
{{Fixbox|description=Instructions|ref=<ref>[https://www.vogons.org/viewtopic.php?t=17923 Extreme-G 2 - crash on launch| Vogons]</ref>|fix=
 +
# Open {{file|xg2pc.exe}} with a hex editor such as [https://mh-nexus.de/en/downloads.php?product=HxD HxD].
 +
# Press {{key|Ctrl|R}} and set <code>Datatype</code> to <code>Hex-values</code>.
 +
# Search for all instances of {{code|FF 15 E4 56 B1 01}} and replace them with {{code|90 90 90 90 90 90}}.
 +
# Save the file.
 +
}}
 +
 +
===Rendering glitches===
 +
{{ii}} On modern GPUs font and texture rendering is glitched.
 +
{{Fixbox|description=Use dgVoodoo 2|ref=<ref>[https://www.vogons.org/viewtopic.php?f=8&t=17923&start=40 Extreme-G 2 - rendering issues| Vogons]</ref>|fix=
 +
# Download the latest version of [http://dege.freeweb.hu dgVoodoo 2] and extract it (verified working on version 2.54).
 +
# Copy the files from the <code>MS</code> folder and paste them into the game installation folder.
 +
# Run <code>dgVoodooCpl.exe</code> and open the <code>DirectX</code> tab.
 +
# Under <code>Videocard</code> select <code>ATI Radeon 8500</code>.
 +
# Click <code>Apply</code> and <code>OK</code> to save the settings.
 
}}
 
}}
  

Revision as of 11:32, 2 March 2018

Extreme-G 2
Extreme-G 2 cover
Developers
Acclaim Cheltenham
Publishers
Acclaim Entertainment
Steam Throwback Entertainment
Release dates
Windows November 17, 1998

Key points

PC version doesn't have multiplayer.
Original retail version requires few fixes to work on modern Windows, see Issues fixed.

General information

MobyGames page
Steam Community Discussions

Availability

Source DRM Notes Keys OS
Retail
DRM-free
Windows
Steam
Icon overlay.png
Windows

Steam release

  • Fixed crashing on launch on newer Windows versions.
  • Includes dgVoodoo 2 to fix rendering glitches (requires GPU with DirectX 11 support).
  • Includes launcher for changing game resolution, control presets and music tracks.
  • Includes music tracks from all games in the Extreme-G series.

Game data

Configuration file(s) location

Template:Game data/row
System Location
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/582260/pfx/[Note 1]

Save game data location

Template:Game data/row
System Location
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/582260/pfx/[Note 1]

Save game cloud syncing

System Native Notes
Steam Cloud

Video settings

Game options menu.
Game options menu.

Template:Video settings

Custom resolution

The game is made for 4:3 aspect ratio and defaults to 640x480, it is stretched on widescreen resolutions.
Use command line parameters[1]
  1. Read instructions here how to set command line parameters.
  2. Use -w and -h parameters to set resolution:
  • Example -w1920 -h1080.

Input settings

Controls configuration menu.
Controls configuration menu.

Template:Input settings

Audio settings

Template:Audio settings

Localizations

Language UI Audio Sub Notes
English
French
German
Italian
Spanish

Issues fixed

Game crashes on launch on Windows XP and later

OutputDebugString calls cause the game to crash, removing the calls fixes the issue.
Instructions[2]
  1. Open xg2pc.exe with a hex editor such as HxD.
  2. Press Ctrl+R and set Datatype to Hex-values.
  3. Search for all instances of FF 15 E4 56 B1 01 and replace them with 90 90 90 90 90 90.
  4. Save the file.

Rendering glitches

On modern GPUs font and texture rendering is glitched.
Use dgVoodoo 2[3]
  1. Download the latest version of dgVoodoo 2 and extract it (verified working on version 2.54).
  2. Copy the files from the MS folder and paste them into the game installation folder.
  3. Run dgVoodooCpl.exe and open the DirectX tab.
  4. Under Videocard select ATI Radeon 8500.
  5. Click Apply and OK to save the settings.

Other information

API

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

System requirements (retail)

Windows
Minimum
Operating system (OS) 95
Processor (CPU) Pentium
System memory (RAM) 16 MB
Hard disk drive (HDD) 2 GB
Video card (GPU) DirectX 5 compatible

System requirements (Steam)

Windows
Minimum Recommended
Operating system (OS) 7
Processor (CPU) Intel Core i3
System memory (RAM) 2 GB
Hard disk drive (HDD) 2 GB
Video card (GPU) 1 GB of VRAM
DirectX 11 compatible

Notes

  1. 1.0 1.1 Notes regarding Steam Play (Linux) data:

References