Garry's Mod
NPC Weapons - Base
Εμφάνιση 1-10 από 25 καταχωρίσεις
< 1  2  3 >
Ενημέρωση: 29 Αυγ 2020 στις 0:50

Fix typo in projectile class.

Ενημέρωση: 29 Αυγ 2020 στις 0:39

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

Ενημέρωση: 28 Αυγ 2020 στις 11:29

Add projectile impact decals using SWEP.ImpactDecal.

Ενημέρωση: 28 Αυγ 2020 στις 11:13

Fix SWEP.NumBullets not working with projectile weapons.

Ενημέρωση: 28 Αυγ 2020 στις 7:30

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.

Ενημέρωση: 28 Αυγ 2020 στις 5:52

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.

Ενημέρωση: 28 Αυγ 2020 στις 3:53

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

Ενημέρωση: 28 Αυγ 2020 στις 2:37

Added a "be careful below this line" comment.

Ενημέρωση: 28 Αυγ 2020 στις 2:20

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

Ενημέρωση: 28 Αυγ 2020 στις 1:49

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