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.

User:Blackbird/Source ports with Steam

From PCGamingWiki, the wiki about fixing PC games
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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