Skip to content

Commit 03bae99

Browse files
committed
MIR v1.5.6
Restore save-compatibility
1 parent 1a9fa44 commit 03bae99

File tree

19 files changed

+75
-101
lines changed

19 files changed

+75
-101
lines changed

Industries Rework - Military/common/buildings/11_mog_awr_industry.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ building_automotive_industry = {
1212
}
1313

1414
production_method_groups = {
15-
pmg_automobile_production
15+
pmg_base_building_automotive_industry
1616
pmg_automotive_shiftwork
17-
pmg_aeroplanes
18-
pmg_tanks
17+
pmg_automotive_aeroplanes
18+
pmg_automotive_tanks
1919
#pmg_automation_building_automotive_industry
2020
}
2121

Industries Rework - Military/common/production_method_groups/mog_awr_pmg.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# This file is the automotive industry with tank and plane demobilisation PM's
22
# Credit to indexo4
33

4-
pmg_automobile_production = { # Modded PMG
4+
pmg_base_building_automotive_industry = { # Modded PMG
55
texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds"
66
production_methods = {
77
pm_gear_transmissions
8-
pm_automobile_production
8+
pm_automobiles
99
pm_pneumatic_tyres
1010
}
1111
}
@@ -21,7 +21,7 @@ pmg_automotive_shiftwork = { # Modded PMG
2121
}
2222
}
2323

24-
pmg_aeroplanes = { # Modded PMG
24+
pmg_automotive_aeroplanes = { # Modded PMG
2525
texture = "gfx/interface/icons/generic_icons/mixed_icon_refining.dds"
2626
production_methods = {
2727
pm_no_aeroplane_production
@@ -35,7 +35,7 @@ pmg_aeroplanes = { # Modded PMG
3535
}
3636
}
3737

38-
pmg_tanks = { # Modded PMG
38+
pmg_automotive_tanks = { # Modded PMG
3939
texture = "gfx/interface/icons/generic_icons/mixed_icon_refining.dds"
4040
production_methods = {
4141
pm_no_tank_production

Industries Rework - Military/common/production_methods/mog_awr_pm.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
}
2323

24-
pm_automobile_production = {
24+
pm_automobiles = {
2525
texture = "gfx/interface/icons/production_method_icons/automobiles_primary.dds"
2626
ai_value = 50000
2727

@@ -84,7 +84,7 @@ pm_automotive_double_shifts = {
8484
shift_work
8585
}
8686
unlocking_production_methods = {
87-
pm_automobile_production
87+
pm_automobiles
8888
pm_pneumatic_tyres
8989
}
9090

@@ -145,7 +145,7 @@ pm_automotive_triple_shifts = {
145145
conveyors
146146
}
147147
unlocking_production_methods = {
148-
pm_automobile_production
148+
pm_automobiles
149149
pm_pneumatic_tyres
150150
}
151151

Industries Rework - Military/common/script_values/zmog_MR_vikelas_script_value.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ vikelas_automobile_industry_score = {
1010
every_scope_building = {
1111
limit = {
1212
is_building_type = building_automotive_industry # building_motor_industry
13-
OR = { # has_active_production_method = pm_automobile_production
14-
has_active_production_method = pm_automobile_production
13+
OR = { # has_active_production_method = pm_automobile_production
14+
has_active_production_method = pm_automobiles
1515
has_active_production_method = pm_pneumatic_tyres
1616
}
1717
}

Industries Rework - Military/common/scripted_guis/zmog_MR_autoracing_sguis.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ mr_autoracing_found_team_button_sgui = {
2525
text = MR_AUTORACING_FOUND_TEAM_BUTTON_TRIGGER_TT
2626
any_scope_building = {
2727
is_building_type = building_automotive_industry
28-
OR = { # has_active_production_method = pm_automobile_production
29-
has_active_production_method = pm_automobile_production
28+
OR = { # has_active_production_method = pm_automobile_production
29+
has_active_production_method = pm_automobiles
3030
has_active_production_method = pm_pneumatic_tyres
3131
}
3232
level >= 2

Industries Rework - Military/common/scripted_triggers/99_AMoG_Base_mod_compatibility_triggers.txt

Lines changed: 0 additions & 59 deletions
This file was deleted.

Industries Rework - Military/events/zmog_MR_vikelas_events.txt renamed to Industries Rework - Military/events/amog_MR_vikelas_events.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ vikelas.505 = {
3838
limit = {
3939
any_scope_building = {
4040
is_building_type = building_automotive_industry # building_motor_industry
41-
OR = { # has_active_production_method = pm_automobile_production
42-
has_active_production_method = pm_automobile_production
41+
OR = { # has_active_production_method = pm_automobile_production
42+
has_active_production_method = pm_automobiles
4343
has_active_production_method = pm_pneumatic_tyres
4444
}
4545
level >= 2
@@ -55,8 +55,8 @@ vikelas.505 = {
5555
random_scope_building = {
5656
limit = {
5757
is_building_type = building_automotive_industry # building_motor_industry
58-
OR = { # has_active_production_method = pm_automobile_production
59-
has_active_production_method = pm_automobile_production
58+
OR = { # has_active_production_method = pm_automobile_production
59+
has_active_production_method = pm_automobiles
6060
has_active_production_method = pm_pneumatic_tyres
6161
}
6262
level >= 2

Industries Rework - Military/localization/braz_por/mog_awr_misc_l_braz_por.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
l_braz_por:
22
# Production methods
3-
pmg_automobile_production: "Automóveis"
3+
pmg_base_building_automotive_industry: "Automóveis"
44
pmg_automotive_shiftwork: "Trabalho por turnos"
5+
pmg_automotive_aeroplanes: "Aviões"
6+
pmg_automotive_tanks: "Tanques"
57

68
pm_gear_transmissions: "Transmissões de engrenagem iniciais"
79
pm_pneumatic_tyres: "Pneus Pneumáticos"
10+
pm_automobiles: "Automóveis"
811

912
pm_single_shift_days: "Turnos Únicos"
1013
pm_automotive_double_shifts: "Turnos Duplos"

Industries Rework - Military/localization/english/mog_awr_misc_l_english.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
l_english:
22
# Production methods
3-
pmg_automobile_production: "Automobiles"
3+
pmg_base_building_automotive_industry: "Automobiles"
44
pmg_automotive_shiftwork: "Shift Work"
5+
pmg_automotive_aeroplanes: "Aeroplanes"
6+
pmg_automotive_tanks: "Tanks"
57

68
pm_gear_transmissions: "Early Gear Transmissions"
79
pm_pneumatic_tyres: "Pneumatic Tyres"
10+
pm_automobiles: "Automobiles"
811

912
pm_single_shift_days: "Single Shifts"
1013
pm_automotive_double_shifts: "Double Shifts"
Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,34 @@
11
l_french:
22
# Production methods
3-
pmg_automobile_production: "Automobiles"
3+
pmg_base_building_automotive_industry: "Automobiles"
44
pmg_automotive_shiftwork: "Travail posté"
5-
5+
pmg_automotive_aeroplanes: "Avions"
6+
pmg_automotive_tanks: "Chars"
7+
68
pm_gear_transmissions: "Transmissions à engrenages anciens"
79
pm_pneumatic_tyres: "Pneus pneumatiques"
8-
10+
pm_automobiles: "Automobiles"
11+
912
pm_single_shift_days: "Quarts de travail uniques"
1013
pm_automotive_double_shifts: "Doubles quarts de travail"
1114
pm_automotive_double_shifts_pneumatic: "Doubles quarts de travail"
1215
pm_automotive_triple_shifts: "Triples quarts de travail"
1316
pm_automotive_triple_shifts_pneumatic: "Triples quarts de travail"
14-
17+
1518
pm_limited_aeroplanes: "Production d'avions limitée"
1619
pm_limited_aeroplanes_double: "Production d'avions limitée" #NT!
1720
pm_limited_aeroplanes_triple: "Production d'avions limitée" #NT!
1821
pm_extensive_aeroplanes: "Production d'avions importante"
1922
pm_extensive_aeroplanes_triple: "Production d'avions importante" #NT!
2023
pm_overtime_aeroplanes: "Production d'avions en heures supplémentaires"
21-
24+
2225
pm_limited_tanks: "Production de chars limitée"
2326
pm_limited_tanks_double: "Production limitée de chars" #NT!
2427
pm_limited_tanks_triple: "Production limitée de chars" #NT!
2528
pm_extensive_tanks: "Production de chars importante"
2629
pm_extensive_tanks_triple: "Production extensive de chars" #NT!
2730
pm_overtime_tanks: "Production de chars en heures supplémentaires"
28-
31+
2932
# Technology
3033
pneumatic_tyres: "Pneus pneumatiques"
3134
pneumatic_tyres_desc: "Les applications du caoutchouc vulcanisé en combinaison avec le moteur à combustion ont le potentiel d’être révolutionnaires."

0 commit comments

Comments
 (0)