Planet Archetypes…?
Locked
Coding
-
Ok, I’m just confused by planet archetypes… This is what I’ve got:
[Object] nickname = New_Rotterdam ; I hate numbering nicknames ids_name = 1 ; Empty, needs to be done pos = -20000, 0, -25000 ; clearly Archetype = planet_greenwater_4000 ; fucking confuses me ids_info = 1 ; see ids name spin = 0.02, 0.02, 0.02 ; still screwing around atmosphere_range = 4500 ; logically burn_color = 255, 222, 160 ; not really my point Ambient = 30, 25, 35 ; Neither is this
The planet archetype “planet_greenwater_4000” is, as far as I know, a correct archetype but does make me crash (flscan pointed this as problems).
Can someone enlighten me?
Thanks -
planet_greenwater_4000 does not exist in vanilla. Unless you’ve created it, you might want to check again…
If you did create it, post your SolarArch’s entry so we can see if the problem comes from there.
-
[Solar] nickname = planet_green_water_4000 ids_name = 1 ids_info = 1 type = PLANET DA_archetype = solar\planets\planet_greenwater_4000.sph material_library = solar\planets\planet_greenwater.txm material_library = solar\planets\detailmaps\detailmap_city.txm material_library = solar\planets\detailmaps\detailmap_ocean.txm material_library = solar\planets\atmosphere.txm material_library = solar\planets\planet_greenwater\planet_greenwater.mat mass = 1000000 solar_radius = 4000 shape_name = NNM_SM_MEDIUM_FOREST_MOON ```Altough I admit, this was my first time trying to make a planet, and I for example have no clue what the last line does.
-
unless you’ve made the “planet_greenwater.txm” then that might be your problem.
Approx half of the planet files are not in any of the ini files
EDIT
replace your solarach entry with this -[Solar] nickname = planet_greenwater_4000 ids_name = 60203 ids_info = 60204 type = PLANET DA_archetype = solar\planets\planet_greenwater\planet_greewnwater_4000.sph material_library = solar\planets\greenwater.txm material_library = solar\planets\detailmaps\detailmap_rock01.txm material_library = solar\planets\atmosphere.txm material_library = solar\planets\planet_greenwater\planet_greenwater.mat mass = 1000000 solar_radius = 4000 shape_name = NNM_SM_MEDIUM_FOREST_MOON