Incomplete Soldier of Fortune II: Double Helix / Jedi Knight game code for Spearmint.
C C++ HTML Makefile Objective-C Roff Other
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
code
ui
.gitignore
.travis.yml
COPYING.txt
Makefile
README.md
travis-ci-build.sh

README.md

Spearmint Soldier of Fortune II: Double Helix game code. It is very incomplete. It's slightly better than trying to run SoF2 using Quake 3 game code.

To use this you'll need the Spearmint engine.

  • On Windows, install Cygwin and mingw-w64.
  • Get the source for Spearmint and build it using make.
  • Get the source for this repo and build it using make.
  • Copy the pk3 files from SoF2's base into basesof2 in mint-helix/build/release-mingw32-x86/.
  • Copy the spearmint-patch-data for basesof2 there too.

If you put both projects in the same directory you can launch the game using;

spearmint/build/release-mingw32-x86/spearmint_x86.exe +set fs_basepath "mint-helix/build/release-mingw32-x86/" +set fs_game "basesof2"

On Linux and OS X you'll need to put ./ before the command and substitute the correct platform and architecture (look in the build directory).