Author Topic: Tables  (Read 2903 times)

0 Members and 1 Guest are viewing this topic.

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.

 

Offline Bobboau

  • Just a MODern kinda guy
    Just MODerately cool
    And MODest too
  • 213
DTP did it, and it's in the code base
Bobboau, bringing you products that work... in theory
learn to use PCS
creator of the ProXimus Procedural Texture and Effect Generator
My latest build of PCS2, get it while it's hot!
PCS 2.0.3


DEUTERONOMY 22:11
Thou shalt not wear a garment of diverse sorts, [as] of woollen and linen together

 

Offline Inquisitor

look at the committ comments, I am not sure DTP has added it to CVS yet.
No signature.

 

Offline DTP

  • ImPortant Coder
  • 28
    • http://www.c4-group.dk
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.
VBB member; reg aug 1999; total posts 600.
War is a lion, on whos back you fall, never to get up.
Think big. Invade Space.

 

Offline DTP

  • ImPortant Coder
  • 28
    • http://www.c4-group.dk
VBB member; reg aug 1999; total posts 600.
War is a lion, on whos back you fall, never to get up.
Think big. Invade Space.

 

Offline Inquisitor

I personally wouldn't mind seeing just about everything you put into your first beta, some bug fixes, etc ;)
No signature.

 

Offline DTP

  • ImPortant Coder
  • 28
    • http://www.c4-group.dk
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.
« Last Edit: July 20, 2002, 05:33:40 pm by 508 »
VBB member; reg aug 1999; total posts 600.
War is a lion, on whos back you fall, never to get up.
Think big. Invade Space.

 

Offline DTP

  • ImPortant Coder
  • 28
    • http://www.c4-group.dk
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.
VBB member; reg aug 1999; total posts 600.
War is a lion, on whos back you fall, never to get up.
Think big. Invade Space.

 
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.

 

Offline Inquisitor

There is a fred2_open module in CVS, fyi.

It's just not crossplatform.
No signature.

 

Offline DTP

  • ImPortant Coder
  • 28
    • http://www.c4-group.dk
aye, gotta, get used to click a bit more :D
VBB member; reg aug 1999; total posts 600.
War is a lion, on whos back you fall, never to get up.
Think big. Invade Space.