1. Alien Swarm: Reactive Drop
  2. News
  3. Alien Swarm: Reactive Drop Anniversary Update - April 20, 2018

Alien Swarm: Reactive Drop Anniversary Update - April 20, 2018


Today marks the 1 year anniversary of Reactive Drop's release! Along with that comes an update. We've added a few new weapons, a new seventh promotion and bug fixes for you all to enjoy.

Special thanks to Sk1p for creating brand new models for Heavy Rifle and Medical SMG as well as GUI icons for them.

Changelog
  • Add asw_weapon_gas_grenades
  • Add asw_weapon_heavy_rifle
  • Add asw_weapon_medrifle
  • Add 7th promotion
  • Increase level cap to 34 to accomodate the 3 new weapons
  • Fix bots getting stuck in sentries
  • Fix alien_selection SizeScale for asw_drone_uber
  • Add couple CHATTER_GRENADE lines for Wildcat
  • Add new VScript functions
    • CBaseEntity
      • GetLocalOrigin() //Returns the Entity position in the world relative to the parent as a vector
      • SetLocalOrigin( Vector position ) //Moves the entity to this global position vector relative to the parent
    • CASW_Alien & CASW_Buzzer
      • ElectroStun( float duration ) //Stuns the alien
      • Freeze( float freezeTime ) //Freezes the alien
    • Global
      • DropFragGrenade( float damage, float radius, Vector position ) //Drops a frag grenade
      • DropGasGrenade( float damage, float dmgInterval, float duration, float fuse, Vector position ) //Drops a gas grenade
      • DropIncendiaryGrenade( float damage, float radius, Vector position ) //Drops an incendiary grenade
      • DropStunGrenade( float damage, float radius, Vector position ) //Drops a stun grenade
    • GameEvents
      • weapon_fire //Event fires when a marine fires a weapon
      • weapon_offhand_activate //Event fires when a marine activates offhand item
  • Fix missing Cvar dedicated server warning - Fixes the "ConVarRef rd_weapons_regular_class_unrestricted doesn't point to an existing ConVar" warning for dedicated servers.