Open-source survival racing game on the ioquake3 engine.
Find a file
Zack Middleton 51578c980c Fix bots going in reverse for no reason in races
On some maps bots went in reverse right away or got (almost to?) the
first checkpoint and then went in reverse forever. Race movement uses
derivatives on a curve but they seem to be invalid at fraction 0 and 1
so limit it to 0.05 to 0.95 (arbitrary).

This change fixes bots being stuck near the beginning of q3r_nightcity,
q3r_ridgeracer, and q3r_valley. The bots can complete the maps now.
2023-06-04 19:10:52 -05:00
.github/workflows Fix uploading build from GitHub Actions 2023-03-03 10:49:25 -06:00
baseq3r New intro in Theora 2022-03-24 03:20:26 +05:00
engine Fix bots going in reverse for no reason in races 2023-06-04 19:10:52 -05:00
tools/radiant-config/radiant15-netradiant Added more options to func_breakable 2022-03-19 21:49:08 +01:00
.gitattributes Update .gitattributes 2022-03-03 21:49:35 +01:00
.gitignore added missing car sounds 2022-03-16 07:21:43 +01:00
changelog.txt Normalize all the line endings 2022-03-03 21:58:53 +01:00
q3rallycode.ppr new roadmap 2023-03-02 21:44:38 +01:00
README.md Add directions for compiling 2023-03-07 17:33:13 -06:00
roadmap_0.5.txt new roadmap 2023-03-02 21:44:38 +01:00
run-debug.sh Restore .x86 to Linux and macOS client/server executable names. 2018-08-08 15:57:53 +00:00
run.sh Fix run.sh for moving to git 2023-03-02 23:13:18 -06:00

Q3Rally It's damn fast, baby.

Q3Rally is a standalone game based on ioquake3.

For compiling, see engine/README.md.