distractionware forums

VVVVVV => VVVVVV Help => Topic started by: DaKook on January 07, 2019, 11:02:38 PM

Title: v2.2 Level Editor Bugs!
Post by: DaKook on January 07, 2019, 11:02:38 PM
I have vvvvvv2.2 and I have a couple annoying bugs to report.
1. If you start a script with talking involved, and you press esc while a text box is on the screen, then the next time you play the level, the game will softlock.
2. WhAt Is GoInG oN wItH tHe DeStRoY(pLaTfOrMs) ScRiPt????? I don't understand it. It simply does not work at all. It makes them invisible but still there, or something???
Title: Re: v2.2 Level Editor Bugs!
Post by: Ally 🌠 on January 11, 2019, 09:55:56 PM
Quote from: DaKook on January 07, 2019, 11:02:38 PM
1. If you start a script with talking involved, and you press esc while a text box is on the screen, then the next time you play the level, the game will softlock.
when a textbox is on screen, it sets a "dont let the player move tbh" variable which, if you press esc, thats never cleared
you can get out of a softlock by doing this tm:

- press alt+enter, if the player flips, press esc
- if not, do above again
- place down a trinket
- go back into gameplay and collect it
- clear the textbox, you can see it takes one extra action press
- exit out of the editor and delete the trinket

fixed
Quote from: DaKook on January 07, 2019, 11:02:38 PM
2. WhAt Is GoInG oN wItH tHe DeStRoY(pLaTfOrMs) ScRiPt????? I don't understand it. It simply does not work at all. It makes them invisible but still there, or something???
yeah
terry never used it in the main game so he never really tested it
he forgot to remove the collision when destroy(platforms) happens