Greaserpirate | 2013-09-11 02:48
Much Deadlier Monster AI (Shoots first, asks questions later.. fixed)
(Partly Inspired by Brutal Doom and Touhou)

Sauer has lots of great singleplayer maps, but there's really something missing from the singleplayer experience. Monsters take really long breaks in between shooting at you, and this happens even on the highest skill levels. But there's a fix to this:

In the file src/fpsgame/monster.cpp, go to line 202 and comment out this line:

if((!melee || dist<20) && !rnd(longrange ? (int)dist/12+1 : min((int)dist/12+1,6)) && enemy->state==CS_ALIVE) // get ready to fire

and replace it with this line:

if((!melee || dist<20) && enemy->state==CS_ALIVE) // get ready to fire..

Then compile and start a singleplayer match. You will find that the monsters are MUCH more challenging, and overall the singleplayer experience is much faster and more strategic. The Rhinos are a bit OP though, especially since some mappers tend to put groups of 10 rhinos in every corner, so you might also want to change line 23 from this:

{ GUN_CG, 18, 70, 2, 70, 100, 400, 2, 10, 50, S_PAINR, S_DEATHR, "a rhino", "monster/rhino", NULL},

to this:

{ GUN_SLIMEBALL, 18, 70, 2, 70, 100, 400, 2, 10, 50, S_PAINR, S_DEATHR, "a rhino", "monster/rhino", NULL},

Have fun fragging :)

(edit: HTML hates "<" signs and thinks they're code)

0
points
 (0 votes)
User login
Users on Quadropolis
1 guest & no users online
vampirefrog
Created 2024-04-11 22:25
1 day 3 hours ago
vampirefrog
29
points ]
 (4 votes)
Created 2010-05-30 10:00
13 years 45 weeks ago
Gangler
36
points ]
 (4 votes)
Created 2020-10-22 00:50
3 years 24 weeks ago
Zoocata
10
points ]
 (1 vote)
Created 2024-02-11 21:20
8 weeks 5 days ago
vampirefrog
10
points ]
 (1 vote)
Created 2023-07-23 20:02
37 weeks 5 days ago
36
points ]
 (4 votes)
Created 2020-12-10 12:49
3 years 17 weeks ago
Created 2023-12-12 23:34
17 weeks 3 days ago
Zoocata
Created 2023-11-27 23:00
19 weeks 4 days ago
20
points ]
 (2 votes)
Created 2023-10-01 15:21
27 weeks 5 days ago
20
points ]
 (2 votes)
Created 2021-05-24 00:01
2 years 46 weeks ago
9
points ]
 (1 vote)
Created 2023-06-13 17:54
43 weeks 3 days ago
Zoocata
27
points ]
 (3 votes)
Created 2023-05-05 20:58
49 weeks 5 hours ago
Zoocata
18
points ]
 (2 votes)
Created 2023-03-02 01:40
1 year 6 weeks ago
Getridou
Created 2023-01-29 23:27
1 year 10 weeks ago
Created 2023-01-19 19:36
1 year 12 weeks ago
Getridou
Created 2023-01-10 17:10
1 year 13 weeks ago
Getridou
Created 2023-01-01 14:30
1 year 14 weeks ago
Getridou
10
points ]
 (1 vote)
Created 2023-01-01 10:58
1 year 14 weeks ago
Getridou
Created 2023-01-01 10:49
1 year 14 weeks ago
afroninja
17
points ]
 (2 votes)
Created 2023-01-01 06:32
1 year 14 weeks ago
Who's new
  • ColdIV
  • Aidan
  • Hunk
  • letic86
  • BATMAN