Profile image

how to use the dev console

14.1k oldmate52  1.4 years ago

to get in to the dev console go to settings and at the top they is a big banner that says "settings" click it 5 times and it will say "dev settings enabled" if you want to turn this off do the same thing again. there once you what to get in the dev console tap the screen with 3 fingers or on a laptop press ` which is under the esc key.

the following commands are from @Korzalerke2147483647

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)

//maincamera>camera.set_depth 10 ( which gets rid of the hud helpful for taking screenshots) found by @Cannabis

hope you found this helpful.

  • Log in to leave a comment
  • Profile image
    1,775 mrxml

    @oldmate52 I respect it. And I made a video on it

    1.2 years ago
  • Profile image
    14.1k oldmate52

    @mrxml true

    1.2 years ago
  • Profile image
    1,775 mrxml

    @oldmate52 before that
    1. You deleted the sky
    2. You deleted the water
    3. You deleted the dev console
    4. You deleted yourself
    5. pure deletion.

    1.2 years ago
  • Profile image
    14.1k oldmate52

    @mrxml the //maincamera>camera.set_depth. ?

    1.2 years ago
  • Profile image
    1,775 mrxml

    @oldmate52 the last part is pure deletion

    1.2 years ago
  • Profile image
    14.1k oldmate52

    @mrxml what?

    1.2 years ago
  • Profile image
    1,775 mrxml

    deletion.

    1.2 years ago
  • Profile image
    14.1k oldmate52

    @Majakalona what do you mean

    +1 1.4 years ago
  • Profile image
    53.1k pobondo

    @oldmate52 wha
    but I didn't do that to unlock dev settings!

    1.4 years ago
  • Profile image
    14.1k oldmate52

    @Majakalona yes but you have to go to settings and at the top they is a big banner that says "settings" click it 5 times and it will say "dev settings enabled" first than press ` under the esc key

    +1 1.4 years ago
  • Profile image
    53.1k pobondo

    whuh
    I just press ` and do whatever I want, change water height or whatever

    1.4 years ago