Creating a dyson sphere planet that isn't pitch black.

  • We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

El Doctoro

Private
17 Badges
Mar 11, 2018
18
0
  • Stellaris: Synthetic Dawn
  • Stellaris: Apocalypse
  • Stellaris: Nemesis
  • Stellaris: Necroids
  • Stellaris: Federations
  • Stellaris: Lithoids
  • Stellaris: Ancient Relics
  • Prison Architect
  • Stellaris: Megacorp
  • Stellaris: Distant Stars
  • Stellaris
  • Stellaris: Humanoids Species Pack
  • Stellaris - Path to Destruction bundle
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
So I'm trying to create a planet class that uses the dyson sphere model. I currently have it where it doesn't have its own entity and instead is assigned one at creation in the megastructure file.


init_effect = {
set_name = "NAME_DYSON_SPHERE"
surveyed = {
set_surveyed = yes
surveyor = FROM
}
set_planet_entity = {
entity = "dyson_sphere_phase_05_entity"
graphical_culture = fromfrom
}
set_all_comms_surveyed = yes
clear_blockers = yes
trigger_megastructure_icon = yes
set_planet_flag = megastructure
}

The result is a planet with the dyson sphere model but it is pitch black. I assume it just doesn't have any textures. So, how do I give it textures? I tried creating a new entity in the GFX files but the results were the same: Right model, no textures.
 

Attachments

  • Capture.PNG
    Capture.PNG
    1,3 MB · Views: 0