I want to make certain countries build infrastructure from the start of the scenario but do not know what to type in, I used this from a saved game file (.eug) but it did not work on the .inc file:
province_development =
id = { type = 4712 id = 4542 }
name = ""
progress = 0.0000
location = 126
cost = 2.0000
date = {
year = 1946
month = april
day = 3
hour = 0
}
manpower = 0.0000
close_when_finished = yes
waitingforclosure = no
total_progress = 0.0000
size = 14
done = 0
days = 2560
days_for_first = 552
gearing_bonus = 0.0000
speed_step = 2
type = infrastructure
}
}
A general guide on how to make the AI build certain things from the start of the scenario would be great, like the event command file for events.
province_development =
id = { type = 4712 id = 4542 }
name = ""
progress = 0.0000
location = 126
cost = 2.0000
date = {
year = 1946
month = april
day = 3
hour = 0
}
manpower = 0.0000
close_when_finished = yes
waitingforclosure = no
total_progress = 0.0000
size = 14
done = 0
days = 2560
days_for_first = 552
gearing_bonus = 0.0000
speed_step = 2
type = infrastructure
}
}
A general guide on how to make the AI build certain things from the start of the scenario would be great, like the event command file for events.