2 Comments
- Log in to leave a comment
-
Hi there, how to add planets in the Android version of Simple Rockets 2? Thanks
1 Upvote
Log in in to upvote this post.
Hi there, how to add planets in the Android version of Simple Rockets 2? Thanks
@ChuckYeager1947 You download a planet file, go into some kind of explorer, for example ES. Come along this path: android / data / com.jundroo.simplerockets2, you find the file Juros- {}. There will be a hash between the two brackets in the name. Copy the hash. You go to GameData / planetarySystems / junosystem, open the file. There will be <Filereferences> and </Filereferences> in the code, between them you write <File id = "Juros" hash = "paste the copied hash" />. Then you look for something like <CelestialBody id = "Juros" parent = "Proxy Centauros-A"> <Data initialRotation = "1.1321203205748163"> <Orbit argumentOfPeriapsis = "2.7356569" eccentricity = "0" inclination = "0" prograde = "true" rightAscensionOfAscendingNode = "3.7974889" semiMajorAxis = "3113748" time = "- 1" trueAnomaly = "5.5120086841714722 /> </Data> </CelestialBody> <CelestialBody id = "Wolfera" parent = "Juno"> <Data> <Orbit argumentOfPeriapsis = "2.949" eccentricity = "0" inclination = "0.0134910395" prograde = "true" rightAscensionOfAscendingNode = "1.29164837" semiMajorAxis = "227009939991500" time = "- 1" trueAnomaly = "0.24554" </Data> </CelestialBody> is the orbital data of the body. In the variable "parent" you insert the name you like of any planet.