Guides:Nickname Writer Codes: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
Line 1,265: Line 1,265:
3E FF EA DF D0
3E FF EA DF D0
C9
C9
|}

===Enable or Disable Player Collision===

These codes allow you to either disable player collision or reenable player collision, allowing you to walk through walls.

When disabling player collision, collision will be automatically reenabled when entering or exiting an indoors area.

'''Warning: exiting the current boundaries of the map will cause the game to attempt to load an invalid map. This immediately crashes the game and carries a high risk of destroying your save. This is especially easy to trigger with two tile wide exits, which require player collision to activate. Attempting to use these while collision is disabled will cause you to leave the boundaries of the current map and immediately crash the game. Please make sure to take a save backup prior to using this code.'''

{| class="wikitable"
|+ Codes to be used with the [https://timovm.github.io/NicknameConverter/ Nickname Converter webtool]
|-
! Language !! Version !! Disable Collision || Reenable Collision
|-
! All Languages
|| All Versions
||
3E FF EA 38 CD
C9
||
AF EA 38 CD C9
|}
|}