Wherever your extras folder is (as advised above)....
1. create a folder called say "MyAddons"
2. create a folder called say "MySolarSystem"
3. Put the SSC in this folder.
4. Then... create subdirectories "models", "scripts", "textures", etc also in this directory.
5. Create a folder in "textures" folder called medres.
Put the textures here (and make sure they're powers of 2 in size, and check that they have the right file extension .JPG, .JPEG, .BMP, or .PNG)
The general rule is the SSC should be at the same level as the "models", "textures", etc folders.
Whenever you create a new addon, create a new folder for it in "MyAddons" and follow the same structure as above.
Also, check you haven't got any conflicts. ie. Make sure it's not created in a second SSC somewhere else which is also being loaded by Celestia. If so, disable one of them.
Code: Select all
extras
.....MyAddons
.....MySolarSystem (put SSC here)
.....models (put models here)
.....scripts (put scripts here)
.....textures
.....hires
.....lores
.....medres (put textures here)
.....My2ndSolarystem
.....models
etc....