Profile image

Some more cool dev console codes

5,498 Korzalerke2147483647  1.3 years ago

Alternate teleport codes
>>AircraftScript.set_Position 0,0,0 (seems to be a bit behind the plane? idk)
>>AircraftScript.set_GlobalPosition 0,0,0 (uses global coordinates)

Display CoM in-flight
>>AircraftScript.set_DrawCenterOfMass true (set to false to disable)

Display other circle thing idk what it is
>>AircraftScript.set_DrawAerodynamicCenter true (set to false to disable)

Change fuel quantity
>>AircraftScript.GiveFuel 0 (in liters, negative numbers remove fuel)

Change velocity
>>AircraftScript.set_AirSpeed 0 (in m/s, makes the plane move at the set speed in the direction it's facing)
>>AircraftScript.SetVelocity 0,0,0 true (in m/s, the numbers are x,y,z coordinates, accepts negative values, the boolean at the end is required but seems to not matter if it's true or false)

Make the game dark at daytime
>>Light.set_enabled false (set to true to reverse)

Raise the water level
/Water>Transform.Translate 0,10,0 World (in meters, negative numbers lower it, change the 10 to whatever you want)

Delete the sky
//SkyDome_Low(Clone).SetActive false (set to true to reverse)

Delete the water
/Water.SetActive false (set to true to reverse)

Delete the dev console
/SimplePlanesDevConsole.SetActive false (you'll have to restart the game lol)

Delete YOURSELF!
/AircraftContainer.SetActive false (set to true to reverse)

  • Log in to leave a comment
  • Profile image
    254k WinsWings

    @IzzyTheCat Thanks buddy

    4 months ago
  • Profile image
    3,528 IzzyTheCat

    @winswings Win, bookmark this page with these commands. I will tag you on a video that shows you how to use these. 😺 MoL

    +1 4 months ago
  • Profile image
    3,528 IzzyTheCat

    Oh this is great😺

    4 months ago
  • Profile image

    I probably should update this so that you'd be able to copy-paste the codes.

    1.2 years ago
  • Profile image

    @temporaryplanetester no way you're a legend, thank you so much!!

    +1 1.3 years ago
  • Profile image

    @XAircraftManufacturer /Water>Transform.Translate 0,10,0 World

    This would raise (aka. move along the Y axis) the water level by 10 meters. To move it down, use a negative number like -10. Feel free to also use different numbers, 10 is just an example.

    You can also copy-paste this code, since it uses the code options the game assumes if you don't specify any.

    1.3 years ago
  • Profile image

    Nice, now I can do some rather... ungodly things

    +1 1.3 years ago
  • Profile image

    Is there any to increase water level? I know there is a mod that I used to like a lot but now I can't use it on android (for obvious reasons) so I was wondering if there are any codes to increase water level without the mod.

    +1 1.3 years ago
  • Profile image

    @temporaryplanetester
    ...
    oh.
    kind of an L on the pilots part

    +1 1.3 years ago
  • Profile image

    @ColonelCanada Negative values make you move in the opposite direction, so this would send the helicopter crashing down at over 1000 knots.

    +1 1.3 years ago
  • Profile image

    @temporaryplanetester
    The helicopter moved two feet in three days

    +1 1.3 years ago
  • Profile image

    @ColonelCanada >>HelicopteraChaseScript.SetVelocity 0,-999,0 true
    That will show 'em.

    +1 1.3 years ago
  • Profile image

    @temporaryplanetester
    What about the random police helicopter that spawned when you hit 3 stars?

    +1 1.3 years ago
  • Profile image

    @ColonelCanada No cops would be brave enough to chase a man who desintegrated a wall then teleported 100 meters away.

    +1 1.3 years ago
  • Profile image

    @ColonelCanada Wasn't me I think, this account didn't follow you.

    +1 1.3 years ago
  • Profile image

    @temporaryplanetester
    delete the cops chasing you and give yourself 99999999999999 cash
    when questioned just say the universe glitched

    +2 1.3 years ago
  • Profile image

    @ColonelCanada lol

    say "see ya suckers!"
    //PrisonCell.SetActive false
    //Human>Transform.Translate 0,0,100

    +1 1.3 years ago
  • Profile image

    hold on i lost a follower
    i had 58 but now i have 57

    +1 1.3 years ago
  • Profile image

    @temporaryplanetester
    If you're in jail just open the dev console the warden uses and delete the wall keeping you in.

    +2 1.3 years ago
  • Profile image

    @ColonelCanada Nope, if I was I would be in my old account, or editing that comment you made as a joke.

    I would also probably be in jail.

    +1 1.3 years ago
  • Profile image

    @temporaryplanetester
    Ohhh.
    So...you're not a hacker?

    +1 1.3 years ago
  • Profile image

    @ColonelCanada Messing with the dev console, trying out words and all that. It's easier once you understand how it's organized, but I'm not sure how to explain it.

    For the website I randomly ran into things sometimes, I saw the unlisted upvote thing when Phoebe did that to a plane of mine, and the others were the result of testing certain things to see if they worked.

    +1 1.3 years ago
  • Profile image

    @temporaryplanetester
    Quick question:
    How do you even find this stuff out??

    +1 1.3 years ago
  • Profile image

    @ColonelCanada yes you can

    Oddly enough it doesn't crash the game, just makes your plane vanish and you cant move the camera anymore.

    +1 1.3 years ago
  • Profile image

    you can delete yourself?

    +2 1.3 years ago
  • Log in to see more comments