{"id":15020499,"url":"https://github.com/raspberrypi/quake3","last_synced_at":"2025-04-05T20:09:29.723Z","repository":{"id":2365613,"uuid":"3329670","full_name":"raspberrypi/quake3","owner":"raspberrypi","description":null,"archived":false,"fork":false,"pushed_at":"2021-02-17T10:37:39.000Z","size":3815,"stargazers_count":398,"open_issues_count":5,"forks_count":128,"subscribers_count":70,"default_branch":"master","last_synced_at":"2025-03-29T19:07:48.121Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raspberrypi.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-02-01T22:21:42.000Z","updated_at":"2025-03-09T23:45:18.000Z","dependencies_parsed_at":"2022-07-14T08:18:15.281Z","dependency_job_id":null,"html_url":"https://github.com/raspberrypi/quake3","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raspberrypi%2Fquake3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raspberrypi%2Fquake3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raspberrypi%2Fquake3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raspberrypi%2Fquake3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raspberrypi","download_url":"https://codeload.github.com/raspberrypi/quake3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247393572,"owners_count":20931813,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-24T19:55:10.130Z","updated_at":"2025-04-05T20:09:29.702Z","avatar_url":"https://github.com/raspberrypi.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"                   ,---------------------------------------.\n                   |   _                     _       ____  |\n                   |  (_)___  __ _ _  _ __ _| |_____|__ /  |\n                   |  | / _ \\/ _` | || / _` | / / -_)|_ \\  |\n                   |  |_\\___/\\__, |\\_,_\\__,_|_\\_\\___|___/  |\n                   |            |_|                        |\n                   |                                       |\n                   `---------- http://ioquake3.org --------'\n\nThe intent of this project is to provide a baseline Quake 3 which may be used\nfor further development. Some of the major features currently implemented are:\n\n  * SDL backend\n  * OpenAL sound API support (multiple speaker support and better sound\n    quality)\n  * Full x86_64 support on Linux\n  * MinGW compilation support on Windows and cross compilation support on Linux\n  * AVI video capture of demos\n  * Much improved console autocompletion\n  * Persistent console history\n  * Colorized terminal output\n  * Optional Ogg Vorbis support\n  * Much improved QVM tools\n  * Support for various esoteric operating systems\n  * cl_guid support\n  * HTTP/FTP download redirection (using cURL)\n  * Multiuser support on Windows systems (user specific game data\n    is stored in \"%APPDATA%\\Quake3\")\n  * PNG support\n  * Many, many bug fixes\n\nThe map editor and associated compiling tools are not included. We suggest you\nuse a modern copy from http://icculus.org/gtkradiant/.\n\nThe original id software readme that accompanied the Q3 source release has been\nrenamed to id-readme.txt so as to prevent confusion. Please refer to the\nweb-site for updated status.\n\n\n--------------------------------------------- Compilation and installation -----\n\nFor *nix\n  1. Change to the directory containing this readme.\n  2. Run 'make'.\n\nFor Windows, using MinGW\n  1. Download and install MinGW and MSys from http://www.mingw.org/.\n  2. Open an MSys terminal, and follow the instructions for compiling on *nix.\n\nFor Mac OS X, building a Universal Binary\n  1. Install MacOSX SDK packages from XCode.  For maximum compatibility,\n     install MacOSX10.4u.sdk and MacOSX10.3.9.sdk, and MacOSX10.2.8.sdk.\n  2. Change to the directory containing this README file.\n  3. Run './make-macosx-ub.sh'\n  4. Copy the resulting ioquake3.app in /build/release-darwin-ub to your\n     /Applications/ioquake3 folder.\n\nInstallation, for *nix\n  1. Set the COPYDIR variable in the shell to be where you installed Quake 3\n     to. By default it will be /usr/local/games/quake3 if you haven't set it.\n     This is the path as used by the original Linux Q3 installer and subsequent\n     point releases.\n  2. Run 'make copyfiles'.\n\nIt is also possible to cross compile for Windows under *nix using MinGW. A\nscript is available to build a cross compilation environment from\nhttp://www.libsdl.org/extras/win32/cross/build-cross.sh. The gcc/binutils\nversion numbers that the script downloads may need to be altered.\nAlternatively, your distribution may have mingw32 packages available. On\ndebian/Ubuntu, these are mingw32, mingw32-runtime and mingw32-binutils. Cross\ncompiling is simply a case of using './cross-make-mingw.sh' in place of 'make',\nthough you may find you need to change the value of the variables in this\nscript to match your environment.\n\nThe following variables may be set, either on the command line or in\nMakefile.local:\n\n  CFLAGS            - use this for custom CFLAGS\n  V                 - set to show cc command line when building\n  DEFAULT_BASEDIR   - extra path to search for baseq3 and such\n  BUILD_SERVER      - build the 'ioq3ded' server binary\n  BUILD_CLIENT      - build the 'ioquake3' client binary\n  BUILD_CLIENT_SMP  - build the 'ioquake3-smp' client binary\n  BUILD_GAME_SO     - build the game shared libraries\n  BUILD_GAME_QVM    - build the game qvms\n  BUILD_STANDALONE  - build binaries suited for stand-alone games\n  USE_OPENAL        - use OpenAL where available\n  USE_OPENAL_DLOPEN - link with OpenAL at runtime\n  USE_CURL          - use libcurl for http/ftp download support\n  USE_CURL_DLOPEN   - link with libcurl at runtime\n  USE_CODEC_VORBIS  - enable Ogg Vorbis support\n  USE_LOCAL_HEADERS - use headers local to ioq3 instead of system ones\n  COPYDIR           - the target installation directory\n\nThe defaults for these variables differ depending on the target platform.\n\n\n------------------------------------------------------------------ Console -----\n\nNew cvars\n  cl_autoRecordDemo                 - record a new demo on each map change\n  cl_aviFrameRate                   - the framerate to use when capturing video\n  cl_aviMotionJpeg                  - use the mjpeg codec when capturing video\n  cl_guidServerUniq                 - makes cl_guid unique for each server\n  cl_cURLLib                        - filename of cURL library to load\n  cl_consoleKeys                    - space delimited list of key names or\n                                      characters that toggle the console\n\n  s_useOpenAL                       - use the OpenAL sound backend if available\n  s_alPrecache                      - cache OpenAL sounds before use\n  s_alGain                          - the value of AL_GAIN for each source\n  s_alSources                       - the total number of sources (memory) to\n                                      allocate\n  s_alDopplerFactor                 - the value passed to alDopplerFactor\n  s_alDopplerSpeed                  - the value passed to alDopplerVelocity\n  s_alMinDistance                   - the value of AL_REFERENCE_DISTANCE for\n                                      each source\n  s_alMaxDistance                   - the maximum distance before sounds start\n                                      to become inaudible.\n  s_alRolloff                       - the value of AL_ROLLOFF_FACTOR for each\n                                      source\n  s_alGraceDistance                 - after having passed MaxDistance, length\n                                      until sounds are completely inaudible\n  s_alDriver                        - which OpenAL library to use\n  s_alDevice                        - which OpenAL device to use\n  s_alAvailableDevices              - list of available OpenAL devices\n\n  s_sdlBits                         - SDL bit resolution\n  s_sdlSpeed                        - SDL sample rate\n  s_sdlChannels                     - SDL number of channels\n  s_sdlDevSamps                     - SDL DMA buffer size override\n  s_sdlMixSamps                     - SDL mix buffer size override\n\n  com_ansiColor                     - enable use of ANSI escape codes in the tty\n  com_altivec                       - enable use of altivec on PowerPC systems\n  com_standalone                    - Run in standalone mode\n  com_maxfpsUnfocused               - Maximum frames per second when unfocused\n  com_maxfpsMinimized               - Maximum frames per second when minimized\n  s_backend                         - read only, indicates the current sound\n                                      backend\n  s_muteWhenMinimized               - mute sound when minimized\n  in_joystickNo                     - select which joystick to use\n  in_keyboardDebug                  - print keyboard debug info\n  r_ext_texture_filter_anisotropic  - anisotropic texture filtering\n  sv_dlURL                          - the base of the HTTP or FTP site that\n                                      holds custom pk3 files for your server\n\n  net_ip6                           - IPv6 address to bind to\n  net_port6                         - port to bind to using the ipv6 address\n  net_enabled                       - enable networking, bitmask. Add up\n                                      number for option to enable it:\n                                      enable ipv4 networking:    1\n                                      enable ipv6 networking:    2\n                                      prioritise ipv6 over ipv4: 4\n                                      disable multicast support: 8\n  net_mcast6addr                    - multicast address to use for scanning for\n                                      ipv6 servers on the local network\n  net_mcastiface                    - outgoing interface to use for scan\n\n  r_zProj                           - distance of observer camera to projection\n                                      plane in quake3 standard units\n  r_greyscale                       - render black and white images\n  r_stereoEnabled                   - enable stereo rendering for techniques\n                                      like shutter glasses (untested)\n  r_anaglyphMode                    - Enable rendering of anaglyph images\n                                      red-cyan glasses:    1\n                                      red-blue:            2\n                                      red-green:           3\n                                      To swap the colors for left and right eye\n                                      just add 3 to the value for the wanted\n                                      color combination. For red-blue and\n                                      red-green you probably want to enable\n                                      r_greyscale\n  r_stereoSeparation                - Control eye separation. Resulting\n                                      separation is r_zProj divided by this\n                                      value in quake3 standard units.\n                                      See also\n                                      http://wiki.ioquake3.org/Stereo_Rendering\n                                      for more information\n  r_sdlDriver                       - read only, indicates the SDL driver\n                                      backend being used\n\nNew commands\n  video [filename]        - start video capture (use with demo command)\n  stopvideo               - stop video capture\n\n  print                   - print out the contents of a cvar\n\n  banaddr \u003crange\u003e         - ban an ip address range from joining a game on this\n                            server, valid \u003crange\u003e is either playernum or CIDR\n                            notation address range.\n  exceptaddr \u003crange\u003e      - exempt an ip address range from a ban.\n  bandel \u003cnum\u003e            - delete ban \u003cnum\u003e\n  exceptdel \u003cnum\u003e         - delete exception \u003cnum\u003e\n  listbans                - list all currently active bans and exceptions\n  rehashbans              - reload the banlist from serverbans.dat\n  flushbans               - delete all bans\n\n------------------------------------------------------------ Miscellaneous -----\n\nUsing shared libraries instead of qvm\n  To force Q3 to use shared libraries instead of qvms run it with the following\n  parameters: +set sv_pure 0 +set vm_cgame 0 +set vm_game 0 +set vm_ui 0\n\nUsing Demo Data Files\n  Copy demoq3/pak0.pk3 from the demo installer to your baseq3 directory. The\n  qvm files in this pak0.pk3 will not work, so you have to use the native\n  shared libraries or qvms from this project. To use the new qvms, they must be\n  put into a pk3 file. A pk3 file is just a zip file, so any compression tool\n  that can create such files will work. The shared libraries should already be\n  in the correct place. Use the instructions above to use them.\n\n  Please bear in mind that you will not be able to play online using the demo\n  data, nor is it something that we like to spend much time maintaining or\n  supporting.\n\n64bit mods\n  If you wish to compile external mods as shared libraries on a 64bit platform,\n  and the mod source is derived from the id Q3 SDK, you will need to modify the\n  interface code a little. Open the files ending in _syscalls.c and change\n  every instance of int to intptr_t in the declaration of the syscall function\n  pointer and the dllEntry function. Also find the vmMain function for each\n  module (usually in cg_main.c g_main.c etc.) and similarly replace the return\n  value in the prototype with intptr_t (arg0, arg1, ...stay int).\n\n  Add the following code snippet to q_shared.h:\n\n    #ifdef Q3_VM\n    typedef int intptr_t;\n    #else\n    #include \u003cstdint.h\u003e\n    #endif\n\n  Note if you simply wish to run mods on a 64bit platform you do not need to\n  recompile anything since by default Q3 uses a virtual machine system.\n\nCreating mods compatible with Q3 1.32b\n  If you're using this package to create mods for the last official release of\n  Q3, it is necessary to pass the commandline option '-vq3' to your invocation\n  of q3asm. This is because by default q3asm outputs an updated qvm format that\n  is necessary to fix a bug involving the optimizing pass of the x86 vm JIT\n  compiler.\n\nCreating standalone games\n  Have you finished the daunting task of removing all dependencies on the Q3\n  game data? You probably now want to give your users the opportunity to play\n  the game without owning a copy of Q3, which consequently means removing cd-key\n  and authentication server checks. In addition to being a straightforward Q3\n  client, ioquake3 also purports to be a reliable and stable code base on which\n  to base your game project.\n\n  However, before you start compiling your own version of ioquake3, you have to\n  ask yourself: Have we changed or will we need to change anything of importance\n  in the engine?\n\n  If your answer to this question is \"no\", it probably makes no sense to build\n  your own binaries. Instead, you can just use the pre-built binaries on the\n  website. Just make sure the game is called with:\n\n    +set com_standalone 1 +set fs_game \u003cyourgamedir\u003e\n\n  in any links/scripts you install for your users to start the game. Note that\n  the com_standalone setting is rendered ineffective, if the binary detects pk3\n  files in the directory \"baseq3\", so you cannot use that one as game dir.\n\n  If you really changed parts that would make vanilla ioquake3 incompatible with\n  your mod, we have included another way to conveniently build a stand-alone\n  binary. Just run make with the option BUILD_STANDALONE=1. Don't forget to edit\n  the PRODUCT_NAME and subsequent #defines in qcommon/q_shared.h with\n  information appropriate for your project.\n\n  While a lot of work has been put into ioquake3 that you can benefit from free\n  of charge, it does not mean that you have no obligations to fulfil. Please be\n  aware that as soon as you start distributing your game with an engine based on\n  our sources we expect you to fully comply with the requirements as stated in\n  the GPL. That includes making sources and modifications you made to the\n  ioquake3 engine as well as the game-code used to compile the .qvm files for\n  the game logic freely available to everyone. Furthermore, note that the \"QIIIA\n  Game Source License\" prohibits distribution of mods that are intended to\n  operate on a version of Q3 not sanctioned by id software:\n\n    \"with this Agreement, ID grants to you the non-exclusive and limited right\n    to distribute copies of the Software ... for operation only with the full\n    version of the software game QUAKE III ARENA\"\n\n  This means that if you're creating a standalone game, you cannot use said\n  license on any portion of the product. As the only other license this code has\n  been released under is the GPL, this is the only option.\n\n  This does NOT mean that you cannot market this game commercially. The GPL does\n  not prohibit commercial exploitation and all assets (e.g. textures, sounds,\n  maps) created by yourself are your property and can be sold like every other\n  game you find in stores.\n\ncl_guid Support\n  cl_guid is a cvar which is part of the client's USERINFO string.  Its value\n  is a 32 character string made up of [a-f] and [0-9] characters.  This\n  value is pseudo-unique for every player.  Id's Quake 3 Arena client also\n  sets cl_guid, but only if Punkbuster is enabled on the client.\n\n  If cl_guidServerUniq is non-zero (the default), then this value is also\n  pseudo-unique for each server a client connects to (based on IP:PORT of\n  the server).\n\n  The purpose of cl_guid is to add an identifier for each player on\n  a server.  This value can be reset by the client at any time so it's not\n  useful for blocking access.  However, it can have at least two uses in\n  your mod's game code:\n    1) improve logging to allow statistical tools to index players by more\n       than just name\n    2) granting some weak admin rights to players without requiring passwords\n\nUsing HTTP/FTP Download Support (Server)\n  You can enable redirected downloads on your server even if it's not\n  an ioquake3 server.  You simply need to use the 'sets' command to put\n  the sv_dlURL cvar into your SERVERINFO string and ensure sv_allowDownloads\n  is set to 1\n\n  sv_dlURL is the base of the URL that contains your custom .pk3 files\n  the client will append both fs_game and the filename to the end of\n  this value.  For example, if you have sv_dlURL set to\n  \"http://ioquake3.org\", fs_game is \"baseq3\", and the client is\n  missing \"test.pk3\", it will attempt to download from the URL\n  \"http://ioquake3.org/baseq3/test.pk3\"\n\n  sv_allowDownload's value is now a bitmask made up of the following\n  flags:\n    1 - ENABLE\n    2 - do not use HTTP/FTP downloads\n    4 - do not use UDP downloads\n    8 - do not ask the client to disconnect when using HTTP/FTP\n\n  Server operators who are concerned about potential \"leeching\" from their\n  HTTP servers from other ioquake3 servers can make use of the HTTP_REFERER\n  that ioquake3 sets which is \"ioQ3://{SERVER_IP}:{SERVER_PORT}\".  For,\n  example, Apache's mod_rewrite can restrict access based on HTTP_REFERER.\n\nUsing HTTP/FTP Download Support (Client)\n  Simply setting cl_allowDownload to 1 will enable HTTP/FTP downloads\n  assuming ioquake3 was compiled with USE_CURL=1 (the default).\n  like sv_allowDownload, cl_allowDownload also uses a bitmask value\n  supporting the following flags:\n    1 - ENABLE\n    2 - do not use HTTP/FTP downloads\n    4 - do not use UDP downloads\n\n  When ioquake3 is built with USE_CURL_DLOPEN=1 (default on some platforms),\n  it will use the value of the cvar cl_cURLLib as the filename of the cURL\n  library to dynamically load.\n\nMultiuser Support on Windows systems\n  On Windows, all user specific files such as autogenerated configuration,\n  demos, videos, screenshots, and autodownloaded pk3s are now saved in a\n  directory specific to the user who is running ioquake3.\n\n  On NT-based such as Windows XP, this is usually a directory named:\n    \"C:\\Documents and Settings\\%USERNAME%\\Application Data\\Quake3\\\"\n\n  Windows 95, Windows 98, and Windows ME will use a directory like:\n    \"C:\\Windows\\Application Data\\Quake3\"\n  in single-user mode, or:\n    \"C:\\Windows\\Profiles\\%USERNAME%\\Application Data\\Quake3\"\n  if multiple logins have been enabled.\n\n  In order to access this directory more easily, the installer may create a\n  Shortcut which has its target set to:\n    \"%APPDATA%\\Quake3\\\"\n  This Shortcut would work for all users on the system regardless of the\n  locale settings.  Unfortunately, this environment variable is only\n  present on Windows NT based systems.\n\n  You can revert to the old single-user behaviour by setting the fs_homepath\n  cvar to the directory where ioquake3 is installed.  For example:\n    ioquake3.exe +set fs_homepath \"c:\\ioquake3\"\n  Note that this cvar MUST be set as a command line parameter.\n\nSDL Keyboard Differences\n  ioquake3 clients have different keyboard behaviour compared to the original\n  Quake3 clients.\n\n    * \"Caps Lock\" and \"Num Lock\" can not be used as normal binds since they\n      do not send a KEYUP event until the key is pressed again.\n\n    * SDL \u003e 1.2.9 does not support disabling dead key recognition. In order to\n      send dead key characters (e.g. ~, ', `, and ^), you must key a Space (or\n      sometimes the same character again) after the character to send it on\n      many international keyboard layouts.\n\n    * The SDL client supports many more keys than the original Quake3 client.\n      For example the keys: \"Windows\", \"SysReq\", \"ScrollLock\", and \"Break\".\n      For non-US keyboards, all of the so called \"World\" keys are now supported\n      as well as F13, F14, F15, and the country-specific mode/meta keys.\n\n  On many international layouts the default console toggle keys are also dead\n  keys, meaning that dropping the console potentially results in\n  unintentionally initiating the keying of a dead key. Futhermore SDL 1.2's\n  dead key support is broken by design and Q3 doesn't support non-ASCII text\n  entry, so the chances are you won't get the correct character anyway.\n\n  If you use such a keyboard layout, you can set the cvar cl_consoleKeys. This\n  is a space delimited list of key names that will toggle the console. The key\n  names are the usual Q3 names e.g. \"~\", \"`\", \"c\", \"BACKSPACE\", \"PAUSE\",\n  \"WINDOWS\" etc. It's also possible to use ASCII characters, by hexadecimal\n  number. Some example values for cl_consoleKeys:\n\n    \"~ ` 0x7e 0x60\"           Toggle on ~ or ` (the default)\n    \"WINDOWS\"                 Toggle on the Windows key\n    \"c\"                       Toggle on the c key\n    \"0x43\"                    Toggle on the C character (Shift-c)\n    \"PAUSE F1 PGUP\"           Toggle on the Pause, F1 or Page Up keys\n\n  Note that when you elect a set of console keys or characters, they cannot\n  then be used for binding, nor will they generate characters when entering\n  text. Also, in addition to the nominated console keys, Shift-ESC is hard\n  coded to always toggle the console.\n\nMouse Input On Windows\n  ioq3 uses SDL to abstract away as much as possible from platform specific\n  implementation details. Unfortunately, SDL 1.2 suffers from a number of bugs\n  and limitations with respect to mouse input on the Windows platform. We\n  provide a patch against the SDL subversion 1.2 branch which fixes the\n  following problems:\n\n    * DirectX (and thus DirectInput) driver not functional when using an\n      OpenGL SDL_Surface.\n\n    * DirectX (and thus DirectInput) driver not functional in windowed mode.\n\n    * Mouse buttons 4-7 unusable with the DirectX driver due to DirectInput 5\n      not exposing the required functionality. Use DirectInput 7 instead.\n\n    * Low quality mouse input data when using the windib driver due to use of\n      WM_MOUSEMOVE events. Use GetCursorPos API call instead.\n\n  The patch can be found in misc/sdl-win32-fixes.diff.\n\nPNG support\n  ioquake3 supports the use of PNG (Portable Network Graphic) images as\n  textures. It should be noted that the use of such images in a map will\n  result in missing placeholder textures where the map is used with the id\n  Quake 3 client or earlier versions of ioquake3.\n\n  Recent versions of GtkRadiant and q3map2 support PNG images without\n  modification. However GtkRadiant is not aware that PNG textures are supported\n  by ioquake3. To change this behaviour open the file 'q3.game' in the 'games'\n  directory of the GtkRadiant base directory with an editor and change the\n  line:\n\n    texturetypes=\"tga jpg\"\n\n  to\n\n    texturetypes=\"tga jpg png\"\n\n  Restart GtkRadiant and PNG textures are now available.\n\nBuilding with MinGW for pre Windows XP\n  IPv6 support requires a header named \"wspiapi.h\" to abstract away from\n  differences in earlier versions of Windows' IPv6 stack. There is no MinGW\n  equivalent of this header and the Microsoft version is obviously not\n  redistributable, so in its absence we're forced to require Windows XP.\n  However if this header is acquired separately and placed in the qcommon/\n  directory, this restriction is lifted.\n\n\n------------------------------------------------------------- Contributing -----\n\nPlease send all patches to bugzilla (https://bugzilla.icculus.org), or join the\nmailing list (quake3-subscribe@icculus.org) and submit your patch there.  The\nbest case scenario is that you submit your patch to bugzilla, and then post the\nURL to the mailing list.\n\nThe focus for ioq3 is to develop a stable base suitable for further development\nand provide players with the same Quake 3 experience they've had for years. As\nsuch ioq3 does not have any significant graphical enhancements and none are\nplanned at this time. However, improved graphics and sound patches will be\naccepted as long as they are entirely optional, do not require new media and\nare off by default.\n\n\n--------------------------------------------- Building Official Installers -----\n\nWe need help getting automated installers on all the platforms that ioquake3\nsupports. We don't neccesarily care about all the installers being identical,\nbut we have some general guidelines:\n\n  * Please include the id patch pk3s in your installer, which are available\n    from http://ioquake3.org/patch-data/ subject to agreement to the id\n    EULA. Your installer shall also ask the user to agree to this EULA (which\n    is in the /web/include directory for your convenience) and subsequently\n    refuse to continue the installation of the patch pk3s and pak0.pk3 if they\n    do not.\n\n  * Please don't require pak0.pk3, since not everyone using the engine\n    plans on playing Quake 3 Arena on it. It's fine to (optionally) assist the\n    user in copying the file or tell them how.\n\n  * It is fine to just install the binaries without requiring id EULA agreement,\n    providing pak0.pk3 and the patch pk3s are not refered to or included in the\n    installer.\n\n  * Please include at least an SDL so/dylib/dll on every platform.\n\n  * Please include an OpenAL so/dylib/dll, since every platform should be using\n    it by now.\n\n  * Please contact the mailing list when you've made your installer.\n\n  * Please be prepared to alter your installer on the whim of the maintainers.\n\n  * Your installer will be mirrored to an \"official\" directory, thus making it\n    a done deal.\n\n------------------------------------------------------------------ Credits -----\n\nMaintainers\n  Ludwig Nussel \u003cludwig.nussel@suse.de\u003e\n  Thilo Schulz \u003carny@ats.s.bawue.de\u003e\n  Tim Angus \u003ctim@ngus.net\u003e\n  Tony J. White \u003ctjw@tjw.org\u003e\n  Zachary J. Slater \u003czachary@ioquake.org\u003e\n\nSignificant contributions from\n  Ryan C. Gordon \u003cicculus@icculus.org\u003e\n  Andreas Kohn \u003candreas@syndrom23.de\u003e\n  Joerg Dietrich \u003cDietrich_Joerg@t-online.de\u003e\n  Stuart Dalton \u003cbadcdev@gmail.com\u003e\n  Vincent S. Cojot \u003cvincent at cojot dot name\u003e\n  optical \u003calex@rigbo.se\u003e\n  Aaron Gyes \u003cfloam at sh dot nu\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraspberrypi%2Fquake3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraspberrypi%2Fquake3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraspberrypi%2Fquake3/lists"}