Skip to content

SilverlineDev/mint-arena

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spearmint Quake 3 and Team Arena game code.

To use this you'll need the Spearmint engine.

  • On Windows, install MinGW.
  • Get the source for Spearmint and build it using make.
  • Get the source for this repo and build it using make.
  • Copy the pak?.pk3 files for baseq3 and missionpack into the directories in mint-arena/build/release-mingw32-x86/.
  • Copy the spearmint-patch-data for baseq3 and missionpack 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-arena/build/release-mingw32-x86/" +set fs_game "baseq3"

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

Help! It errors "CGame VM uses unsupported API" when I try to run it!

The engine and game code are incompatible. Make sure you have the latest of both. Try waiting a couple days and then create an issue for this repo to let the maintainer know.

About

Spearmint Quake 3 and Team Arena game code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.5%
  • C++ 7.5%
  • Other 1.0%