Editing 2712: Gravity

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 579: Line 579:
 
*'''Teleport to planet:''' <code>[Comic.voyager.pos.x, Comic.voyager.pos.y] = Comic.planetRects.'''''origin'''''.slice(0,2)</code> - teleport near a planet, in this example near earth. You'll still have to fly a bit towards the nearest planet to reach it. Replace '''''origin''''' with the ID of the planet you want to go to, from the table above.
 
*'''Teleport to planet:''' <code>[Comic.voyager.pos.x, Comic.voyager.pos.y] = Comic.planetRects.'''''origin'''''.slice(0,2)</code> - teleport near a planet, in this example near earth. You'll still have to fly a bit towards the nearest planet to reach it. Replace '''''origin''''' with the ID of the planet you want to go to, from the table above.
 
*'''Teleport to coordinate:''' <code>[Comic.voyager.pos.x, Comic.voyager.pos.y] = '''''[0, -2000]'''''</code> - teleport to an exact coordinate. <code>[0, -2000]</code> happens to take you to the starting area.
 
*'''Teleport to coordinate:''' <code>[Comic.voyager.pos.x, Comic.voyager.pos.y] = '''''[0, -2000]'''''</code> - teleport to an exact coordinate. <code>[0, -2000]</code> happens to take you to the starting area.
βˆ’
*'''Improved radar:''' <code>Comic.wayfinderFarDistance = Infinity</code> - make the direction of all objects visible. This can be hard to understand though. reset with <code>Comic.wayfinderFarDistance = 10000</code>.
+
*'''Improved radar:''' <code>Comic.wayfinderFarDistance = Infinity</code> - make the direction of all objects visible. This can be hard to understand though.
 
*'''Chaos Mode:''' <code>ship.engines="infinite improbability drive"</code> - Seems to randomly teleports the ship. A reference to its namesake in Hitchhiker's Guide to the Galaxy.
 
*'''Chaos Mode:''' <code>ship.engines="infinite improbability drive"</code> - Seems to randomly teleports the ship. A reference to its namesake in Hitchhiker's Guide to the Galaxy.
 
*'''Insta Death:''' <code>ship.shields = false</code> - Kill the player if they land on a planet, the code never sets it to false, so it seems to be always true.
 
*'''Insta Death:''' <code>ship.shields = false</code> - Kill the player if they land on a planet, the code never sets it to false, so it seems to be always true.
βˆ’
*'''No Clip:''' <code>noclip = true</code> - Enables noclip.
+
*'''No Clip:''' <code>noclip = true</code> - Enables noclip. Also disables gravity.
 
*'''Select ship:''' <code>Comic.ship = "ship-tintin"</code> - Select ship (use filename from list of ships)
 
*'''Select ship:''' <code>Comic.ship = "ship-tintin"</code> - Select ship (use filename from list of ships)
 
*'''Autorotate:''' <code>Comic.cameraRotation = false</code> - View does not rotate with ship
 
*'''Autorotate:''' <code>Comic.cameraRotation = false</code> - View does not rotate with ship

Please note that all contributions to explain xkcd may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see explain xkcd:Copyrights for details). Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel | Editing help (opens in new window)

Templates used on this page: