Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: ##UnknownPlayer## on July 20, 2002, 03:45:15 am

Title: Tables
Post by: ##UnknownPlayer## on July 20, 2002, 03:45:15 am
Is a table fix for the 380k limit in the CVS already? I did some searching (admittedly I don't know where to look for this) to see if anyone had put it in yet. If it's not in we should probably do this soon, OR develop the way we're gonna handle mods soon.
Title: Tables
Post by: Bobboau on July 20, 2002, 04:56:28 am
DTP did it, and it's in the code base
Title: Tables
Post by: Inquisitor on July 20, 2002, 12:21:14 pm
look at the committ comments, I am not sure DTP has added it to CVS yet.
Title: Tables
Post by: DTP on July 20, 2002, 01:54:19 pm
uhh, did not want to messs with the limits yet, until we got some clarification on what limits to set.

but i guees changing the tbl limit is pretty harmless.
Title: Tables
Post by: DTP on July 20, 2002, 02:08:59 pm
done
Title: Tables
Post by: Inquisitor on July 20, 2002, 02:53:32 pm
I personally wouldn't mind seeing just about everything you put into your first beta, some bug fixes, etc ;)
Title: Tables
Post by: DTP on July 20, 2002, 05:21:30 pm
Ok commencing changes, from the first beta release. Except the HUD letters, and pilot popup msgs.

will add that auto load mission once i get the checks for (does mission exist, and is it multiplayer) implemented.

in preparation to this i will fix the -startgame argument,

the startgame option, simply starts a net game.
since this was already there I used it for the -almission command line argument.

The startgame option works, but have the annoying side effect of not letting you quit out from select multi mission select screen, and will auto recommence into a net game when you quit, since a flag is not turned off.

Will also not let it commence when last pilot used was a single player pilot, and put in a popup if last pilot where single player.

Load multimission with a single player pilot will make odd stuff happening, like (if memory serves me right) average music on fail, not to mention Stats screwup.

I could also work on a command line argument that like

-Pilot SpaceaceM for multiplayer
And
-Pilot spaceaceS for single player

so that you could fully automate the settings for starting up a net game or single player game.

I’m still a bit skeptic regarding letting ppl auto load a single player mission however. But then again, who would download a 5MB mod and then just check the last mission, and of course they could already do this via FRED2.

Volition already build in sort of quick mission for single player when running a debug build, all i would have to do is to add what i did for multiplayer to those functions and let it auto load.

------
EDIT

Just thought of this. With people not having access to open source FRED2, since it is windows specific. So In order for the people to use a total of 400 individual named ships excluding waves.

They would need a FRED2 that could do this.

I could commence the changes, but then people would to use my or someone else’s build of FRED2 (that has the exact same entries regarding MAX_SHIPS. MAX_SHIP_TYPES etc, to do this, or they would have to design the mission by hand in a text editor.
Title: Tables
Post by: DTP on July 20, 2002, 06:42:24 pm
ok updated CVS with this

MAX_SHIELD_ICONS bumped to 80; since we dont need FRED2 for this.

Multiplayer debriefing music fixed.
Succes on all primary goals meet
Fail if other wise.

secondary bank bug fixed.

Where the next bank inherits the current bank FULL fire delay
when out of ammo.
Title: Tables
Post by: ##UnknownPlayer## on July 20, 2002, 08:28:37 pm
Supoib! :)

I'm gonna update my CVS now though and have another look through all the table stuff and look into hacking it so it becomes dynamically sized, and hence pretty much infinite as I understand this is not what's actually been done.
Title: Tables
Post by: Inquisitor on July 20, 2002, 08:37:45 pm
There is a fred2_open module in CVS, fyi.

It's just not crossplatform.
Title: Tables
Post by: DTP on July 20, 2002, 09:00:28 pm
aye, gotta, get used to click a bit more :D