Skip to content

Instantly share code, notes, and snippets.

@somini
Last active February 25, 2016 01:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save somini/887eb15a48a9bde03d28 to your computer and use it in GitHub Desktop.
Save somini/887eb15a48a9bde03d28 to your computer and use it in GitHub Desktop.
Planescape: Torment Bugfixing Patch
#!/bin/bash
# usage: bspatch oldfile newfile patchfile
cp 'torment.exe' 'torment.exe~'
bspatch 'torment.exe~' 'torment.exe' 'torment.exe.bspatch'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment