Star Wars: Knights of the Old Republic from GOG.com
Installs Star Wars: Knights of the Old Republic.
→ Get It
Run the below command to download this env. Please note requirements and recommended args to use below.
wem get swkotor1-gog --install-workdir /path/to/the/game/installer
→ Authors
→ Notes
- This will use the silent GOG installer option, so please note that there will be no output during installation.
-
Download KOTOR 1 Community Patch (
K1_Community_Patch_v1.10.0.zip
, see here) and put it into the same directory as the the installation media. -
The Community Patch installer will ask you for the KOTOR directory path, that will be
C:\game
- You may also wish to use the widescreen patch.
-
SandboxPrivateCwd
causes problems, but the rest of the sandbox options should work. -
It's recommended to run this at its lowest resolution and upscale it using gamescope, this is an example
RunPrefix
that you could use to do that:
(replacegamescope --adaptive-sync --nested-width 800 --nested-height 600 --output-width $DISPLAY_X --output-height $DISPLAY_Y --filter fsr --scaler fit --fullscreen --force-grab-cursor --
$DISPLAY_X
and$DISPLAY_Y
with your actual X and Y resolution).
→ Recommended
It's recommended to give these CLI arguments in order to fully set up this env:
-
--install-workdir /path/to/the/game/installer
→ Tested On
This env has been tested on the following distros:
→ Links
Related links that you should check:
→ View Env
Click here to expand/collapse
Date = "2003-11-19"
DxvkVersion = "2.6.2"
Fsync = true
GogSilentInstall = true
InstallExe = "{{.InstallWorkDir}}/setup_star_wars_-_knights_of_the_old_republic_1.03_(29871).exe"
InstallExpected = "{{.RunExe}}"
Kron4ekType = "staging-tkg-ntsync-amd64-wow64"
Kron4ekVersion = "10.12"
Name = "Star Wars: Knights of the Old Republic"
RunExe = "{{.RunWorkDir}}/swkotor.exe"
RunWorkDir = "{{.WinePrefix}}/drive_c/game"
WineArch = "win64"
WinetricksPath = "winetricks"
[[InstallPost]]
args = ["-qq", "K1_Community_Patch_v1.10.0.zip"]
cmd = "unzip"
[[InstallPost]]
args = ["INSTALL.exe"]
cmd = "{{.WineExe}}"
[[InstallPost]]
args = ["-f", "Changelog.rtf", "INSTALL.exe", "Readme.rtf"]
cmd = "rm"
[[InstallPost]]
args = ["-fr", "Source", "backup", "tslpatchdata", "uninstall"]
cmd = "rm"
→ Env Source
View this env's source on GitLab. You can also report issues, request changes, or submit an env you've tested on the env repo issue tracker.