1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 07:08:06 -05:00
Commit Graph

141 Commits

Author SHA1 Message Date
5835a02899 Remove weapon switch after revive 2022-01-04 06:20:13 -08:00
d96f7cf244 Move revive bar down 2022-01-04 06:02:50 -08:00
4ba35d45cf Update player needs to be revived text instantly 2022-01-04 05:57:51 -08:00
1810e87b31 Display revive bar for downed player 2022-01-04 05:30:23 -08:00
2b2bcb9923 Change revive bar color to blue 2022-01-04 04:43:45 -08:00
e2459311ed Grief: remove round number HUD 2022-01-03 19:11:43 -08:00
1d71e4b6b5 Grief: fix player position and angle on round start freeze
Optimize round start freeze code
2022-01-03 17:41:15 -08:00
fe2906a7f5 Move map specific functions into separate scripts
Perk pause removal done with replaceFunc
Removes need for replacing power_off_func on every power item
2022-01-03 13:38:53 -08:00
2e4e1e9e61 Maxis Drone: fix not switching back to previous weapon 2022-01-03 04:07:13 -08:00
efeb3aa0f5 Grief: fix equipment pickup text not being removed if shown during round restart 2022-01-03 01:05:39 -08:00
3144f0968a EMP Grenade: fix EMP'ing certain items at any range 2022-01-02 16:50:24 -08:00
f4a911a793 Mystery Box: moves to new location instantly 2022-01-02 16:36:45 -08:00
18b0ef282e Mystery Box: decrease weapon pickup time 2022-01-02 16:22:36 -08:00
d3931f4436 Change file locations
Rename _zm_reimagined_zgrief to zgrief_reimagined
Removes need for mod.gsc
Makes grief code only load on grief gamemode
Fixes maps without grief not being able to load
2022-01-02 13:26:21 -08:00
52ab420569 Grief: random respawn points 2022-01-02 02:08:26 -08:00
0952305f8b Grief: teams switch spawn points each round 2022-01-02 01:44:11 -08:00
863cef13d1 Grief: optimize team set code
Removes need for setting team in _zm_gametype::onspawnplayer
2022-01-02 01:20:41 -08:00
e3329445cd Grief: player spawn point fix
Fix invalid spawn point being chosen if connected very shortly after another player
Removes need for wait in between spawning bots
2022-01-01 22:21:05 -08:00
73961ae95f Tranzit: fix collisions
Remove replacing zm_transit_ffotd::main_end as it is not necessary
2022-01-01 21:35:11 -08:00
f02f6f2bf7 Grief: fix hotjoin players not picking free spawn point 2021-12-31 04:39:55 -08:00
44480b3b7c Grief: fix last player not getting nade award on round restart 2021-12-31 03:51:20 -08:00
cae7de75eb Grief: decrease sv_connectTimeout dvar
Remove replacing _zm::onallplayersready
2021-12-31 03:45:14 -08:00
e1c12ff9e1 Tranzit: fix zombie pathing exploit at Town Bookstore 2021-12-28 02:01:12 -08:00
290cfaa74b Grief: meat changes
Message shows when the meat is active on a player
Meleeing while the meat is moving no longer grabs the meat
Meleeing while the meat is moving throws the meat
Meleeing while the meat is moving activates more consistently
2021-12-27 11:14:41 -08:00
f082d868c3 Grief: always use initial spawn point 2021-12-27 05:42:22 -08:00
b4f1a14754 Wallbuys: decrease upgraded ammo cost 2021-12-21 04:23:00 -08:00
8b86174a28 SMR: increase damage by 100% 2021-12-20 22:42:42 -08:00
aa07ca0f76 Tranzit: lava destroys grenades instantly 2021-12-20 22:05:19 -08:00
eb52819a70 Zombies: neck counts as headshot 2021-12-20 20:06:02 -08:00
6d604c7465 Deadshot: double headshot damage done properly 2021-12-20 19:58:45 -08:00
fceae79405 In-game menu no longer disabled instantly when the game ends 2021-12-19 23:40:37 -08:00
fdfedbf146 EMP Grenade: makes downed enemy players bleed out 2021-12-19 22:50:03 -08:00
575530b139 Grief: initial spawn positions fix 2021-12-19 02:42:47 -08:00
cd7d26ee26 Meat powerup: decreased time on ground 2021-12-18 15:08:41 -08:00
e6d13e64b8 Grief: round restart optimizations 2021-12-18 02:55:27 -08:00
91834b2995 EMP Grenade: sprinting no longer wakes up EMP'd zombies 2021-12-17 20:20:43 -08:00
ecfef4444e EMP Grenade: no longer effects players 2021-12-17 19:17:08 -08:00
4a610003ac Grief: add round won/lost text 2021-12-17 16:10:15 -08:00
6df575be25 Grief: fix players being able to move during map load 2021-12-17 05:03:19 -08:00
670baef4de Convert all indentation to tabs 2021-12-16 11:46:33 -08:00
c2a4eac29e Move replaced functions into separate scripts 2021-12-16 03:54:19 -08:00