Skip to content
This repository has been archived by the owner on Mar 29, 2020. It is now read-only.

Commit

Permalink
New decisions and related files for HoI4 (#539)
Browse files Browse the repository at this point in the history
* Creating new decisions

There are here a Turkish<->Ottomans name switch and all the formable countries (blanked out until tag support achieved)

* Update 00_formable_categories.txt

Fixed

* Decisions-related localisations added

* Create 000_countries.txt

* Add files via upload

The three that are not vanilla tags.

* Adding Ottoman decisions category

* Update zz_converter.txt

* Update ideas2_l_english.yml

Adding Chinese decision localization (will be followed by the other languages)

* Update ideas2_l_french.yml

* Update 000_countries.txt

* Update ideas2_l_german.yml

* Update ideas2_l_spanish.yml

* Update ideas2_l_braz_por.yml

* Update ideas2_l_polish.yml

* Update ideas2_l_russian.yml
  • Loading branch information
IohannesIohannium authored and Idhrendur committed Jul 31, 2018
1 parent 1d32163 commit 3b2a967
Show file tree
Hide file tree
Showing 13 changed files with 1,510 additions and 217 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
graphical_culture = "eastern_european_gfx"
graphical_culture_2d = "eastern_european_2d"
color = { 226 4 127 }
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
graphical_culture = "western_european_gfx"
graphical_culture_2d = "western_european_2d"
color = { 62 122 189 }
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
graphical_culture = "eastern_european_gfx"
graphical_culture_2d = "eastern_european_2d"
color = { 142 140 84 }
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
TUR = "countries/Turkey.txt"
AUS = "countries/Austria.txt"
YUG = "countries/Yugoslavia.txt"
GER = "countries/Germany.txt"
ITA = "countries/Italy.txt"
SAU = "countries/Saudi Arabia.txt"
SCA = "countries/Scandinavia.txt"
ENG = "countries/United Kingdom.txt"
FRA = "countries/France.txt"
ROM = "countries/Romania.txt"
HUN = "countries/Hungary.txt"
CZE = "countries/Czechoslovakia.txt"
SOV = "countries/Soviet Union.txt"
RAJ = "countries/British Raj.txt"
PLC = "countries/Poland-Lithuania.txt"
BAL = "countries/United Baltic Provinces.txt"
CHI = "countries/China.txt"
Original file line number Diff line number Diff line change
@@ -1,209 +1,16 @@

form_scandinavia_category = {

icon = generic_formable_nations

picture = GFX_decision_cat_generic_scandinavia

allowed = {
has_dlc = "Waking the Tiger"
}
}

form_nordic_league_category = {

icon = generic_formable_nations

picture = GFX_decision_cat_generic_nordic_league

allowed = {
has_dlc = "Waking the Tiger"
}
}

form_gran_colombia_category = {

icon = generic_formable_nations

picture = GFX_decision_cat_generic_gran_colombia

allowed = {
has_dlc = "Waking the Tiger"
}
}

form_austria_hungary_category = {

icon = generic_formable_nations

picture = GFX_decision_cat_generic_austria_hungary

allowed = {
has_dlc = "Waking the Tiger"
}
}

form_commonwealth_category = {

icon = generic_formable_nations

picture = GFX_decision_cat_generic_commonwealth

allowed = {
has_dlc = "Waking the Tiger"
}
}

form_united_netherlands_category = {

icon = generic_formable_nations

picture = GFX_decision_cat_generic_united_netherlands

allowed = {
has_dlc = "Waking the Tiger"
}
}

form_united_central_america_category = {

icon = generic_formable_nations

picture = GFX_decision_cat_generic_united_central_america

allowed = {
has_dlc = "Waking the Tiger"
}
}

form_baltic_federation_category = {

icon = generic_formable_nations

picture = GFX_decision_cat_generic_baltic_federation

allowed = {
has_dlc = "Waking the Tiger"
}
}

form_ottoman_empire_category = {

icon = generic_formable_nations

picture = GFX_decision_cat_generic_ottoman_empire

allowed = {
has_dlc = "Waking the Tiger"
}
}

form_european_union_category = {

icon = generic_formable_nations

picture = GFX_decision_cat_generic_european_union

allowed = {
has_dlc = "Waking the Tiger"
}
}

form_mutapa_category = {

icon = generic_formable_nations

picture = GFX_decision_cat_generic_mutapa

allowed = {
has_dlc = "Waking the Tiger"
}
}

form_roman_empire_category = {

icon = generic_formable_nations

picture = GFX_decision_cat_generic_roman_empire

allowed = {
has_dlc = "Waking the Tiger"
}
}

form_persian_empire_category = {

icon = generic_formable_nations

picture = GFX_decision_cat_generic_persian_empire

allowed = {
has_dlc = "Waking the Tiger"
}
}

form_byzantine_empire_category = {
formable_nations = { #Vic2-from unions

icon = generic_formable_nations

picture = GFX_decision_cat_generic_byzantine_empire

allowed = {
has_dlc = "Waking the Tiger"
}
}

form_arabia_category = {

icon = generic_formable_nations

picture = GFX_decision_cat_generic_arabia

allowed = {
has_dlc = "Waking the Tiger"
#has_dlc = "Waking the Tiger"
always = yes
}
}

form_majapahit_empire_category = {
TUR_name_category = {

icon = generic_formable_nations

picture = GFX_decision_cat_generic_majapahit_empire

allowed = {
has_dlc = "Waking the Tiger"
}
allowed = { always = yes }
}

form_rattanakosin_kingdom_category = {

icon = generic_formable_nations

picture = GFX_decision_cat_generic_rattanakosin_kingdom

allowed = {
has_dlc = "Waking the Tiger"
}
}

form_hre_category = {

icon = generic_formable_nations

picture = GFX_decision_cat_generic_hre

allowed = {
has_dlc = "Waking the Tiger"
}
}

form_greater_german_reich_category = {

icon = generic_formable_nations

picture = GFX_decision_cat_generic_hre

allowed = {
has_dlc = "Waking the Tiger"
}
}
Loading

0 comments on commit 3b2a967

Please sign in to comment.