Garry's Mod

Garry's Mod

NPC Weapons - Base
Showing 1-10 of 25 entries
< 1  2  3 >
Update: 29 Aug, 2020 @ 12:50am

Fix typo in projectile class.

Update: 29 Aug, 2020 @ 12:39am

Refactor crossbow bolt entity into the generic projectile entity. Remove the crossbow bolt entity.

Update: 28 Aug, 2020 @ 11:29am

Add projectile impact decals using SWEP.ImpactDecal.

Update: 28 Aug, 2020 @ 11:13am

Fix SWEP.NumBullets not working with projectile weapons.

Update: 28 Aug, 2020 @ 7:30am

Add ConVar: "npc_weapons_force_animations". When enabled, forces NPCs to use the correct animations (force NPCs to hold pistols like pistols). This will NOT work without an addon that replaces NPC animations.

Update: 28 Aug, 2020 @ 5:52am

Major update:

Refactored rocket projectiles and generic projectiles into the same class.

Weapons can now be a "bullet" or "projectile" type. "Projectile" type weapons can be either explosive or non-explosive.

Coding no longer required for most projectile weapons, only changing configuration values around.

Update: 28 Aug, 2020 @ 3:53am

Added built in support for making rocket-firing weapons with configuration values.

Update: 28 Aug, 2020 @ 2:37am

Added a "be careful below this line" comment.

Update: 28 Aug, 2020 @ 2:20am

Added another debug display when using developer mode "developer 1" - purple cross at bullet impact position.

Update: 28 Aug, 2020 @ 1:49am

Added some very basic information on usage and how to use developer mode.