Commit Graph

12 Commits

Author SHA1 Message Date
Marco Cawthorne 1c3fc2c32d
Bot improvements contributed by CYBERDEViL:
- Bots will choose a random Bomb Site / Escape Zone / VIP Safety Zone.
 - T-bots: fetch bomb backpack when it has been droppen.
 - T-bots: plant the bomb.
 - T-bots: roam the planted bomb.
 - CT-bots: random buy defusal kit.
 - CT-bots: defuse bomb.
 - CT-bots: roam the defuser.
 - Small waypoint adjustments for `de_dust2` which enables bots to
   successfully jump on the big boxes to B, and they jump more easy over the
   ridge from T spawn to B.
2024-01-04 14:23:39 -08:00
Marco Cawthorne e21b0e8d3a
Server: Remove mp_friendlyfire cvar registration from the code, as that will be aliases elsewhere 2023-11-17 19:48:18 -08:00
Marco Cawthorne 2d51a765b7
func_escapezone: balance tweak via new cvar fcs_escapepenalty. Suggested by Xylemon 2023-03-01 23:07:02 -08:00
Marco Cawthorne cb12c5d747
CSGameRules: add cvar fcs_swaponround. Set to a positive value and the rules will swap teams after Nth number of rounds 2023-03-01 22:23:24 -08:00
Marco Cawthorne 20b960761e
Gamerules: Fix kill rewards or something. Add cvar fcs_penalty_teamkill. 2022-04-28 10:55:38 -07:00
Marco Cawthorne 60696b42aa
Clear up some warnings 2022-04-25 10:37:07 -07:00
Marco Cawthorne 3ffd8262b9
Unbreak the gamerule timer. Sorry about that! 2022-04-23 14:45:12 -07:00
Marco Cawthorne 290cb55bcf
Update copyright information
Remove pmodel attributes from the player class.
2022-03-13 16:59:12 -07:00
Marco Cawthorne 127f9eba7f
Handle 'frozen' state better. Planting C4 no longer doesn't freeze you.
Now dying during freeze time will also call a round-end just like 1.5.
2022-03-03 23:34:01 -08:00
Marco Cawthorne 6a24b29e3d Bots: Now following some basic objectives - don't look too deep into it
Weapons: We now have added weapon weights and isempty() functions to the
weapon structs
Spectator: Now integrated into the gamemodes proper. NEEDS MORE TESTING!
Radio: Fixed a bug in which the wrong player name would be displayed.
2021-05-12 15:47:34 +02:00
Marco Cawthorne 24428a072f Merge client/input.qc and server/input.qc into shared/input.qc 2021-03-09 11:54:15 +01:00
Marco Cawthorne 6ff68fcc34 Initial commit, carried over from Nuclide's Git on March 8th 2021 2021-03-08 10:38:54 +01:00