Quote:
Originally Posted by Dilust
How I should edit the campaign files if I would add new airplanes? Thanks.
|
Aircraft can either be scripted on the SCR or added to airbases
C:\Program Files\Ubisoft\SilentHunterIII\data\Land
And pick an airbase of the country you want to add the aircraft to
Open the cfg file in that airbase folder
[Unit]
ClassName=LargeAirBaseGe
UnitType=406
MaxSpeed=0.000000
MinSpeed=0.000000
Length=1
Width=1
[AirGroup 1]
StartDate=19380101
EndDate=19451231
Squadron1Class=LBSFW200
Squadron1No=4
Squadron2Class=
LBJU88 <
aircraft class name
Squadron2No=
3 <
number of aircraft in that airbase of that type
You can add a new squadron of the new aircraft by adding it underneath
ie
[AirGroup 1]
StartDate=19380101
EndDate=19451231
Squadron1Class=LBSFW200
Squadron1No=4
Squadron2Class=LBJU88
Squadron2No=3
Squadron3Class=xxxxxx < New squadron added
Squadron3No=?