Releases: mirrorcult/gur2rainer
GUR2aser t1.3-boss
Changes from t1.2:
You can now seed the random extra boss thrusts using a TAS file command. The command is thrusts
, which takes a list of values from 0 to 0.1 and is intended to be placed at the top of the file. Whenever a boss thrusts every 2.66 seconds, it will take the next value in this list and use it as its extra thrust value. An example command would look something like:
thrusts,0.1,0.09999,0.03,0
(although realistically you don't want this fine of control.)
Things to note:
- If a value is outside of the range of {0, 0.1}, it is clamped inside that range.
- If a boss thrusts more times than there are values in the list, it will default to 0 extra thrust.
- Boss level files with no
thrusts
command default to 0 extra thrust. Writing a new boss file also defaults tothrusts,0
.
Previously this was unimplemented and thus we technically did not have parity with GUR2. In vanilla it was random, but being able to specify the exact value for the extra thrust is kind of just an abstraction over actually seeding the PRNG to get the values we want. It's the same outcome either way.
GUR2aser t1.2
Changes from t1.1:
- Camera offset support is smoother and works off of
IJKL
for movement rather thanQ
andE
, meaning you can go up and down also - Camera offset position can be reset with
Q
- Jetpack issue in last release fixed
GUR2aser t1.1
Changes from t1.0-cam:
- Robot h/v-speed is now visualized with a red & blue vector showing expected position next frame.
- Expected h/v-speed if grapple was released is now cached and visible in memory watch (and with the speed visualization)
GUR2aser t1.0-cam
Changes from t1.0-pre:
- Q and E now persistently pan the in-level camera left and right, for TASing things offscreen.
Give Up Robot, 2 e2.0
Changes from e1.0:
- Autosplitter QoL (only this version and above will work with it!)
- Fix crash related to grappling the
GiantLever
while audio is disabled (existed in vanilla GUR2)
GUR2aser t1.0-pre
This is a pre-release of GUR2aser, which has been thoroughly tested but may not be perfectly stable.
Basic tutorial because my internet is shitting itself:
- TAS options in options menu, also lets you open TAS file directory. Manual playback mode should be the default
- Complete a level to record a TAS file for it. If manual recording mode or its a slower time press T to save it.
- Press T while in a level to playback the fastest TAS file for it (fastest determined by the frame count in the file name, so you can manually override)
- Press tilde
~
to bring up the debug menu which will also show TAS info when a file is being played back - Press D to pause the game, F to advance 1 frame, and G to advance frames while it's held
- TAS file info: https://github.com/mirrorcult/gur2rainer/blob/tas/GTAS_SPEC.md. Files are completely human-editable. Files start from the beginning of player control, so empty frames are not required at the start.
Give Up Robot, 2 e1.0
This is the first iteration of Give Up Robot 2 (mostly vanilla) running on Adobe AIR, for use in speedruns. All changes are related to the differing runtime or strictly visual/tedium QoL.
Changes from vanilla GUR2:
- Fullscreen option and proper window scaling
- Hardmode is no longer gated behind completing normal mode
- All Adult Swim branding is removed, and all links are now nonfunctional
- All mentions to 'Matt Thorson' / 'mattmakesgames' changed to 'Maddy Thorson' / 'EXOK'
GUR2rainer v1.5
Changes from v1.4:
- Fixes a bug where the Level 5 music wouldn't stop playing on level advance/back
- Fixes a bug where the 'Best Time' text would be off the screen sometimes
GUR2rainer v1.4
Changes from v1.3.1:
- After completing a level in practice mode, it will save your best time which can be viewed on the Level Complete screen.
GUR2rainer v1.3.1
Changes from v1.3:
- Fixed bug where level advance/back would not work after a death.