Hard Light Productions Forums

Modding, Mission Design, and Coding => The FRED Workshop => Topic started by: NeoKnight on March 14, 2010, 10:16:25 pm

Title: Deleting the sun in FRED
Post 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.
Title: Re: Deleting the sun in FRED
Post by: Droid803 on March 14, 2010, 11:19:19 pm
I think you can get rip of the sun using the remove-sun SEXP, not sure.
Title: Re: Deleting the sun in FRED
Post by: Furby on March 14, 2010, 11:27:35 pm
Yep, that's how I always do it. Try this:

Code: [Select]
when
---true
---remove-sun-bitmap
------0
Title: Re: Deleting the sun in FRED
Post by: FUBAR-BDHR on March 15, 2010, 01:14:58 am
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. 
Title: Re: Deleting the sun in FRED
Post by: NeoKnight on March 15, 2010, 01:08:07 pm
Thanks, I found the SEXP and fixed the problem.