aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorthilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-04-09 23:43:30 +0000
committerthilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-04-09 23:43:30 +0000
commitab59cd3f0e9f0261007f844f0853fbd9d29f856a (patch)
tree42e83b21a5b5903fe5dd7191ef2ff198d189290f /README
parentfd55fbe832148411137d50e2afa6ca2bc0197d0e (diff)
downloadioquake3-aero-ab59cd3f0e9f0261007f844f0853fbd9d29f856a.tar.gz
ioquake3-aero-ab59cd3f0e9f0261007f844f0853fbd9d29f856a.zip
Include #ifdef to make it easier to create a stand-alone binary.
git-svn-id: svn://svn.icculus.org/quake3/trunk@1307 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 20 insertions, 0 deletions
diff --git a/README b/README
index 7cec4aa..400812a 100644
--- a/README
+++ b/README
@@ -83,6 +83,7 @@ Makefile.local:
BUILD_CLIENT_SMP - build the 'ioquake3-smp' client binary
BUILD_GAME_SO - build the game shared libraries
BUILD_GAME_QVM - build the game qvms
+ BUILD_STANDALONE - build binaries suited for stand-alone games
USE_OPENAL - use OpenAL where available
USE_OPENAL_DLOPEN - link with OpenAL at runtime
USE_CURL - use libcurl for http/ftp download support
@@ -193,6 +194,25 @@ Creating mods compatible with Q3 1.32b
compiler. See http://www.quakesrc.org/forums/viewtopic.php?t=5665 (if it
still exists when you read this) for more details.
+Creating stand-alone games
+ As ioquake3 is meant to be a reliable and stable code base, this engine is
+ ideal for your stand-alone game project. We made it easier for you to get a
+ binary that does not look for the original quake3 assets. The auth server
+ specific parts are disabled, too.
+ Just run make with the option BUILD_STANDALONE=1
+ Don't forget to edit the PRODUCT_NAME and subsequent #defines in
+ qcommon/q_shared.h and fill in your project info!
+ While a lot of work has been put into the ioquake3 that you can benefit from
+ free of charge, it does not mean that you have no obligations to fulfill.
+ Be aware that as soon as you start distributing your game with an engine
+ based on our sources we expect you to fully comply with the requirements
+ as stated in the GPL. That includes making sources and modifications you made
+ to the ioquake3 engine as well as the game-code used to compile the .qvm
+ files for the game logic freely available to everyone.
+ This does NOT mean that you cannot market this game commercially. All assets
+ (e.g. textures, sounds, maps) created by yourself are your property and can
+ be sold like every other game you find in stores.
+
cl_guid Support
cl_guid is a cvar which is part of the client's USERINFO string. Its value
is a 32 character string made up of [a-f] and [0-9] characters. This