Skip to content

Instantly share code, notes, and snippets.

@LB--
Created February 1, 2017 21:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LB--/813ac593d8ea0328e7a79c8707a762d7 to your computer and use it in GitHub Desktop.
Save LB--/813ac593d8ea0328e7a79c8707a762d7 to your computer and use it in GitHub Desktop.
Executable configuration file for Portal 2 PeTI maps that skips walking up the stairs from the elevator.
  1. navigate to your Portal 2 installation folder (from within Steam you can use the Browse Local Files button)
  2. navigate to /portal2/cfg/ and create the skipintro.cfg file and copypaste from this gist
  3. run the game, open the console, and bind a key to exec skipintro - for example: bind t "exec skipintro"

When you load a puzzlemaker or beemod map, you can use the keybind as soon as the map loads. Do not use it after having already entered the map. Beemod maps with preplaced gel might get double-coated, but it should be mostly harmless.

ent_fire @player_start_teleport Teleport; ent_fire @entrance_door_open_rl Trigger
ent_fire @pre_paint_sprayer start; ent_fire @pre_paint_sprayer stop "" 1.5
say Thanks, TeamSpen210!
@TheDarkBomber
Copy link

No "say Thanks, TeamSpen210!". Ok?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment