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 "User:Blackbird/Source ports with Steam"

From PCGamingWiki, the wiki about fixing PC games
(RollerCoaster Tycoon 2)
Line 7: Line 7:
 
# Download WinRoTTGL [http://www.riseofthetriad.dk/WinRottGL_Full_v.1.70.zip here] and GLgraphics/GLdllpack [http://www.riseofthetriad.dk/DL_GlROTT.htm here]
 
# Download WinRoTTGL [http://www.riseofthetriad.dk/WinRottGL_Full_v.1.70.zip here] and GLgraphics/GLdllpack [http://www.riseofthetriad.dk/DL_GlROTT.htm here]
 
# Copy all of them to <code>{{P|game}}\Rise of the Triad\</code> and <code>{{P|game}}\Extreme Rise of the Triad\</code>
 
# Copy all of them to <code>{{P|game}}\Rise of the Triad\</code> and <code>{{P|game}}\Extreme Rise of the Triad\</code>
# Open <code>{{P|game}}\Rise of the Triad.bat</code> and paste [http://pastebin.com/19r8SLqJ this code]
+
# Open <code>{{P|game}}\Rise of the Triad.bat</code> and paste this code
# Open <code>{{P|game}}\Extreme ROTT.bat</code> and paste [http://pastebin.com/50RTgVJv this code]
+
<pre>
 +
@echo off
 +
cd "Rise of the Triad"
 +
WinRottGL_Full_v.1.70.exe
 +
exit
 +
</pre>
 +
<ol><li value="4">Open <code>{{P|game}}\Extreme ROTT.bat</code> and paste this code</li></ol>
 +
<pre>
 +
@echo off
 +
cd "Extreme Rise of the Triad"
 +
WinRottGL_Full_v.1.70.exe
 +
exit
 +
</pre>
 
}}
 
}}
  
Line 15: Line 27:
 
# Download bstone [https://github.com/bibendovsky/bstone/releases here]
 
# Download bstone [https://github.com/bibendovsky/bstone/releases here]
 
# Copy it to <code>{{P|game}}\Blake Stone\</code> and <code>{{P|game}}\Planet Strike\</code>
 
# Copy it to <code>{{P|game}}\Blake Stone\</code> and <code>{{P|game}}\Planet Strike\</code>
# Open <code>{{P|game}}\Aliens of Gold.bat</code> and paste [http://pastebin.com/cykfAEN9 this code]
+
# Open <code>{{P|game}}\Aliens of Gold.bat</code> and paste this code
# Open <code>{{P|game}}\Planet Strike.bat</code> and paste [http://pastebin.com/kXfpW21d this code]
+
<pre>
 +
@echo off
 +
cd "Blake Stone"
 +
bstone.exe
 +
exit
 +
</pre>
 +
<ol><li value="4">Open <code>{{P|game}}\Planet Strike.bat</code> and paste this code</li></ol>
 +
<pre>
 +
@echo off
 +
cd "Planet Strike"
 +
bstone.exe
 +
exit
 +
</pre>
 
}}
 
}}
  

Revision as of 09:34, 4 April 2017

How to make source ports work with Steam games with game tracking and sometimes even overlay

The Apogee Throwback Pack

Overlay doesn't work
Instructions
Instructions

Commander Keen

Overlay works
Instructions

Doom engine

Overlay works in all games except Doom2
Instructions

NAM

Overlay works
Instructions

Quake and expansions

Overlay works
Instructions

Quake II and expansions

Overlay works
Instructions

RollerCoaster Tycoon 2

Overlay works in OpenGL mode
Instructions

Wolfenstein 3D engine

Overlay works
Wolfenstein 3D and Spear of Destiny only.
Instructions

World War II GI

Overlay works
For expansion use ww2gi /xplatoonl.def /gww2gi.grp /gplatoonl.dat command line argument
Instructions