Hard Light Productions Forums

Modding, Mission Design, and Coding => The Modding Workshop => Topic started by: quadinhonic_II on October 17, 2002, 03:43:02 pm

Title: Star.tbl limit
Post by: quadinhonic_II on October 17, 2002, 03:43:02 pm
Is there a limit on the number of backrounds you can have in the stars.tbl? If so whats the limit.
Title: Re: Star.tbl limit
Post by: aldo_14 on October 17, 2002, 03:58:51 pm
Quote
Originally posted by quadinhonic_II
Is there a limit on the number of backrounds you can have in the stars.tbl? If so whats the limit.


I think it's about 40 (for the reg. background PCX's).  there's a similar limit for the suns.
Title: Star.tbl limit
Post by: quadinhonic_II on October 17, 2002, 07:06:08 pm
Is there some order in which the nebs have to be in? Cause I had like 38 new nebs like last week and now i only see 6 in fred. And the pcxs are in the effects folder. And i didnt mess with the stars tabl untill I noticed the problem.
Title: Star.tbl limit
Post by: IceFire on October 17, 2002, 07:26:17 pm
If a nebula is misnamed or not scaled to the right color depth...its possible that your nebulas will not show in FRED.  It takes some paitence and trial and error sometimes to find the problem too.
Title: Star.tbl limit
Post by: quadinhonic_II on October 17, 2002, 08:10:43 pm
I know I got the color depth right. To be sure what is it?
Title: Star.tbl limit
Post by: EdrickV on October 17, 2002, 09:44:05 pm
#define MAX_STARFIELD_BITMAPS         60

The limit for regular background images ($Bitmap, $BitmapX) is 60. Suns ($Sun) also have a limit of 60. Make sure that the capitalization is right and that the filenames (without extention) match.
Title: Star.tbl limit
Post by: quadinhonic_II on October 18, 2002, 01:32:17 pm
Quote
Originally posted by EdrickV
#define MAX_STARFIELD_BITMAPS         60

The limit for regular background images ($Bitmap, $BitmapX) is 60. Suns ($Sun) also have a limit of 60. Make sure that the capitalization is right and that the filenames (without extention) match.


You think I'm that dumb not to check before making this thread? I've tried everything I can think of. Thanks for that other info though.

I'm going to rename the files to replace :v: 's Like my new violet neb will be called dneb01 or something.
Title: Star.tbl limit
Post by: CP5670 on October 18, 2002, 01:35:01 pm
I just took out the dneb's in my custom tables, as those are too dark to be easily seen in-game and they take up a lot of space in the file. That should free up 18 slots.
Title: Star.tbl limit
Post by: quadinhonic_II on October 18, 2002, 01:39:50 pm
Quote
Originally posted by CP5670
I just took out the dneb's in my custom tables, as those are too dark to be easily seen in-game and they take up a lot of space in the file. That should free up 18 slots.


The amount of entrys in my stars.tbl isnt the problem. Theres someting else wrong with it. And I have extracted a bran new star.tbl from the vp's and all but that didnt work either.
Title: Star.tbl limit
Post by: EdrickV on October 18, 2002, 03:21:32 pm
What exactly are you trying to do? That might help figure out what is going wrong. And as I often say, never overlook the obvious. My dad, a professional computer programmer, was having trouble with his computer. He couldn't get CDs to play right. I happened to be there and looked into it for him. First thing I did was check the big volume control and, sure enough, the CD player was muted. Problem solved. :) Anyone can overlook the obvious.