Page 1 of 1

Add surface_render_parameters to aquilo

Posted: Sat May 09, 2026 9:37 am
by juliawtapp
Hello,

I am currently making a mod that makes the planets darker by changing their surface_render_parameters.day_night_cycle_color_lookup tables.

Nauvis uses the default pair (makes sense), and vulcanus, fulgora, and gleba each have their own. Aquilo lacks one though, so it is left somewhat brighter than the other planets (the same brightness as nauvis).

Would it be possible to add surface_render_parameters to aquilo, or is there perhaps a way to accomplish this on my own?

Thanks,
Julia

Re: Add surface_render_parameters to aquilo

Posted: Sat May 09, 2026 9:52 am
by Bilka
You can already set PlanetPrototype::surface_render_parameters for aquilo's planet prototype.

Re: Add surface_render_parameters to aquilo

Posted: Sat May 09, 2026 10:10 am
by juliawtapp
I see. Thank you for informing me, I must just be doing something wrong.