Hard Light Productions Forums

Modding, Mission Design, and Coding => The Modding Workshop => Topic started by: CODEDOG ND on November 13, 2002, 08:37:42 pm

Title: Nebula Editors?
Post by: CODEDOG ND on November 13, 2002, 08:37:42 pm
I have glitterato...is there a more precise editing tool in making nebuleas and planets?  Or is this just it?
Title: Nebula Editors?
Post by: Galemp on November 13, 2002, 08:45:16 pm
For planets there's always Lunarcell. And for making nebulae... I guess you could play around with clouds and fuzzy brushes.
Title: Nebula Editors?
Post by: CODEDOG ND on November 13, 2002, 08:49:13 pm
I have lunarcell as well.  It's ok, just not very controling.  I've found it easier to make gas giants with glitterato than with lunarcell.
Title: Nebula Editors?
Post by: CP5670 on November 13, 2002, 09:21:04 pm
Lunarcell is good but its functionality is very limited; it is basically only good at making rocky and barren planets. Universe works a bit better for gas planets but they come out looking blurry. To be honest, I have not been able to find a really good program for gas giants.
Title: Nebula Editors?
Post by: CODEDOG ND on November 13, 2002, 09:29:52 pm
I there a way to get the nebula effects from fs1 into fs2?  I'm trying to recreate that background they used in the roid field that u had to defend the Galetea from all those HoL suicide ships.
Title: Nebula Editors?
Post by: Anaz on November 13, 2002, 09:33:35 pm
Quote
Originally posted by CODEDOG ND
I there a way to get the nebula effects from fs1 into fs2?  I'm trying to recreate that background they used in the roid field that u had to defend the Galetea from all those HoL suicide ships.


open both missions in a text editor....copy the part about backgrounds from one mission to the other, and make sure that you have the files for all of the backgrounds...
Title: Nebula Editors?
Post by: Galemp on November 13, 2002, 10:16:43 pm
Won't work, FS1 and FS2 have different methods of rendering backgounds.
Title: Nebula Editors?
Post by: Solatar on November 14, 2002, 03:08:57 pm
Not sure if GE has tried, but he probably has also. I hate those .neb files. I wish :v: had used .pcx.
Title: Nebula Editors?
Post by: EdrickV on November 16, 2002, 12:58:55 am
FS1 nebulas should be usable in FS2 if you set them up right. To quote the Guided Tour file included with the source code release:

Quote
- Nebedit. An old utility used for generating FS1 style background nebulae patterns. Not used directly in FS2, but the code to display the old nebulae still exists in the FS2 codebase.


As far as I can tell, FS2 still uses .neb files that don't look any different then the ones FS1 uses.
Title: Nebula Editors?
Post by: Solatar on November 16, 2002, 10:47:05 am
If you enable them in FRED2, FRED2 crashes.
Title: Nebula Editors?
Post by: CP5670 on November 16, 2002, 03:10:11 pm
I bet the rendering code is still in there though, since the stuff is still in FRED2. Try dropping in the rest of the software "gamepalette" files from FS1 along with the neb files into FS2's \effects\ directory and see if that does anything.