Garry's Mod

Garry's Mod

CPTBase Redux
81개 중 31~40개 표시 중
< 1  2  3  4  5  6 ... 9 >
업데이트: 2018년 6월 25일 오후 6시 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 :)

업데이트: 2018년 6월 11일 오후 12시 09분

None Provided

업데이트: 2018년 5월 19일 오후 3시 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()

업데이트: 2018년 4월 27일 오후 11시 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

업데이트: 2018년 3월 27일 오후 6시 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

업데이트: 2018년 3월 27일 오전 12시 17분

None Provided

업데이트: 2018년 3월 27일 오전 12시 14분

None Provided

업데이트: 2018년 2월 11일 오후 2시 30분

  • Did a quick update on the Combine Assassin again

업데이트: 2018년 2월 11일 오후 1시 55분

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

업데이트: 2018년 2월 10일 오후 7시 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