Hard Light Productions Forums
Modding, Mission Design, and Coding => The FRED Workshop => Topic started by: NeoKnight on March 14, 2010, 10:16:25 pm
-
How do I delete the default sun in Fred? I just want plain, dark space. I've tried going to the Background Editor but I haven't found an option to disable the sun. And I don't have a Sathanas fleet on hand, so if someone can tell me an alternative method for destroying suns, I'd be very grateful.
-
I think you can get rip of the sun using the remove-sun SEXP, not sure.
-
Yep, that's how I always do it. Try this:
when
---true
---remove-sun-bitmap
------0
-
Some mods also have ambient light options listed under suns. You can list one of those if available in place of a sun.
Of course if your making your own mod then you can add ambient light options.
-
Thanks, I found the SEXP and fixed the problem.