-
Notifications
You must be signed in to change notification settings - Fork 1
/
falloutmod.mod
40 lines (40 loc) · 1.26 KB
/
falloutmod.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name="Fallout Mod"
path="mod/falloutmod/"
tags={
"Alternative History"
}
supported_version="1.4.*"
replace_path = "map/strategicregions"
replace_path = "common/ideas"
replace_path = "common/countries"
replace_path = "map/supplyareas"
replace_path = "map/terrain"
replace_path = "music"
replace_path = "common/units"
replace_path = "common/units/names"
replace_path = "common/units/equipment"
replace_path = "common/units/equipment/upgrades"
replace_path = "common/country_tags"
replace_path = "common/technology_sharing"
replace_path = "common/technologies"
replace_path = "common/technology_tags"
replace_path = "common/portraits"
replace_path = "common/ai_templates"
replace_path = "history/countries"
replace_path = "history/states"
#replace_path = "history/wars"
#replace_path = "history/diplomacy"
#replace_path = "events"
#replace_path = "common/ai_focuses"
#replace_path = "common"
replace_path = "history/units"
replace_path = "common/ai_peace"
replace_path = "events"
replace_path = "common/ai_strategy"
#replace_path = "common/ai_templates"
#replace_path = "common/bookmarks"
#replace_path = "common/scripted_effects"
replace_path = "common/scripted_triggers"
replace_path = "common/continuous_focus"
replace_path = "common/national_focus"
replace_path = "common/on_actions"