diff options
author | 2025-06-19 21:28:10 -0300 | |
---|---|---|
committer | 2025-06-27 22:58:54 +0100 | |
commit | 35a3e0871c5a98110847765f10a3c2c604323ee6 (patch) | |
tree | 117ba104c1b51b17a44bfd95330387e16e962c8f /gamedata/vphysics.txt | |
parent | 36910c88033bcc4b25df5c64ed066c633dc4eac2 (diff) | |
download | sst-35a3e0871c5a98110847765f10a3c2c604323ee6.tar.gz sst-35a3e0871c5a98110847765f10a3c2c604323ee6.zip |
Add a way to cancel "ISG" in Portal runs
This is a stopgap solution approved by the Portal moderators until we
have a better way to handle timing and verifying closing/restarting the
game mid-run.
Essentially, the agreed-upon short-term solution is to somewhat emulate
restarting the game by simply turning off the glitch and sending the
player back to the main menu.
Committer's note: this wasn't added to the Linux compile script since it
doesn't work and I honestly just couldn't be bothered adding in the
usual ifdef-errors. And in fact I'm starting to wonder if we should just
be leaving out features that don't work on Linux to avoid all the
ifdefs, but that can happen later because the main goal of committing
this is to get a release out, so I don't want to faff about with that
right now.
Diffstat (limited to 'gamedata/vphysics.txt')
-rw-r--r-- | gamedata/vphysics.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gamedata/vphysics.txt b/gamedata/vphysics.txt new file mode 100644 index 0000000..9c8bfb6 --- /dev/null +++ b/gamedata/vphysics.txt @@ -0,0 +1,10 @@ +# IPhysics +vtidx_CreateEnvironment 5 + +# IPhysicsEnvironment +vtidx_CreatePolyObject 7 + +# IPhysicsObject +vtidx_RecheckCollisionFilter 26 + +# vi: sw=4 ts=4 noet tw=80 cc=80 |