My planet is invisible?!
Hey, i'm new to modding so there may be a simple error that I'm not noticing but any help will be appreciated. I'm trying to make a moon, and I've got all the .mat and .txm files named and placed in my mod's solar\planets\planet_luna_800 folder. This is the code I added to the SolarArch.ini:
[Solar <---- end bracket doesn't show up
nickname = planet_luna_800
ids_name = 60205
ids_info = 60206
type = PLANET
DA_archetype = solar\planets\planet_luna_800\planet_luna_800.sph
material_library = solar\planets\planet_luna_800.txm
material_library = solar\planets\detailmaps\detailmap_city.txm
material_library = solar\planets\atmosphere.txm
material_library = solar\planets\planet_luna_800\planet_luna_800.mat
mass = 1000000
solar_radius = 800
shape_name = NNM_SM_MEDIUM_ROCKY_MOON
All I did was rename some of the existing planet files for this moon. It worked with a larger planet I made. The .sph file was originally planet_crater_800.sph, as was the .txm file. The .mat file was planet_earthcity.mat.
Here's what I put in the system's .ini:
[Object
nickname = So01_02
ids_name = 196766
pos = 88504, 5000, 34022
rotate = 0, 0, 0
ambient_color = 10, 10, 10
Archetype = planet_luna_800
ids_info = 65759
spin = 0, 0.010000, 0
atmosphere_range = 900
burn_color = 125, 125, 125
If someone could elaborate as to what's wrong I'd really appreciate it. Else I may have this problem for the rest of my mod. Thanks
EDIT: I tried switching the object archetype to planet_crater_800 and that shows up fine, so it has to be something wrong with the solararch.ini code. Just figured it would make things easier.
[Solar <---- end bracket doesn't show up
nickname = planet_luna_800
ids_name = 60205
ids_info = 60206
type = PLANET
DA_archetype = solar\planets\planet_luna_800\planet_luna_800.sph
material_library = solar\planets\planet_luna_800.txm
material_library = solar\planets\detailmaps\detailmap_city.txm
material_library = solar\planets\atmosphere.txm
material_library = solar\planets\planet_luna_800\planet_luna_800.mat
mass = 1000000
solar_radius = 800
shape_name = NNM_SM_MEDIUM_ROCKY_MOON
All I did was rename some of the existing planet files for this moon. It worked with a larger planet I made. The .sph file was originally planet_crater_800.sph, as was the .txm file. The .mat file was planet_earthcity.mat.
Here's what I put in the system's .ini:
[Object
nickname = So01_02
ids_name = 196766
pos = 88504, 5000, 34022
rotate = 0, 0, 0
ambient_color = 10, 10, 10
Archetype = planet_luna_800
ids_info = 65759
spin = 0, 0.010000, 0
atmosphere_range = 900
burn_color = 125, 125, 125
If someone could elaborate as to what's wrong I'd really appreciate it. Else I may have this problem for the rest of my mod. Thanks
EDIT: I tried switching the object archetype to planet_crater_800 and that shows up fine, so it has to be something wrong with the solararch.ini code. Just figured it would make things easier.