-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathfrogbot.txt
71 lines (41 loc) · 1.5 KB
/
frogbot.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Short: Optimized Frogbot for quake
Author: Robert Field (frogbot) and Christian Michael (optimizations)
Uploader: [email protected]
Type: game/patch
Optional : game/data/frogmaps.lha (all supported custom maps)
game/data/fastqprogs.lha (for extra speed)
18/04-99
Here you have it! The best quake dm-bot in existence, custom optimized by
me (Christian "surgeon" Michael). The optimizations are largely the same as
the quakeC modifications in qboost3.
The original progs.dat files are in "original_progs.dat_files".
These are included to avoid violating authors distribution guidelines.
The maps supported in this release are:
dm4
dm6
bless
fribdev1(including the variations fribdev1_2 & fribdev1_3)
rapture1
ztndm1
ztndm2
ztndm3
ztndm4
ztndm5
ztndm6
I must stress that the only work I have done is
to fps-optimize the source (68K friendly) and recompile with extra waypoints.
Unfortunately I had to modify the source extensively, since it's written for
a compiler called preqcc. Faqcc does not handle includes like preqcc,
so I had to disable all of them and make sure, that only the parts relevant
for normal quake was compiled. Enough about my effort.
Credit must go to:
Robert 'Frog' Field - creator of the Frogbot.
and the waypoint authors:
Brian 'EraZoR' Mathiasen
Hylke 'Gibbie' Beck
Jonathan 'Crunchy' Slark
Matt 'Asdf' McChesney
To install this modification, extract the archive to your quakedir.
Start quake with the parameter -game frogbot -zone 1024
Enjoy!
surgeon