Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
RobSis committed Feb 11, 2013
0 parents commit c08dc70
Show file tree
Hide file tree
Showing 67 changed files with 21,365 additions and 0 deletions.
29 changes: 29 additions & 0 deletions autoexec.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
echo
echo " €‚ ÐÏÒÔÁÌ ÇÕÎ Ö”…’ €‚"
// " (============) Portal Gun v2.0 (===========)"
echo " Controls:"
echo " €‚ p Pull the Portal gun out"
echo " €‚ q Fire blue portal"
echo " €‚ e Fire red portal"
echo " €‚ r Close portals"
echo " €‚ f Fire carrying beam"
echo " €‚ w Movement"
echo " asd"

bind "p" "impulse 99"
bind "r" "impulse 98"
bind "q" "impulse 96"
bind "e" "impulse 95"
bind "f" "impulse 94"

bind "w" "+forward"
bind "s" "+back"
bind "a" "+moveleft"
bind "d" "+moveright"

alias "portal_mode" "impulse 97"

+mlook
crosshair "1"

playdemo portal
Binary file added maps/pellet.bsp
Binary file not shown.
Binary file added maps/phystest.bsp
Binary file not shown.
Binary file added peldemo.dem
Binary file not shown.
Binary file added portal.dem
Binary file not shown.
Binary file added progs/camera.mdl
Binary file not shown.
Binary file added progs/cube.bsp
Binary file not shown.
Binary file added progs/old.mld
Binary file not shown.
Binary file added progs/oldport.mdl
Binary file not shown.
Binary file added progs/pellet.mdl
Binary file not shown.
Binary file added progs/portal1.bsp
Binary file not shown.
Binary file added progs/portal2.bsp
Binary file not shown.
Binary file added progs/v_portal.mdl
Binary file not shown.
Binary file added sound/portal/close.wav
Binary file not shown.
Binary file added sound/portal/fire.wav
Binary file not shown.
Binary file added sound/portal/use.wav
Binary file not shown.
Loading

0 comments on commit c08dc70

Please sign in to comment.