Management cockpitinfo.ini through upgrades.ini...

KaiserMEM

Hi guys!
Is it possible to manage 2 or more files "cockpitinfo.ini" through Upgrades?

Thanks in advance,

Marco
 
You can put the different entries of the cockpitinfo.ini into the levels of the upgrades.

Just put a "CPIT=" in front of each line e.g.:

CPIT=LCDFont=CGT_FONTDIG // defaults to FTIM24HUD (hey, why not?)
CPIT=LCDBackground=CGT_LCDBK2_d // defaults to LCD00.BMP
CPIT=LCDScale=(1.1, 1.6) // (1.0, 1.7)how big to draw the font onto the background
.....
 
First of all, many thanks for your answer! :)

The row that i want splittable is this:

MirrorPos=(0.0, 0.6, -1.0)

I would like to do a generic row (as the previous) and another row only for tvcockpit view (like this for example):

MirrorPos=(0.0, 0.6, 1.0)

How I can do it?

Thanks again for help and sorry for my bad english :(



[EDIT] resolved. you are great! :)
 
Last edited:
I would say it should look like this:


UpgradeType="different mirrors"
{

UpgradeLevel="mirror 1"
{
Description="whatever"

CPIT=MirrorPos=(0.0, 0.6, -1.0)
}
UpgradeLevel="mirror 2"
{
Description="whatever"

CPIT=MirrorPos=(0.0, 0.6, 1.0)

}
}
 
bob-esponja-ok.gif


thank you very much!! ;)
 

Back
Top