Garry's Mod

Garry's Mod

ANPlus [BASE] | Replacer Update
271-280 van 301 items weergegeven
< 1 ... 26  27  28  29  30  31 >
Update: 22 nov 2022 om 6:01

CHANGES:

  • Fixed an issue where NPCs with ['LookDistance'] set to high values would not fire their weapons and try to close the distance with their enemy instead (I'm still looking into it and will probably work on this little more).

Update: 21 nov 2022 om 10:13

CHANGES:

  • Just in case.

Update: 20 nov 2022 om 12:44

CHANGES:

  • Removed an unnecessary layer of tables from ['ActivityOther'] and ['ActivityMovement']:
    > Before:
    ['ActivityMovement'] = {

    [ACT_RUN] = { { 160 } },

    },
    > After:
    ['ActivityMovement'] = {

    [ACT_RUN] = { 160 },

    },

  • Added new NPC function "['OnNPCCreateEntity'] = function(self, ent)":
    > It's called whenever NPC spawns or creates something (this something needs to have its owner set to our NPC for this to register) like the combine soldiers throwing grenades.

Update: 20 nov 2022 om 12:09

CHANGES:

  • A code cleanup.

Update: 20 nov 2022 om 12:09

Update: 18 nov 2022 om 13:10

CHANGES:

  • Added the "Mega Angry Odessa Cubbage" because I can.

Update: 18 nov 2022 om 12:37

CHANGES:

  • Added 4th variable to the "ANPlusPlayAnim" function that sets if NPC should continue to look at its target during the animation.
  • Added a new NPC function "['OnNPCUse'] = function(ply, self)". It fires every frame when players use the "Use" key on our NPC.

Update: 17 nov 2022 om 4:03

CHANGES:

  • Custom animations should play properly now.
  • Added some functions to the TEMPLATE discussion.

Update: 16 nov 2022 om 16:44

CHANGES:

  • Some minor fixes.

Update: 8 nov 2022 om 15:07

CHANGES:

  • Fixed models not being randomized properly.