General FAQ[]
Q: How do I get to the planet editor and part editor?[]
A: Planet and part editing is both available on Android and on iOS (as of 1.52). On your mobile device, download a file or text editing app. Find a folder titled "Stef Moroyna". There should be multiple files. Just check through all of them until you find the right file. For Android, go to path: Android\data\com.StefMorojna.SpaceflightSimulator\files\
For iOS: On My [iPhone/iPad]\Spaceflight Simulator\files\
Q: I just bought the Parts Expansion on Android but it isn’t showing up.[]
A: Make sure you are logged into the the Google account you bought the Parts Expansion with. Next, clear the cache of Spaceflight Simulator and the Google Play Store. This will not delete your game progress. Reopen SFS and click "Restore". The game will check the purchase status with the Google Play server, and the expansion will be available for use. Unfortunately, this method isn't possible on iOS due to the lack of access to an app's cache.
Q: How can I help contribute to Spaceflight Simulator?[]
A: Contributing to the game is as simple as playing and enjoying the game. You can buy the Expansions to support the developers including Stef Moroyna. You can also give feedback of the game through different communities. For example, you can point out things that you do not like or think require amendment.
Q: Can I sync my expansion pack across my iOS and Android devices?[]
A: No, iOS and Android use separate purchase systems.
Q: How do I edit textures on parts?[]
A: Select by tapping the part in question, then click the textures button and select what texture you want to use. Guide to part skins here.
Q: How do I use the planet editor?[]
A: The "Planet Editor" isn't a program. It is game coding that allows the user to edit the planet text files and install new textures. Install a text editor. Copy an already existing text file. Then edit, rename and save the text file to (Name).txt and replace (Name) with your custom planet's name. Then insert the file in the Planet Data folder.
- On nearly all Android devices the files can be found in
Android\data\com.StefMorojna.SpaceflightSimulator\files\Custom Solar Systems\Example\Planet Data\
- On iOS the files can be found in
On My [iPhone/iPad]\Spaceflight Simulator\files\Custom Solar Systems\Example\Planet Data\
Q: What file formats work for textures?[]
A: PNG and JPG (also known as JPEG and JFIF) formats all work (if you are making textures for atmospheres, be careful on saving the file, for make a gradient transparent the file should be .png).
Q: How do I install planet packs?[]
A: Unzip the folder into the Planet Data folder, then move the folder out of the folder, then delete the empty folder.
Q: Where are Spaceflight Simuator's files located?[]
A: In Android, the files are under Android\data\com.StefMorojna.SpaceflightSimulator\files
In iOS, the files are under On My [iPhone/iPad]\Spaceflight Simulator\files
- Saves are under
files\Saving\Worlds\My World\Quicksaves
- Planets and texture under
files\Custom Solar Systems\Example\Planet Data
(for planet data orTexture Data
for textures) - Blueprints are in
files\Saving\Blueprints\Example\Blueprint.txt
On Mac OS, files are saved at ~/Library/Containers/com.StefMorojna.SpaceflightSimulator/Data/Library/Application Support/Saving
Q: My changes aren't showing up. Why?[]
A: You have to edit and save the text file itself. To add more planets, simply add more text files. For a comprehensive tutorial, see Planet Editor Tutorial.
It is recommended you save the game prior to adding a new custom planet. There are reports of all builds in space being lost after creating a new planet. It should also be good practice not to "Resume Game" but instead selecting "build new rocket" after adding a custom planet.
Q: When is the next update?[]
A: Updates are unpredictable unless there is confirmation by the developers.
Q: Can You Use Spaceflight Simulator On PC?[]
A: Yes, it is possible to play SpaceFlight Simulator on PC, You may buy the 1-Time purchase on Steam, You may click here to get redirected to the page,
Q: Are expansions refundable?[]
Modding FAQ[]
Q: Are there mods for mobile?[]
A: Not for 1.35. However, the Spaceflight Simulator Mod Loader (SFSML) is available for Android. Mods are not available on any iOS version.
Q: How do I mod?[]
A: Modding requires C# and Unity knowledge. Look in the pins of the Spaceflight Simulator Discord #modding channel for links to tools such as dnSpy which allow viewing the game code.
Q: How do I make custom parts?[]
A: Creating a custom part mod requires the Modding Toolkit and Unity. For more information see here.
Q: How do I make texture mods?[]
A: Download UABE from the pins of #modding from the official SFS server. Then, open the asset files in the game's main folder, such as sharedassets0.assets. You'll see different texture components which correspond with textures in the game. You can download their .png by - clicking on the texture component and then clicking Plugins --> export to .png. Reupload the edited file by clicking on the texture then clicking Plugins --> edit --> load and selecting the new .png, and then saving the new file with File --> Save.
Q: How do I install .dll mods?[]
A: Download SFSML from Github (https://github.com/JMteam09/SFSModLoader) and replace the Assembly-CSharp.dll in the Managed folder of SFS with it. Then run the game once. Now you can put your mods in SFSML --> Mods --> priority/normal.
Q: How do I install texture mods?[]
A: Drag the asset files into the SFS folder and confirm replacing the old ones.Warning: you can't go back without the original asset files.