Commit Graph

223 Commits

Author SHA1 Message Date
Haodong Mo
19d9b57049 moved charm base to arccw 2020-07-12 21:06:50 +10:00
Haodong Mo
f74bf79791 Update sh_deploy.lua 2020-07-12 19:22:29 +10:00
Haodong Mo
af6405b262 Update sh_deploy.lua 2020-07-12 17:09:41 +10:00
TheOnly8Z
c8315247f5 Better Cycling and Reloading logic
- StripperClipOneOut is replaced with a check on NWBool cycle
- Added server convar arccw_clicktocycle, which forces another click to cycle instead of releasing
2020-07-11 05:58:20 -04:00
TheOnly8Z
3a660d959d removed print statement 2020-07-11 01:08:57 -04:00
TheOnly8Z
436a7a035b sgreload_start can also use RestoreAmmo 2020-07-11 01:00:15 -04:00
TheOnly8Z
0c01b8b4cc SoundTable can now play effects 2020-07-11 00:56:47 -04:00
TheOnly8Z
a76f9068a6 check for existing self.ToggleCustomizeHUD instead 2020-07-10 23:54:44 -04:00
TheOnly8Z
c8746f550d ToggleCustomizeHUD only runs if self is valid 2020-07-10 23:51:55 -04:00
TheOnly8Z
d752d1447c Return if TranslateAnimation is either false or nil 2020-07-10 23:35:53 -04:00
TheOnly8Z
f0996a6d52 Sanity check on SelectWeapon 2020-07-10 08:12:55 -04:00
TheOnly8Z
704e1cf7f4 Improved customize menu blocked behavior 2020-07-10 07:35:10 -04:00
TheOnly8Z
802d565c97 StripperClipOneOut 2020-07-10 06:05:21 -04:00
TheOnly8Z
1f32db1a29 Implement StripperClipBones 2020-07-10 06:01:46 -04:00
TheOnly8Z
d3f7dcc832 Implemented Hook_ModifyRecoil 2020-07-10 05:24:19 -04:00
TheOnly8Z
a5e33d3f1a Implement ShotRecoilTable 2020-07-10 02:29:52 -04:00
TheOnly8Z
6794dcbf37 Add 1 to bit calculation and clamp to 32 bits 2020-07-10 02:18:07 -04:00
TheOnly8Z
15d4c18757 GetBitNecessity now caches result 2020-07-10 02:00:02 -04:00
TheOnly8Z
3c509c5105 Use math.log to handle bit necessity 2020-07-10 01:56:29 -04:00
TheOnly8Z
c2fd39eb1c Better shotgun spread handling 2020-07-10 01:52:41 -04:00
TheOnly8Z
7892c9dddc MoveDispersion calc during jump is doubled 2020-07-10 01:01:43 -04:00
TheOnly8Z
07a968e2fe JumpDispersion overrides MoveDispersion 2020-07-10 01:00:37 -04:00
TheOnly8Z
588d84aca1 Add SWEP.HullSize 2020-07-10 00:55:34 -04:00
TheOnly8Z
b7a58453f0 remove print 2020-07-10 00:28:18 -04:00
TheOnly8Z
983c925a7c GetDamage should be DONE done now 2020-07-10 00:27:55 -04:00
TheOnly8Z
aa893a20ae Fixed HSP offset for reals 2020-07-09 23:38:22 -04:00
TheOnly8Z
7afa09f442 Use ModelOffset instead of OffsetPos 2020-07-09 23:19:41 -04:00
TheOnly8Z
a5adc9cb89 Make HSPs use attachment offset 2020-07-09 23:18:31 -04:00
TheOnly8Z
c2ce41341f Fixed a lua error with SelectWeapon 2020-07-09 18:59:59 -04:00
TheOnly8Z
6d82647eb1 Block busted and invisible doors from being used 2020-07-09 08:48:33 -04:00
TheOnly8Z
65e53d9e73 Changes to door busting and shotgun behavior
- Shotguns now always use pattern dispersion code (calling FireBullets once per num)
- Moved code to callback function to target func_ entities as well
2020-07-09 08:43:27 -04:00
TheOnly8Z
bbf4e05bca Merge branch 'master' of https://github.com/HaodongMo/ArcCW 2020-07-09 08:15:59 -04:00
TheOnly8Z
cc79a71ff3 Should fix the slug/multi-pellet damage issue once and for all 2020-07-09 08:15:01 -04:00
TheOnly8Z
5bb4eb359c Basic door busting 2020-07-09 08:12:12 -04:00
Haodong Mo
36490ac6ae Hopefully dealt with error shells 2020-07-09 17:05:24 +10:00
Haodong Mo
55a1e113be Added option to disable holstering 2020-07-08 19:20:31 +10:00
Haodong Mo
404af72343 hopefully fixed holster issue 2020-07-08 19:18:53 +10:00
Haodong Mo
261e73dd68 this should stop people's customize huds closing randomly 2020-07-08 14:31:39 +10:00
Haodong Mo
1bca870ec4 Merge branch 'master' of https://github.com/HaodongMo/ArcCW 2020-07-08 13:25:53 +10:00
Haodong Mo
2058f39be5 flash hiders now hide flashes 2020-07-08 13:24:19 +10:00
TheOnly8Z
3a8c3a9659 another print statemetn 2020-07-07 14:06:24 -04:00
TheOnly8Z
008a7f1e94 Removed print and trace statement 2020-07-07 13:54:45 -04:00
TheOnly8Z
849b019a1a Fixed pen bullet doing full damage; stat screen dmg uses convar 2020-07-07 04:26:21 -04:00
TheOnly8Z
ffbcce2373 grenades, launchers and melee no longer have stat screen 2020-07-07 04:00:24 -04:00
TheOnly8Z
6faebd67fb Stat screen now considers both variables for speed and strafe speed 2020-07-07 03:54:34 -04:00
TheOnly8Z
574d7779bb Jump Dispersion is a thing now, jumpshotters begone 2020-07-07 03:54:34 -04:00
TheOnly8Z
2561d285ef Fixed shotgun damage being ridiculous 2020-07-07 03:54:34 -04:00
TheOnly8Z
f0036c2c2b Fixed shotgun damage being ridiculous 2020-07-07 02:48:02 -04:00
TheOnly8Z
39150e1f8d Removed prone mod standalone from incompat. list for now 2020-07-07 02:21:07 -04:00
TheOnly8Z
3df166e410 close customize hud on holster 2020-07-06 22:05:16 -04:00