Everything I've found in VVVVVV

Started by Ally 🌠, December 22, 2017, 06:08:18 PM

Previous topic - Next topic

Ally 🌠

Old stuff:

resetgame
an internal command which resets trinkets, flags and your map


playremix()
a simplified command that plays polarity reversed the predestined fate remix
speaker()
changes the color of text
ex:
speaker(blue)
say
im blue da ba dee da ba die

(its only shown here according to dav http://distractionware.com/forum/index.php?topic=693.0 )





Newer stuff:

Viridian can jump through undocumented gamestates:


It's possible to freeze Viridian, without freezing the whole screen (through gamestate trickery):

gamestate(1000) #Show cutscene bars, freeze the player, attempt to show "You have found a shiny trinket!"
delay(10)
gamestate(0) #Break out of gamestate 1000 before it can show the text
delay(40) #Just a delay, you can do whatever you want in this space
gamestate(1003) #Unfreeze the player, remove cutscene bars

Gamestate 1015 does this:


This thing, that could eventually be abused:



You can easily change menu functions through hex editing:



And I've found *so* many gamestates.
https://glaceon.ca/V/lists/#gamestates has been updated!

Xdroid19

#1
I think it needs more commands.*

*I have no idea how to even use internal scripting commands but i want to.**
**duh.***
***still duh.

Peridot

Is this a byproduct of playing 600+ hours in VVVVVV?

allison

also: the thing that set the gamestate hunting off was me rediscovering gamestate 1013, which can be used to end a level without crewmates while still giving stars. this used to be only indirectly documented

Ally 🌠

Quote from: Xdroid19 on December 22, 2017, 10:01:21 PM
I think it needs more commands.*

*I have no idea how to even use internal scripting commands but i want to.**
**duh.***
***still duh.
i'd appreciate if you didnt spam emotes in this topic, could you um, edit your post

Quote from: Gawne 2.0 on December 22, 2017, 11:48:32 PM
Is this a byproduct of playing 600+ hours in VVVVVV?
its now 610
Quote from: crazya on December 23, 2017, 06:41:07 AM
also: the thing that set the gamestate hunting off was me rediscovering gamestate 1013, which can be used to end a level without crewmates while still giving stars. this used to be only indirectly documented
ye

Xdroid19


Ally 🌠