Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: Whitelight on October 06, 2004, 07:45:31 pm

Title: FSO version to support 200 entries
Post by: Whitelight on October 06, 2004, 07:45:31 pm
Where can I find a version of FS2Open that will support 200 entries in the ship table?

I`m workin on AHTW and am attempting to merge it with the port, but the port already has 130 entries, not wanting to cut ships from it or AHTW, this would be a great help.

So is it possible in the latest version of of the FSO?
Title: FSO version to support 200 entries
Post by: StratComm on October 06, 2004, 07:51:43 pm
Isn't the 130 limit sacred to multiplayer working?

In short, I think it's out for a reason.  Unless we can have some kind of dynamic-load for modular tables, I don't know how else it could be gotten around.
Title: FSO version to support 200 entries
Post by: Hippo on October 06, 2004, 07:53:22 pm
multiplayer isn't an issue here though...
Title: FSO version to support 200 entries
Post by: Whitelight on October 06, 2004, 07:59:32 pm
As Hippo stated... this will be single player so thats not an issue.
Title: FSO version to support 200 entries
Post by: Trivial Psychic on October 06, 2004, 08:26:16 pm
Any Inferno build of SCP has bumped table limits.  There should be a thread in the "Recent Builds" sub-forum for some.
Title: FSO version to support 200 entries
Post by: Hippo on October 07, 2004, 05:36:56 pm
Inferno builds are outdated though... They would work though, but they don't have the pilot code changes, or some of the newer stuff... They'd be fine for temporary stuff though...
Title: FSO version to support 200 entries
Post by: taylor on October 07, 2004, 05:49:54 pm
Quote
Originally posted by Hippo
Inferno builds are outdated though... They would work though, but they don't have the pilot code changes, or some of the newer stuff... They'd be fine for temporary stuff though...

I'll make an Inferno build of what I just released if you want.  I don't want to put it up at icculus.org but if you want a 1.6Meg e-mail I'll do that or we can work something else out.
Title: FSO version to support 200 entries
Post by: Hippo on October 07, 2004, 05:51:21 pm
That'd be great :)


@gmail.com


Thanks! :yes2: :nod: :yes:
Title: FSO version to support 200 entries
Post by: taylor on October 07, 2004, 06:18:46 pm
Alright it's building now.  I'll make sure it runs and then send it your way.
Title: FSO version to support 200 entries
Post by: Hippo on October 07, 2004, 06:20:45 pm
Thanks :p
Title: FSO version to support 200 entries
Post by: taylor on October 07, 2004, 06:58:28 pm
There's a slight problem... it eats campaign savefiles.  Did Inferno builds require new pilots before?  It's choking on the MAX_SHIP/WEAPONS_TYPES defines and I don't see a really good way around that at the moment.  If sharing savefiles between builds isn't a problem for you I'll go ahead and send it.  Otherwise we'll have to come up with a way to keep everything separate between Inferno and regular builds.
Title: FSO version to support 200 entries
Post by: Hippo on October 07, 2004, 07:12:05 pm
Wait... What? My pilots don't exist any more anyway (other then the backups from pre-fso)... If creating a new pilot is the only thing, thats fine... So long as there's nothing that would disrupt something else...
Title: FSO version to support 200 entries
Post by: Whitelight on October 07, 2004, 08:13:54 pm
This is working out better than I had hoped... Let the beacon of light shine brightly on Taylor, he`s the man and a saint...  :D
Title: FSO version to support 200 entries
Post by: taylor on October 07, 2004, 08:32:02 pm
It's on the way Hippo.

The new format of the pilot file should be able to handle this fine, as long as the pilot has already been upgraded with a normal build.  The campaign savefile is no longer dependant on the data used but it is dependant on some build values and I forgot about that.  When I started working on the new formats I knew that could eventually be an issue but didn't really figure it for a problem since networking would break too and that's a bigger deal.  I can already think of a way to keep the savefiles separated between normal and Inferno builds but a better long term solution is probably needed.  For now you should be able to use the .pl2 files with both builds but not the .plr, .csg or .css files.
Title: FSO version to support 200 entries
Post by: Kazan on October 07, 2004, 08:32:23 pm
200 entries in the ships.tbl breaks multiplayer
Title: FSO version to support 200 entries
Post by: Hippo on November 02, 2004, 03:11:17 pm
Multi wasn't our aim though... But taylor got the build to us anyway :p