Garry's Mod

Garry's Mod

M9k Remastered
Showing 51-57 of 57 entries
< 1  2  3  4  5  >
Update: 18 Jul, 2020 @ 8:33pm

Bugfixes:
Fixed Buggy reload behavior for the USAS.
The USAS no longer plays an odd shotgun cocking sound after firing the first shot in the magazine.
Fixed the Double Barreled having weird behavior with the secondary attack.

Optimizations:
Optimized the Double Barreled immensely.

Balance changes:
Changed the RPM of the spas12. (350 > 200)
Changed the RPM and Damage of the striker12. (365 > 200)
Changed the RPM of the Browning Auto. (250 > 225)
Changed the RPM of the Jackhammer. (240 > 190)
(The USAS was untouched balance-wise, the description on the GitHub page is incorrect.)

https://github.com/MeteorTheLizard/MMM_M9k_Remastered/commit/83419923b3b5f3e03095a4e895ea81be7e6b0b56

Update: 18 Jul, 2020 @ 6:15pm

Fixed shotguns spazzing out when switching the weapon while reloading.
Tiny optimisation for the FinishReloading() function for the shotgun base.
Fixed Matador not getting a chance to play the fire animation

(Sorry for this commit mess)
https://github.com/MeteorTheLizard/MMM_M9k_Remastered/commit/565812a8d378647984c38737f2a128b882638efb
https://github.com/MeteorTheLizard/MMM_M9k_Remastered/commit/17bfbf5792533afefeaa47807e9e5c885a8fe782
https://github.com/MeteorTheLizard/MMM_M9k_Remastered/commit/ca4a9f0cd594c2b713b68f65ef5bc2487c361e7d
https://github.com/MeteorTheLizard/MMM_M9k_Remastered/commit/c96824cdd513eaabd61464c8f5224abe1ef37d12

Update: 18 Jul, 2020 @ 5:31pm

V1.1

Bug fixes:
Fixed a bug with shotgun based weapons throwing an error when dying with a shotgun equipped.
Fixed a bug that caused all weapons to not have viewmodel muzzleflashes. (Some weapons still suffer from this, but only a few)
Fixed a bug that caused all weapons to not eject shells in the viewmodel animation.
Fixed a bug that would make it possible to fire some weapons while still drawing them.
Fixed weird reload behavior for the Matador. The custom animation effects now work properly regardless of what happens.
Fixed a bug with the m202 using the incorrect world model (The original creators messed up here).

Optimizations:
Removed SWEP.Slot for Scope based and Shotgun based weapons.
Removed SWEP.SlotPos for ALL weapons except the base(s).
Removed Sound objects from ALL script files
Removed unused SWEP vars from the m79gl.
Removed "SWEP.Primary.DefaultClip = 0" from all weapon scripts except the gun base.
Optimized gun base and shotgun base by caching a table to store blacklisted weapons for dynamic recoil.
Optimized the RPG-7 a tiny bit by caching the Vector(0,0,1)

Other:
Added a check to the weapon base to make weapons unable to be fired underwater.
M9k Remastered can now be downloaded purely for Materials, Models and Sounds.

Re-added some weapons:
-Thompson Contender G2
-USAS
-Scoped Taurus (Raging Bull - Scoped)
-M202 (Rocket launcher)
-EX41 (Grenade Launcher)
-Minigun

Known issues:
Upon an explosion, an ERROR model can be seen for 1 Tick. (https://github.com/MeteorTheLizard/MMM_M9k_Remastered/issues/3)

https://github.com/MeteorTheLizard/MMM_M9k_Remastered/commit/e4790d0bd891b5e211405465ecc524f93409eabb

Update: 18 Jul, 2020 @ 6:45am

Added IsValid checks for timers on the Matador incase the weapon is dropped on death or the owner poofs while it tries to drop itself.

https://github.com/MeteorTheLizard/MMM_M9k_Remastered/commit/a16afdfad8ad82d455ffa9ac4e9ea83f3f130dca

Update: 18 Jul, 2020 @ 6:23am

Fixed Matador causing viewmodels to glitch out when switching from an invalid weapon to another.

Fixed Proximity mines causing viewmodels to glitch out when switching from an invalid weapon to another.

Fixed Dropped Matadors not having an owner when a prop management addon is installed.

Fixed shotgun based weapons not finishing up the reload animation when the owner had less ammo left than what is required to fully reload it.

https://github.com/MeteorTheLizard/MMM_M9k_Remastered/commit/4e3ffb863ce78cc4b2613913f7deea7e0b8dfa13

Update: 17 Jul, 2020 @ 7:33pm

Added Serverside Workshop subscription to make people download this automatically to prevent missing Textures and missing Models.

https://github.com/MeteorTheLizard/MMM_M9k_Remastered/commit/770c493fb9b5677a2315ad0c40d7b6d2f04acd49

Update: 17 Jul, 2020 @ 7:16pm

V1.0

Initial addon creation.