Sucht in:
C:\Programme\Peter Games\Officers\Assets\world\Normand\Scripts die datei: _reinforcementDefination.lua. Öffnen mit: Editor. Sucht die Werte und erhöt selber nach herzenzlust habe bei mir überall 150, weis die originalwerte nicht mehr!
_artillery_charges = 150
_artillery_duration = 150
_artillery_radius = 150
_artillery_count = 0
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Hier könnt ihr Optional mehr Fallschirmjäger, mehr artillerie, mehr Bomber und mehr Flugzeugjäger einfügen. In der gleichen datei findet ihr die zeilen z.b. :
air_bomber_1={}
poslednee_air_bomber_1 =0
air_bomber_2={}
poslednee_air_bomber_2 =0
air_bomber_3={}
poslednee_air_bomber_3 =0
air_bomber_4={}
poslednee_air_bomber_4 =0
Oder
air_troops_1={}
poslednee_air_troops_1 = 0
air_troops_2={}
poslednee_air_troops_2 = 0
air_troops_3={}
poslednee_air_troops_3 = 0
air_troops_4={}
poslednee_air_troops_4 = 0
Einfach diese Zeile kopieren und einfügen und die Zahlen umändern. Bei mir sieht es so aus:
air_bomber_1={}
poslednee_air_bomber_1 =0
air_bomber_2={}
poslednee_air_bomber_2 =0
air_bomber_3={}
poslednee_air_bomber_3 =0
air_bomber_4={}
poslednee_air_bomber_4 =0
air_bomber_5={}
poslednee_air_bomber_5 =0
air_bomber_6={}
poslednee_air_bomber_6 =0
air_bomber_7={}
poslednee_air_bomber_7 =0
Und
air_troops_1={}
poslednee_air_troops_1 = 0
air_troops_2={}
poslednee_air_troops_2 = 0
air_troops_3={}
poslednee_air_troops_3 = 0
air_troops_4={}
poslednee_air_troops_4 = 0
air_troops_5={}
poslednee_air_troops_5 = 0
air_troops_6={}
poslednee_air_troops_6 = 0
air_troops_7={}
poslednee_air_troops_7 = 0
air_troops_8={}
poslednee_air_troops_8 = 0
- - - - - - - - - - - - - - - - - - - - - - - -
Und in der gleichen Datei findet ihr auch die Einstellungen um mehr Einheiten am Anfang zu haben. Die Werte sind meine und nicht Original! Sucht die zeilen
InfDifCount = 0
TankDifCount = 0
ReinfLimits = 0
SpecialAttackCount = 0
if difficulty == hard then
InfDifCount = 10
TankDifCount = 10
ReinfLimits = 15
SpecialAttackCount = 3
end
if difficulty == normal then
InfDifCount = 10
TankDifCount = 10
ReinfLimits = 15
SpecialAttackCount = 3
end
if difficulty == easy then
InfDifCount = 10
TankDifCount = 10
ReinfLimits = 15
SpecialAttackCount = 3
end
Wie erwähnt macht backups!