Please create an account or Login! Have fun!

Despawning and Respawning Glitch: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 55: Line 55:


== Unsafe vanishing ==
== Unsafe vanishing ==
When [[NOT gate]]s are introduced into a [[wire]]d [[blue teleport]] system, they cause the resulting teleportation to be one-way. If the NOT gate leads to a wire that terminates without reaching a teleport, the object that entered the teleport will vanish. However, the game will then crash upon the next restart or level change, presumably because the vanished object now occupies an invalid position.
When [[NOT gate]]s are introduced into a [[wire]]d [[blue teleport]] system, they cause the resulting teleportation to be one-way. If the NOT gate leads to a wire that terminates without reaching a teleport, any object that enters the teleport will vanish. However, the game will then crash once you restart or load a new level and attempt to start the level, presumably because the vanished object now occupies an invalid position.


[[File:NOTGateVanishCrash.gif]]
[[File:NOTGateVanishCrash.gif]]
The gif above shows this happening with a player, but this crash will happen regardless of the object or objects that teleport.
If the player gets in this state, you will be unable to drop/shuffle items or switch characters.


{{stub}}
{{stub}}
[[Category:Glitches]]
[[Category:Glitches]]

Revision as of 00:17, 14 April 2020

TODO: write something here. :clapping: and get a better title

Vanished state

Objects in a vanished state will be intangible and invisible to the level until they attempt to move. They will also persist across all level changes and resets while vanished.

Vanishing objects

Via spring mining

All methods of spring mining can cause vanishing if turtles are involved or if the tile being mined switches to an orientation that would not allow a block to be pushed on it.

SpringMineVanish1.gif

SpringMineVanish2.gif

Note that non-block entities, curiously, only vanish when spring mining a turtle, and not spring mining any other tile:

SpringMineVanish3.gif

Note that dying and vanishing are different. If an entity that spring mines a turtle does not have flippers, they will simply die rather than vanish.

Via failed vanishes

If you do something that should cause a vanish but the vanish is interrupted by a level change or reset, any entity that was on the tile where the vanish took place will be vanished on level load.

PostresetVanish1.gif

PostresetVanish2.gif

(Note again that entities will un-vanish as soon as they attempt to move, which is why the glider in the above gif had to be enclosed in toggle doors in order for the vanishing not to be immediately undone.)

Via swapping with a vanished object

If a vanished object generates on a tile that already has an object on it, the vanished object "swaps places" with the present object, causing it to vanish.

GenerateVanishSwap.gif

Generating objects

Vanished objects will generate in the same spot they were before once the next level begins. They will only become tangible and visible once they attempt to move.

GenerationAbuse.gif

Objects can generate on top of other objects. Suppose you were to reset an additional time after the glider-in-toggle-doors test:

DuplicateGliders.gif

Sometimes, upon a level change, vanished player entities will be unable to move and thus unable to generate. Level resets seem to work fine.

key word SOMETIMES. i cant tell why that happens when it happens and why it doesn't happen when it doesn't happen

Waterbirth.gif

Because multiple vanished entities can have the same position, the above process can be repeated many times to spawn many players:

RedundantWaterbirth.gif

However, if there is not already more than one player to start with, the extra player will be unusable since player switching is not enabled in levels with only one player. (Also note that character switching is disabled once only one player needs to exit.)

Unsafe vanishing

When NOT gates are introduced into a wired blue teleport system, they cause the resulting teleportation to be one-way. If the NOT gate leads to a wire that terminates without reaching a teleport, any object that enters the teleport will vanish. However, the game will then crash once you restart or load a new level and attempt to start the level, presumably because the vanished object now occupies an invalid position.

NOTGateVanishCrash.gif

The gif above shows this happening with a player, but this crash will happen regardless of the object or objects that teleport.

If the player gets in this state, you will be unable to drop/shuffle items or switch characters.