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)
damn! those are some weird but cool dev console commands
@TheMouse
O M G
@SuperSuperTheSylph
And here are some more codes.
@IzzyTheCat Thanks buddy
@winswings Win, bookmark this page with these commands. I will tag you on a video that shows you how to use these. 😺 MoL
Oh this is great
😺I probably should update this so that you'd be able to copy-paste the codes.
@temporaryplanetester no way you're a legend, thank you so much!!
@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.
Nice, now I can do some rather... ungodly things
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.
@temporaryplanetester
...
oh.
kind of an L on the pilots part
@ColonelCanada Negative values make you move in the opposite direction, so this would send the helicopter crashing down at over 1000 knots.
@temporaryplanetester
The helicopter moved two feet in three days
@ColonelCanada
>>HelicopteraChaseScript.SetVelocity 0,-999,0 true
That will show 'em.
@temporaryplanetester
What about the random police helicopter that spawned when you hit 3 stars?
@ColonelCanada No cops would be brave enough to chase a man who desintegrated a wall then teleported 100 meters away.
@ColonelCanada Wasn't me I think, this account didn't follow you.
@temporaryplanetester
delete the cops chasing you and give yourself 99999999999999 cash
when questioned just say the universe glitched
@ColonelCanada lol
say "see ya suckers!"
//PrisonCell.SetActive false
//Human>Transform.Translate 0,0,100
hold on i lost a follower
i had 58 but now i have 57
@temporaryplanetester
If you're in jail just open the dev console the warden uses and delete the wall keeping you in.
@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.
@temporaryplanetester
Ohhh.
So...you're not a hacker?
@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.