Topic: New Server DB Edit tool available  (Read 3614 times)

0 Members and 1 Guest are viewing this topic.

Offline Bonk

  • Commodore
  • *
  • Posts: 13298
  • You don't have to live like a refugee.
Re: New Server DB Edit tool available
« Reply #20 on: March 03, 2006, 07:04:36 am »
Glad I could help! (Actually, thank the kind Mr. Pete Fraser who posted that on the borland.public.cppbuilder.non-technical google group  ;D  - here's the link to the list of  groups in borland . public . cppbuilder - might come in handy for stuff like this... ;))

Re hex ranges: I was thinking of a format where you could just loop through the hex editing function by passing it a list of hexes and parameters to edit, give the option for a single hex , range or list. I was thinking it would be good to be able to pass it input strings like:

list:
h0,0;h2,4;h5,8;h20,10;h16,22:EN=Klingon;CN=Neutral;PN=None;BN=None;ME=50;CE=50;EMDV=20;CMDV=20;ECDV=10;CCDV=10

or a range:
hr0,0-10,10:EN=Klingon;CN=Neutral;PN=None;BN=None;ME=50;CE=50;EMDV=20;CMDV=20;ECDV=10;CCDV=10

or maybe even a combo:
h0,0;h3,4;hr10,10-20,20;h25,25:EN=Klingon

...where only the hex properties specified are edited such that you could reset the whole map's economy to one value without disturbing the other properties, for example:
hr0,0-39,29:ME=20;CE=20
or DV:
hr0,0-39,29:EMDV=20;CMDV=20;ECDV=10;CCDV=10

So you can gang-bang edit hexes... this would be thinking forward to a gui with input textboxes for the list/range and dropdowns and textboxes for the properties... to generate the input string for the looping hex editing function.

Don't know it that's easily doable (or makes sense or is user friendly) with your setup but I was thinking it might be nice.


Did you dump the VCL dependency for this console version? I expect it would decrease the size of the exe considerably as vcl50.bpl is the largest of those three libraries at 1.92 MB. (edit: oh, I just downloaded it and the exe is only 219 KB... so its probably not worth the trouble...or borland is smart enough to only link in the dependency functions actually used...)


I'll put together my take on the tensions (and preceeding db portions) for you later today so you'll have it for the weekend if you get a chance to work on this some more.

Offline Bonk

  • Commodore
  • *
  • Posts: 13298
  • You don't have to live like a refugee.
Re: New Server DB Edit tool available
« Reply #21 on: March 03, 2006, 07:49:11 pm »
Make that tomorrow for the tensions info. I got sidetracked playing with VMware today...

Offline GDA-S'Cipio

  • Brucimus Maximus
  • Captain
  • *
  • Posts: 5749
  • Gender: Male
  • If I took the bones out, it wouldn't be crunchy.
Re: New Server DB Edit tool available
« Reply #22 on: March 04, 2006, 01:07:45 am »
Make that tomorrow for the tensions info. I got sidetracked playing with VMware today...

No worries.  I'm tossing thing together for my daughter's birthday, and preparing for a business trip.  It will be a few days before I can get to it anway.

Thanks for all your efforts!

-S'Cipio
"I cannot undertake to lay my finger on that article of the Constitution which granted a right to Congress of expending, on the objects of benevolence, the money of their constituents."  - James Madison (chief author of the Constitution)

-----------------------------------------
Gorn Dragon Alliance member
Gorn Dragon Templar
Coulda' used a little more cowbell
-----------------------------------------


Offline Bonk

  • Commodore
  • *
  • Posts: 13298
  • You don't have to live like a refugee.
Re: New Server DB Edit tool available
« Reply #23 on: March 04, 2006, 08:15:40 am »
PM sent... (to GDA-S'Cipio)...  just let me know if anything needs further clarification.