Alien Swarm: Reactive Drop

Alien Swarm: Reactive Drop

exploring map
hello there as I try to explore the maps o n ASRD using rd_noclip i cant find a way to go up or down from perspective of a marine only move on a same plane i spawned or just fall down
< >
Showing 1-5 of 5 comments
Grimowy Feb 3 @ 8:43am 
I don't know anything about no_clip but I can advise you on how to explore maps in another way:
Last edited by Grimowy; Feb 3 @ 8:46am
jhheight Feb 3 @ 10:14am 
alias goup ent_fire asw_marine runscriptcode "self.SetOrigin(self.GetOrigin() + Vector(0.0, 0.0, 32.0))"
alias godown ent_fire asw_marine runscriptcode "self.SetOrigin(self.GetOrigin() + Vector(0.0, 0.0, -32.0))"

bind kp_uparrow +goup
bind kp_downarrow +godown

Idk if this will work, if it does you can change 32.0 to something that suits you
Swarc Feb 6 @ 5:04am 
hmmm dont realy work, i get error messege
Unknown command: +goup
Unknown command: -goup
Unknown command: +godown
Unknown command: -godown
Ben Lubar  [developer] Feb 6 @ 10:24am 
alias commands aren't stored in config.cfg the way bind commands are, so you'll have to put that in your autoexec.cfg for it to persist between sessions.
Alias requires the command to be in quotation marks seems but the command itself uses quotation marks, bollocks
< >
Showing 1-5 of 5 comments
Per page: 1530 50