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
m (Better link)
 
(22 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
===The Apogee Throwback Pack===
 
===The Apogee Throwback Pack===
 
{{--}} Overlay doesn't work
 
{{--}} Overlay doesn't work
{{Fixbox|1=
+
{{Fixbox|description=WinRoTTGL|fix=
{{Fixbox/fix|WinRoTTGL|}}
 
 
# 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 {{folder|{{P|game}}\Rise of the Triad\}} and {{folder|{{P|game}}\Extreme Rise of the Triad\}}
# Open <code>{{P|game}}\Rise of the Triad.bat</code> and paste [http://pastebin.com/19r8SLqJ this code]
+
# Open {{folder|{{P|game}}\{{file|Rise of the Triad.bat}}}} 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 {{folder|{{P|game}}\{{file|Extreme ROTT.bat}}}} and paste this code</li></ol>
 +
<pre>
 +
@echo off
 +
cd "Extreme Rise of the Triad"
 +
WinRottGL_Full_v.1.70.exe
 +
exit
 +
</pre>
 
}}
 
}}
  
{{Fixbox|1=
+
{{Fixbox|description=bstone|fix=
{{Fixbox/fix|bstone|}}
 
 
# 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 {{folder|{{P|game}}\Blake Stone\}} and {{folder|{{P|game}}\Planet Strike\}}
# Open <code>{{P|game}}\Aliens of Gold.bat</code> and paste [http://pastebin.com/cykfAEN9 this code]
+
# Open {{folder|{{P|game}}\{{file|Aliens of Gold.bat}}}} 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 {{folder|{{P|game}}{{file|\Planet Strike.bat}}}} and paste this code</li></ol>
 +
<pre>
 +
@echo off
 +
cd "Planet Strike"
 +
bstone.exe
 +
exit
 +
</pre>
 +
}}
 +
 
 +
===[[Blood]]===
 +
{{++}} Overlay works
 +
{{Fixbox|description=BloodGDX|fix=
 +
# Download BloodGDX [http://m210.duke4.net/index.php/files/download/8-java/50-bloodgdx here]
 +
# Copy both to {{folder|{{P|game}}}}
 
}}
 
}}
  
 
===[[Series:Commander Keen|Commander Keen]]===
 
===[[Series:Commander Keen|Commander Keen]]===
 
{{++}} Overlay works
 
{{++}} Overlay works
{{Fixbox|1=
+
{{Fixbox|description=Follow [http://steamcommunity.com/sharedfiles/filedetails/?id=459406720 this guide]}}
{{Fixbox/fix|1=Follow [http://steamcommunity.com/sharedfiles/filedetails/?id=459406720 this guide]}}
 
}}
 
  
 
===[[Engine:id Tech 1|Doom engine]]===
 
===[[Engine:id Tech 1|Doom engine]]===
{{++}} Overlay works in all games except Doom2
+
{{++}} Overlay works in all games except Doom II
{{Fixbox|1=
+
{{Fixbox|description=GZDoom|fix=
{{Fixbox/fix|GZDoom|}}
 
 
# Download GZDoom [http://forum.drdteam.org/viewforum.php?f=23 here]
 
# Download GZDoom [http://forum.drdteam.org/viewforum.php?f=23 here]
 
# Copy it to <code>{{P|game}}\base\</code>
 
# Copy it to <code>{{P|game}}\base\</code>
Line 37: Line 63:
 
===[[NAM]]===
 
===[[NAM]]===
 
{{++}} Overlay works
 
{{++}} Overlay works
{{Fixbox|1=
+
{{Fixbox|description=eDuke32|fix=
{{Fixbox/fix|eDuke32|}}
 
 
# Download eDuke32 [http://www.eduke32.com/ here]
 
# Download eDuke32 [http://www.eduke32.com/ here]
# Copy it to <code>{{P|game}}\dosbox_windows\</code>
+
# Copy it to {{folder|{{P|game}}\dosbox_windows\}}
# Rename <code>eduke32.exe</code> to <code>dosbox.exe</code>
+
# Rename {{file|eduke32.exe}} to {{file|dosbox.exe}}
# Go to <code>{{P|game}}\NAM\</code>
+
# Go to {{folder|{{P|game}}\NAM\}}
# Rename <code>GAME.CON</code> to <code>NAM.CON</code>
+
# Rename {{file|GAME.CON}} to {{file|NAM.CON}}
# Copy <code>NAM.CON</code>, <code>NAM.GRP</code> and <code>NAM.RTS</code> from <code>{{P|game}}\NAM\</code> to <code>{{P|game}}\dosbox_windows\</code>
+
# Copy {{file|NAM.CON}}, {{file|NAM.GRP}} and {{file|NAM.RTS}} from {{folder|{{P|game}}\NAM\}} to {{folder|{{P|game}}\dosbox_windows\}}
 
# Optionally uncheck '''Always show this window at startup''' for seamless launching
 
# Optionally uncheck '''Always show this window at startup''' for seamless launching
 
}}
 
}}
  
===[[Quake]] and expansions===
+
===[[PowerSlave]]===
 +
{{++}} Overlay works
 +
{{Fixbox|description=Raze|fix=
 +
# Download Raze [https://github.com/coelckers/Raze/releases here]
 +
# Copy to {{folder|{{P|game}}\dosbox_windows\}}
 +
# Rename {{file|Raze.exe}} to {{file|dosbox.exe}}
 +
# Open {{file|raze-{{P|uid}}.ini}}
 +
# Add <code>Path=..\PWRSLAVE\</code> under <code>[GameSearch.Directories]</code>
 +
# Launch the game from Steam and select '''PowerSlave (STUFF)''' and check '''Don't ask me this again'''
 +
}}
 +
 
 +
===[[Redneck Rampage]]===
 +
{{--}} Overlay doesn't work
 +
{{Fixbox|description=Rednukem|fix=
 +
# Download Rednukem [https://github.com/nukeykt/NRedneck/releases here]
 +
# Copy it to {{folder|{{P|game}}\Redneck\}}
 +
# Open {{file|Launch Redneck Rampage.bat}} and paste this code
 +
<pre>
 +
cd "Redneck"
 +
rednukem.exe
 +
</pre>
 +
}}
 +
 
 +
===[[Redneck Rampage Rides Again]]===
 +
{{--}} Overlay doesn't work
 +
{{Fixbox|description=Rednukem|fix=
 +
# Download Rednukem [https://github.com/nukeykt/NRedneck/releases here]
 +
# Copy it to {{folder|{{P|game}}\AGAIN\}}
 +
# Open {{file|Launch Redneck client.bat}} and paste this code
 +
<pre>
 +
cd "AGAIN"
 +
rednukem.exe
 +
</pre>
 +
}}
 +
 
 +
===[[RollerCoaster Tycoon 2]]===
 +
{{++}} Overlay works in OpenGL mode
 +
{{Fixbox|description=OpenRCT2|fix=
 +
# Download OpenRCT2 [http://openrct2.org/downloads/develop/latest here]
 +
# Copy it to {{folder|{{P|game}}}}
 +
# Rename {{file|openrct2.exe}} to {{file|RCT2.exe}}
 +
}}
 +
 
 +
===[[Spear of Destiny]]===
 +
{{++}} Overlay works
 +
{{Fixbox|description=ECWolf|fix=
 +
# Download ECWolf [http://maniacsvault.net/ecwolf/download.php here]
 +
# Copy it to {{folder|{{P|game}}\base\}}
 +
# Rename {{file|ECWolf.exe}} to {{file|dosbox.exe}}
 +
}}
 +
 
 +
===[[Star Wars: Dark Forces]]===
 
{{++}} Overlay works
 
{{++}} Overlay works
{{Fixbox|1=
+
{{Fixbox|description=The Force Engine|fix=
{{Fixbox/fix|Darkplaces|}}
+
# Download The Force Engine [https://theforceengine.github.io/downloads.html here]
# Download Darkplaces [https://icculus.org/twilight/darkplaces/download.html here]
+
# Copy it to {{folder|{{P|game}}\DosBox\}}
# Copy it to <code>{{P|game}}</code>
+
# Rename {{file|TheForceEngine.exe}} to {{file|dosbox.exe}}
# Rename <code>darkplaces.exe</code> to <code>Winquake.exe</code>
 
 
}}
 
}}
  
===[[Quake II]] and expansions===
+
===[[The Elder Scrolls II: Daggerfall]]===
 
{{++}} Overlay works
 
{{++}} Overlay works
{{Fixbox|1=
+
{{Fixbox|description=Daggerfall Unity|fix=
{{Fixbox/fix|KMQuake II|}}
+
# Go to {{folder|{{P|game}}}} and rename {{folder|DOSBox-0.74}} to {{folder|DOSBox-0.74_bak}}
# Download KMQuake II and its expansion pack support [http://www.markshan.com/knightmare/downloads.htm here]
+
# Create new empty {{folder|DOSBox-0.74}}
# Copy it to <code>{{P|game}}</code>
+
# Download [https://github.com/Interkarma/daggerfall-unity/releases Daggerfall Unity]
# Rename <code>kmquake2.exe</code> to <code>quake2.exe</code>
+
# Copy it to {{folder|{{P|game}}\DOSBox-0.74\}}
 +
# Download [https://drive.google.com/file/d/1axKTCmHMRsbwZ8ztTCkglR70G7FHmeLb/view?usp=sharing DaggerFallUnity_ExeRedirector] and copy it to {{folder|{{P|game}}\DOSBox-0.74\}}
 
}}
 
}}
  
===[[Engine:Wolfenstein 3D engine|Wolfenstein 3D engine]]===
+
===[[Wolfenstein 3D]]===
 
{{++}} Overlay works
 
{{++}} Overlay works
{{ii}} [[Wolfenstein 3D]] and [[Spear of Destiny]] only.
+
{{Fixbox|description=ECWolf|fix=
{{Fixbox|1=
 
{{Fixbox/fix|ECWolf|}}
 
 
# Download ECWolf [http://maniacsvault.net/ecwolf/download.php here]
 
# Download ECWolf [http://maniacsvault.net/ecwolf/download.php here]
# Copy it to <code>{{P|game}}\base\</code>
+
# Copy it to {{folder|{{P|game}}\DOSBOX\}}
# Rename <code>ECWolf.exe</code> to <code>dosbox.exe</code>
+
# Open {{file|launcher_settings.cfg}} in text editor and set it as following
# For Wolf3D set <code>--data wl6</code> [[Glossary:Command line arguments|parameter]] to skip IWAD picker
+
<pre>BinaryPath=ecwolf.exe
 +
Arguments=--data WL6</pre>
 
}}
 
}}
 +
 +
===[[World War II GI]]===
 +
{{++}} Overlay works
 +
{{ii}} For expansion use <code>ww2gi /xplatoonl.def /gww2gi.grp /gplatoonl.dat</code> [[Glossary:Command line arguments|command line argument]]
 +
{{Fixbox|description=Follow [http://steamcommunity.com/sharedfiles/filedetails/?id=554061311 this guide]}}

Latest revision as of 12:22, 15 September 2023

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

The Apogee Throwback Pack

Overlay doesn't work
WinRoTTGL
  1. Download WinRoTTGL here and GLgraphics/GLdllpack here
  2. Copy all of them to <path-to-game>\Rise of the Triad\ and <path-to-game>\Extreme Rise of the Triad\
  3. Open <path-to-game>\Rise of the Triad.bat and paste this code
@echo off
cd "Rise of the Triad"
WinRottGL_Full_v.1.70.exe
exit
  1. Open <path-to-game>\Extreme ROTT.bat and paste this code
@echo off
cd "Extreme Rise of the Triad"
WinRottGL_Full_v.1.70.exe
exit
bstone
  1. Download bstone here
  2. Copy it to <path-to-game>\Blake Stone\ and <path-to-game>\Planet Strike\
  3. Open <path-to-game>\Aliens of Gold.bat and paste this code
@echo off
cd "Blake Stone"
bstone.exe
exit
  1. Open <path-to-game>\Planet Strike.bat and paste this code
@echo off
cd "Planet Strike"
bstone.exe
exit

Blood

Overlay works
BloodGDX
  1. Download BloodGDX here
  2. Copy both to <path-to-game>

Commander Keen

Overlay works
Follow this guide

Doom engine

Overlay works in all games except Doom II
GZDoom
  1. Download GZDoom here
  2. Copy it to <path-to-game>\base\
  3. Rename GZDoom.exe to dosbox.exe
  4. For all games except Final Doom you can pick the correct .WAD and make it not show the dialog next time

NAM

Overlay works
eDuke32
  1. Download eDuke32 here
  2. Copy it to <path-to-game>\dosbox_windows\
  3. Rename eduke32.exe to dosbox.exe
  4. Go to <path-to-game>\NAM\
  5. Rename GAME.CON to NAM.CON
  6. Copy NAM.CON, NAM.GRP and NAM.RTS from <path-to-game>\NAM\ to <path-to-game>\dosbox_windows\
  7. Optionally uncheck Always show this window at startup for seamless launching

PowerSlave

Overlay works
Raze
  1. Download Raze here
  2. Copy to <path-to-game>\dosbox_windows\
  3. Rename Raze.exe to dosbox.exe
  4. Open raze-<user-id>.ini
  5. Add Path=..\PWRSLAVE\ under [GameSearch.Directories]
  6. Launch the game from Steam and select PowerSlave (STUFF) and check Don't ask me this again

Redneck Rampage

Overlay doesn't work
Rednukem
  1. Download Rednukem here
  2. Copy it to <path-to-game>\Redneck\
  3. Open Launch Redneck Rampage.bat and paste this code
cd "Redneck"
rednukem.exe

Redneck Rampage Rides Again

Overlay doesn't work
Rednukem
  1. Download Rednukem here
  2. Copy it to <path-to-game>\AGAIN\
  3. Open Launch Redneck client.bat and paste this code
cd "AGAIN"
rednukem.exe

RollerCoaster Tycoon 2

Overlay works in OpenGL mode
OpenRCT2
  1. Download OpenRCT2 here
  2. Copy it to <path-to-game>
  3. Rename openrct2.exe to RCT2.exe

Spear of Destiny

Overlay works
ECWolf
  1. Download ECWolf here
  2. Copy it to <path-to-game>\base\
  3. Rename ECWolf.exe to dosbox.exe

Star Wars: Dark Forces

Overlay works
The Force Engine
  1. Download The Force Engine here
  2. Copy it to <path-to-game>\DosBox\
  3. Rename TheForceEngine.exe to dosbox.exe

The Elder Scrolls II: Daggerfall

Overlay works
Daggerfall Unity
  1. Go to <path-to-game> and rename DOSBox-0.74 to DOSBox-0.74_bak
  2. Create new empty DOSBox-0.74
  3. Download Daggerfall Unity
  4. Copy it to <path-to-game>\DOSBox-0.74\
  5. Download DaggerFallUnity_ExeRedirector and copy it to <path-to-game>\DOSBox-0.74\

Wolfenstein 3D

Overlay works
ECWolf
  1. Download ECWolf here
  2. Copy it to <path-to-game>\DOSBOX\
  3. Open launcher_settings.cfg in text editor and set it as following
BinaryPath=ecwolf.exe
Arguments=--data WL6

World War II GI

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