Skip to content

Mapbase v4.1

Compare
Choose a tag to compare
@Blixibon Blixibon released this 21 Jun 15:44
· 709 commits to master since this release

This update adds onto v4.0 and fixes a bunch of long-standing issues.

Download

Mapbase Release Build

Changelist:

  • Exposed CAmmoDef to VScript and changed ammo type functions accordingly
  • Added TakeHealth and IsAlive to CBaseEntity
  • Added $treeSway
  • Added several inputs to control env_wind keyvalues + a new $treeSway scale keyvalue
  • Added "Expanded name fixup" keyvalue to point_template which allows name fixup to fix up output parameters
  • Fixed the rope on rappelling NPCs causing graphical issues
  • Fixed prop_vehicle_prisoner_pod missing "EnterVehicle", "EnterVehicleImmediate", and "ExitVehicle" inputs
  • Fixed hostile citizens not damaging player
  • Fixed an uncommon npc_metropolice crash from when it's not in a squad
  • Made SetTarget input update target handling on NPCs
  • Changed ammo type functions to be more organized, added AmmoDef singleton
  • Added more precache functions
  • Added various misc. entity functions, like GetAllWeapons or AddOutput
  • Added more utility functions
  • Added IsValid to VScript library (reductor)
  • Made various optimizations and fixes to the source code, especially for GNU compilers (z33ky)