mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-21 19:41:36 +00:00
Add list of engine changes
This commit is contained in:
parent
0c524e000d
commit
bc4a435056
1 changed files with 14 additions and 1 deletions
|
@ -1,7 +1,20 @@
|
|||
Q3Rally engine
|
||||
==============
|
||||
|
||||
Q3Rally is a standalone game based on ioquake3. However it's not compatible with ioquake3.
|
||||
Q3Rally is a standalone game based on ioquake3.
|
||||
|
||||
There are enhancements and customizations to the engine. It is prefered to use Q3Rally engine instead of ioquake3 to run the game.
|
||||
|
||||
Engine changes compared to ioquake3:
|
||||
|
||||
- Added Theora video playback for the Q3Rally intro video
|
||||
- Changed various cvar defaults
|
||||
- Changed the fallback missing sound filename
|
||||
- Modified mouse handling in menus
|
||||
- Changed invalid default pk3 checksums to use sv_pure 0
|
||||
- Added baseq3r pk3 checksums
|
||||
|
||||
(This list may be incomplete.)
|
||||
|
||||
## Compiling
|
||||
Q3Rally is compiled using GNU Make (`make`) from a terminal while in the engine directory.
|
||||
|
|
Loading…
Reference in a new issue