Garry's Mod

Garry's Mod

CPTBase Redux
Viser 31-40 af 81 forekomster
< 1  2  3  4  5  6 ... 9 >
Opdatering: 25. juni 2018 kl. 18:05

Version 2.3.0

  • Big changes but I forgot to document :/ sorry. Although you as a common player don't need to worry about these changes except that there's a new SNPC and new SWEP :)

Opdatering: 11. juni 2018 kl. 12:09

None Provided

Opdatering: 19. maj 2018 kl. 15:03

Version 2.2.0

  • Updated to be compatible with the cancerous new Garry's Mod update. Rip to every other NPC addon
  • Fixed corpses not having velocity when spawned
  • Added NPC.DeathRagdollType = "prop_ragdoll" | "prop_physics"
  • SNPC base now uses base_entity instead of base_ai
  • Fixed automatic sound table setup system
  • SNPCs can now hear players using voice chat and track them down
  • Completely optimized SNPCs. Max FPS increased by 70-90+
  • Remade the relationship system. The whole confidence system is obsolete now unless you force it
  • Fixed mutation system
  • Added NPC:ChooseBetterPath(Entity ent)
  • Fixed the animation error revolving around the NPC:AttackFinish() function
  • Added a network boolean for checking if the NPC is a CPTBase entity
  • Removed NPC:UpdateRelations()
  • Fixed idle system
  • Optimized the NPC:Think() function
  • Optimized hearing function
  • Remove prop/door attack system (useless imo)
  • Added NPC:OnDoIdle()
  • Fixed NPC:ChaseTarget() not working properly if using LastPosition
  • Added arguments for NPC:CreateNPCRagdoll()
  • Added NPC:CustomChecksBeforeDamage(Entity ent)
  • Added NPC_Meta:GetNPCEnemy()
  • Added NPC_Meta:SetNPCEnemy(Entity ent)
  • Updated ENT_Meta:GetClosestPoint()
  • Updated ENT_Meta:GetFaction()
  • Removed useless prints
  • Added arguments for NPC_Meta:AttackFinish()

Opdatering: 27. apr. 2018 kl. 23:06

Version: 2.1.0

  • Added several new functions
  • Added more sound variables to better control default SNPC sounds
  • Fixed some weapon bugs
  • Added multiplayer support
  • Fixed an issue with relationship system not setting enemy correctly
  • Fixed SNPCs not chasing after their closest enemy
  • Fixed an issue with sequences not being set correctly, allowing other animations/AI to override them
  • Removed useless weapon code
  • Fixed weapon animations not working properly in multiplayer
  • Fixed tracers not rendering properly for all players
  • Removed a texture that just so happened to have the same directory as another texture, which overrided it
  • Optimized some meta functions
  • Fixed Idle sounds not playing unless playing idle animation
  • Optimized SelectSchedule(iSchedule)
  • Added custom whiz sounds to any weapon on my base that fires bullets

Opdatering: 27. mar. 2018 kl. 18:34

These last few updates were for the Sentry Bot pack. I'm aware of the AI bug that snuck into these updates and it is now fixed. The 2.1.0 update will release in a few days

Opdatering: 27. mar. 2018 kl. 0:17

None Provided

Opdatering: 27. mar. 2018 kl. 0:14

None Provided

Opdatering: 11. feb. 2018 kl. 14:30

  • Did a quick update on the Combine Assassin again

Opdatering: 11. feb. 2018 kl. 13:55

  • Fixed a bug
  • Combine Assassin can now be properly possessed

Opdatering: 10. feb. 2018 kl. 19:57

Version: 2.0.4

  • Added several new functions
  • Default sound pitch and volume can be changed through variables now
  • Fixed some ugly bugs
  • Added Combine Assassin and Icky SNPCs
  • More stuff I forgot to document