Page 1 of 1

Modding Questions

Posted: Tue Apr 17, 2007 4:34 pm
by Stonewall
I have a couple of modding questions. Since the modding forum seems rather dead, I chose to post here.

(1) How do I change the city level at the start of a given scenario? I have tried altering the appropriate .incfiles, but there is no change and I can't see anywhere in the database or the scenario files where this data is stored.

(2) How can I alter the industrialization potential for a given geographical region?


Thanks for a wonderful game!! :coeurs:

Posted: Tue Apr 17, 2007 9:05 pm
by PhilThib
It's almost impossible to do by hand directly in the files as they are, because too many of them are interconnected...

We shall provide you in the near future with a modding manual (one of our betas is working on it), with the tools required (a specific software, Excel spreadsheet...and the game itself)... please a little of patience...

In the meanwhile, you can still compile your projected changes and let us know in the forum, we could make a special modded scenario for you (but not during the next 3 weeks please, too much to do for us :nuts: )

Posted: Wed Apr 18, 2007 9:50 am
by Pocus
if you want to alter the scn file (which is the hard way of doing modding, we use only excel files which are interpretated by the game engine), you can find the city level here, for example

{Region}
UID = 6
Control = 100
Supply = 171
WasBesieged = 0
{StrucList}
6
{Structure}
1000009
3
10 <= city level here
0
1000001
0
0
0
0
0
Brooklyn

{/Structure}
{Structure}
1000010
0
10
0
1000001
0
0
0
0
0
Harbor

{/Structure}
{/StrucList}
{Populations}
{/Populations}
{/Region}


for (2), you can't, it depends of the number of city and average city level of the state. The higher the average, the better the potential.

Posted: Wed Apr 18, 2007 3:16 pm
by Stonewall
Thank you. Thats not too hard at all.

Being the greedy fellow that I am...What are the chances of getting a list of what all those values mean in the various regions/units?

Posted: Wed Apr 18, 2007 3:35 pm
by DennyWright
Stonewall, what's wrong with the industrialization potentials? Is it something we can all benefit from knowing?

Posted: Wed Apr 18, 2007 4:09 pm
by Primasprit
Stonewall wrote:Thank you. Thats not too hard at all.
Being the greedy fellow that I am...What are the chances of getting a list of what all those values mean in the various regions/units?


PhilThib wrote:[...]We shall provide you in the near future with a modding manual (one of our betas is working on it), with the tools required (a specific software, Excel spreadsheet...and the game itself)... please a little of patience...[...]


:siffle:

Posted: Wed Apr 18, 2007 5:23 pm
by Stonewall
DennyWright wrote:Stonewall, what's wrong with the industrialization potentials? Is it something we can all benefit from knowing?


Nothing wrong with it at all in terms of accuracy, IMO. I tend to like to fiddle with things to give a greater challenge or create a different take on things. I'd like to see how I as the Union can handle a Confederacy with industrial potential. I'm not a big fan of artificial ai advantages in terms of difficulty. So, I give the ai inherent advantages and see how I can fare on even terms.