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

431 Commits

Author SHA1 Message Date
f6c4854b86 Rotate Pack-a-Punch flag down when EMP'd 2022-01-20 01:55:13 -08:00
12e655cb20 Add Pack-a-Punch flag to custom locations 2022-01-20 01:11:10 -08:00
d9e00923e9 Remove headless zombies 2022-01-19 23:54:48 -08:00
081bd01475 Weapon damage scalar changes
Override level.global_damage_func in _zm_reimagined
Move zombie_damage function to replaced folder
2022-01-19 22:25:16 -08:00
4b8e94b7e9 Quick Revive: remove increased health regen rate 2022-01-19 20:30:07 -08:00
c04fb129c9 Decrease zombie health cap 2022-01-19 20:20:00 -08:00
526f26ad12 Power Station: activate core 2022-01-19 20:04:21 -08:00
95355e20a6 Tranzit: add wait before vision change 2022-01-19 20:03:12 -08:00
3e78125585 Electric trap equipment: decrease player damage 2022-01-19 12:25:12 -08:00
df22b345e3 Electric Trap equipment changes
Decrease active time from 60 seconds to 30 seconds
Can kill unlimited zombies at once
Add back startup time (0.5 seconds instead of 2 seconds)
2022-01-18 21:41:25 -08:00
14553567be Buildables: cost changes
Turbine: decrease cost from 1000 to 500
Jet Gun: increase cost from 1000 to 5000
Sliquifier: increase cost from 1000 to 5000
2022-01-18 19:16:04 -08:00
a5dd0494e5 Change function and variable name 2022-01-18 18:37:30 -08:00
b018fdb922 Tranzit: zone name changes 2022-01-17 08:17:00 -08:00
d0d11f4fbf Tranzit: fix zombie riser being too high above ground 2022-01-17 07:44:19 -08:00
a905f4c8d4 Power Station: change player spawn points 2022-01-17 07:19:04 -08:00
4d59d8c7ba Power Station: move wallbuys
Add Remington 870 and Bowie Knife
Remove M16
2022-01-17 06:57:14 -08:00
f4a947d4a3 Power Station: move perk machines 2022-01-16 13:20:44 -08:00
cd83b5349c Power Station: change collision
Allows using the drop down in Warehouse
2022-01-16 09:39:19 -08:00
c1173de87d Power Station: add buildable tarps 2022-01-16 07:34:06 -08:00
1745ce3b14 Cell Block: fix players occasionally spawning up top 2022-01-16 05:22:44 -08:00
b14233f148 Tranzit: decrease brightness at Power Station 2022-01-15 06:37:14 -08:00
71c2f09994 Optimize move perk machine code
Directly change the structs instead of removing and adding the machines
2022-01-15 04:43:34 -08:00
8da5e2df27 Tombstone: add in solo correctly
Fixes not being added on Tranzit in solo
2022-01-15 02:14:43 -08:00
3afb85f753 Increase ladder climb speed 2022-01-15 01:45:04 -08:00
53e50cd86e Fix custom location melee weapon wallbuy hint strings
Remove .wallbuy_targetname, .hint_parm1, and .hint_parm2 as they are not necessary
Fix .ballistic_weapon_name typo
2022-01-14 22:59:46 -08:00
90ce1bca45 Diner: change collision models
Matches more closely to Turned Diner
2022-01-14 16:31:15 -08:00
a8cef3ffa6 Set certain dvars on server instead of client
Remove player_strafeSpeedScale as it is already 1 by default
Remove player_sprintStrafeSpeedScale as it doesn't change anything
Remove dtp_post_move_pause as it doesn't allow sprinting without re-pressing sprint button
2022-01-14 12:10:58 -08:00
9479d80761 Zone name adjustments
Tranzit: change "Power" to "Power Station"
MOTD: change "Cellblock" to "Cell Block"
2022-01-14 10:51:12 -08:00
729ea5e50a Diner: remove precacheModel lines
Not necessary
2022-01-14 10:27:50 -08:00
d57f35361a Rename location scripts 2022-01-14 10:25:11 -08:00
2252191028 Power Station: show power switch 2022-01-14 09:19:55 -08:00
23f2170576 Tranzit: add Power Station location
From JezuzLizard
Remove Stamin-Up
Remove MP5 wallbuy location in starting area
Remove 2nd Mystery Box location
2022-01-13 23:53:40 -08:00
de087cefd0 Fix g_friendlyfireDist being set as a client dvar 2022-01-13 12:17:16 -08:00
c0af13fe73 Diner: change player spawn points
Add general code for setting team spawn to custom locations
2022-01-12 22:43:58 -08:00
9d925c6afd Diner: add additional collision
Fixes being able to clip into one of the trucks
2022-01-12 22:18:57 -08:00
5e74ea42d1 Diner: swap M14 and Olympia wallbuy locations 2022-01-12 21:13:24 -08:00
1204e2d53a Diner: add buildable tarp 2022-01-12 21:04:17 -08:00
4925b3f520 Diner: add Galvaknuckles wallbuy
Add general code for melee weapon wallbuys
2022-01-12 19:15:19 -08:00
b6468128d1 Reorganize custom location utility script 2022-01-12 06:46:11 -08:00
ef9f539e69 Add wallbuy weapon model to custom location wallbuys 2022-01-12 06:22:20 -08:00
26f7159713 Diner: slightly move back M14 wallbuy 2022-01-12 06:20:42 -08:00
e710d2192f Diner: adjust perks and wallbuys
Remove M16
Move M14 to Garage
Move Quick Revive to Outside Diner
Move Juggernog to where M16 was
2022-01-12 05:39:15 -08:00
e72fdf4d68 MOTD: 1 afterlife max in solo 2022-01-12 04:07:39 -08:00
a9df3f0759 Replace bank and weapon locker scripts only on specific maps
Fixes maps that do not have bank and weapon locker being unable to load
2022-01-12 04:03:38 -08:00
82f0c315dd Bank changes
Gain 10% interest on deposited points at the end of each round
No longer costs 100 points to withdraw
Account value is shown when depositing, withdrawing, and going near the triggers
2022-01-11 22:10:28 -08:00
d6c01dfdd2 Reset weapon locker stored weapon done correctly
Re-enabled bank (stored points resets each game)
2022-01-11 19:19:32 -08:00
88068b520c Fix persistent upgrades not being disabled 2022-01-11 15:43:44 -08:00
472e2741db Solo lives uses separate variable instead of .lives
Makes solo lives work on MOTD
2022-01-11 14:51:53 -08:00
8fe8586c52 Die Rise: solo lives fixes 2022-01-11 05:09:20 -08:00
88d1980ac0 New solo lives done correctly
Fixes Tombstone always giving Quick Revive in solo
Fixes being EMP'd always giving Quick Revive in solo after being un-EMP'd
2022-01-11 05:06:53 -08:00