Swarm Debug Commands: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with '* asw_ent_create [classname] - creates an entity of the specified class at the crosshair * asw_ent_teleport [entity name] - teleports the named entity to the crosshair * asw_te…')
 
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 2: Line 2:
* asw_ent_teleport [entity name] - teleports the named entity to the crosshair  
* asw_ent_teleport [entity name] - teleports the named entity to the crosshair  
* asw_teleport [entity name] - teleports the current marine to the named entity (autocompletes)
* asw_teleport [entity name] - teleports the current marine to the named entity (autocompletes)


* asw_clearhouse - removes all aliens, spawners, eggs and alien goo.
* asw_clearhouse - removes all aliens, spawners, eggs and alien goo.
* asw_god 1 - makes the marines invulnerable  
* asw_god 1 - makes the marines invulnerable  
* asw_mission_complete - flags all objectives as complete and ends the mission
* asw_mission_complete - flags all objectives as complete and ends the mission


* exec freecam - puts you into a free flying cam  
* exec freecam - puts you into a free flying cam  
* exec normalcam - gets you back to the overhead cam
* exec normalcam - gets you back to the overhead cam
* asw_ent_create asw_target_dummy - creates an entity that will report total damage taken and DPS.  Useful for balancing new weapons.  Wait a few seconds without damaging it and the counters will reset.
== More ==
*[[user:Psycommando/ASW_ConCmd_ConVars | Console Output with the entire list of console commands for Alien Swarm, 3933 Commands (~402kb) ]]


[[Category:Alien Swarm]]
[[Category:Alien Swarm]]

Latest revision as of 21:46, 2 August 2010

  • asw_ent_create [classname] - creates an entity of the specified class at the crosshair
  • asw_ent_teleport [entity name] - teleports the named entity to the crosshair
  • asw_teleport [entity name] - teleports the current marine to the named entity (autocompletes)


  • asw_clearhouse - removes all aliens, spawners, eggs and alien goo.
  • asw_god 1 - makes the marines invulnerable
  • asw_mission_complete - flags all objectives as complete and ends the mission


  • exec freecam - puts you into a free flying cam
  • exec normalcam - gets you back to the overhead cam


  • asw_ent_create asw_target_dummy - creates an entity that will report total damage taken and DPS. Useful for balancing new weapons. Wait a few seconds without damaging it and the counters will reset.


More