Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: Polpolion on April 10, 2008, 09:16:29 pm

Title: Stars and skyboxes
Post by: Polpolion on April 10, 2008, 09:16:29 pm
Is there anyway to completely remove all of the stars from a mission? It's kind of annoying playing with a night high-atmospheric skybox, and having stars appear on the surface of the planet.

If there is no way for this to currently happen with given tools in FRED, is there any chance of having a no-stars feature for FRED added in the near future? :)
Title: Re: Stars and skyboxes
Post by: Herra Tohtori on April 10, 2008, 11:02:03 pm
Is there anyway to completely remove all of the stars from a mission? It's kind of annoying playing with a night high-atmospheric skybox, and having stars appear on the surface of the planet.

If there is no way for this to currently happen with given tools in FRED, is there any chance of having a no-stars feature for FRED added in the near future? :)


Notepad.

$Num stars: 0
Title: Re: Stars and skyboxes
Post by: karajorma on April 11, 2008, 05:40:40 pm
Do debug builds complain about doing that? Does it cause any bugs at all?

If there is no way for this to currently happen with given tools in FRED, is there any chance of having a no-stars feature for FRED added in the near future? :)

If both the above are negative this is literally a 5 second fix. Which is what makes me so suspicious no one has ever done it before.
Title: Re: Stars and skyboxes
Post by: Herra Tohtori on April 12, 2008, 02:45:13 am
Playing with xt-0314-debug, no complaining, and no bugs so far.
Title: Re: Stars and skyboxes
Post by: Admiral Nelson on April 12, 2008, 03:30:58 am
All of the TVWP missions have num stars set to zero, and so do the revamped missions I have worked on in the FSCRP.  Never heard of any issues with it.
Title: Re: Stars and skyboxes
Post by: ShadowGorrath on April 12, 2008, 04:29:13 am
I had them to 4000. But the new starfield is ruined by the retail FS2 stars.
Title: Re: Stars and skyboxes
Post by: karajorma on April 12, 2008, 08:10:28 am
Okay, fixed. I'll commit it later today.