1他国と重複しないTAG
2国旗(tgaファイル93*64Pixel)
3首都のID
4中核州のID
5政党の名前と政策(手抜き可能)
6primary_culture、accepted_culture
7隣国とかぶらない色
8軍隊の名前
国旗には5種類あり、それぞれの役割は以下の通り
・XXX.tga(民主共和政、立憲君主制)
・XXX_monarchy.tga(絶対王政、プロシア型立憲制)
・XXX_republic.tga(ブルジョア独裁大統領独裁)
・XXX_fascist.yga(ファシスト独裁)
・XXX_communist.tga(プロレタリア独裁)
victoria 2\common\countries.txt
を開くと以下のようになっている
#以下の文章は無視されるので解説を書いておくとよい
#Please keep tags sorted alphabetically when you add/remove country tags # Special countries... REB = "countries/rebels.txt" # Common Great Powers ENG = "countries/United Kingdom.txt" RUS = "countries/Russia.txt" FRA = "countries/France.txt" PRU = "countries/Prussia.txt" 以下略
適当な行に(最後のほうの行が見やすい)これらの記述にならって以下の様な記述を追加する
XXX = "countries/<国名>.txt"
victoria 2\common\countries\<国名>.txt
というファイルを作る、内容は他国のものを流用するのが楽
例:Prussia.txt
color = { 244 232 109 } #画面での色 graphical_culture = PrussianGC #軍隊のイメージ party = { name = "PRU_liberal" start_date = 1830.1.1 end_date = 2000.1.1 ideology = liberal economic_policy = laissez_faire trade_policy = free_trade religious_policy = pluralism citizenship_policy = limited_citizenship war_policy = anti_military } party = { #政党の定義 name = "PRU_conservative" #定義上の名前 start_date = 1878.1.1 #登場日時 end_date = 2000.1.1 #消滅日時 ideology = conservative #イデオロギー economic_policy = laissez_faire #各種政策 trade_policy = protectionism religious_policy = moralism citizenship_policy = limited_citizenship war_policy = anti_military } 中略 party = { name = "PRU_fascist" start_date = 1905.1.1 end_date = 2000.1.1 ideology = fascist economic_policy = state_capitalism trade_policy = protectionism religious_policy = moralism citizenship_policy = residency war_policy = jingoism } unit_names = { #軍隊の名前 dreadnought = { Derfflinger "Friedrich der Grosse" Goeben "Grosser Kurf・st" Helgoland Kig "Kig Albert" Kronprinz L・zow Mackensen Markgraf Moltke Nassau Oldenburg Ostfriesland Posen Rheinland Sachsen Seydlitz Th・ingen Westfalen } 中略 commerce_raider = { Barbarossa "Cap Trafalgar" Cormoran Iltis Leopard Loreley Meteor Me "Preussischer Adler" "Prinz Eitel Friedrich" Seeadler Seele Vineta Wolf } }
victoria 2\history\countries\XXX - <国名>.txt
というファイルを作る、内容綿国のものを流用するのが楽
例:PRU - Prussia.txt
capital = 549 #首都のID primary_culture = north_germann #中核文化 culture = south_german #受容文化 religion = protestant #国教 government = absolute_monarchy #政治体制 plurality = 0.0 #開始時の多様性 nationalvalue = nv_order #価値観 literacy = 0.70 #開始時の識字率 civilized = yes #文明国であるか否か #GreaterPowers = prestige prestige = 50 # Political reforms #政治改革 slavery = no_slavery 中略 political_parties = underground_parties # Social Reforms #社会改革 wage_reform = no_minimum_wage 中略 pensions = no_pensions ruling_party = PRU_conservative_2 #開始時の与党 upper_house = { fascist = 0 #開始時の上院 liberal = 35 conservative = 55 reactionary = 10 anarcho_liberal = 0 socialist = 0 communist = 0 } # Technologies #開始時の技術 post_napoleonic_thought = 1 中略 clean_coal = 1 #Inventions # Starting Consciousness #開始時の政治意識 consciousness = 3 nonstate_consciousness = 1 schools = army_tech_school #開始時の研究機関 oob = "PRU_oob.txt" #開始時の外国と軍事の設定ファイル
その他の記述
govt_flag = { government = hms_government flag = presidential_dictatorship }
標準と異なる旗を利用する場合はこのような記述を加える
Victoria 2\history\provinces
を開き、追加したい国家の中核州であるプロヴィンスのファイルに
add_core = XXX
という行を追加する
GC開始時に所持もしくは占領状態にしておきたい場合
owner = XXX
や
controller = XXX
等を追加する
例:473 - Corsica.txt
owner = FRA #フランスが所有 controller = FRA #フランスが占領 add_core = FRA #フランスの中核州 trade_goods = fish #RGO産品 life_rating = 35 #生活水準
面倒くさい場合はNNMに倣ってeventやdecisionで追加するのも手の一つ
最初から登場する場合は外交関係を定めておいたほうがよい
そうしないと関係値が0になる
Victoria 2\history\units\XXX_oob.txt
というファイルを作成する
例:PRU_oob.txt
ANH = { #アンハルト value = 125 #外交関係値 level = 5 #勢力圏内である influence_value = 25 #影響力値 military_access = yes #軍事通行の許可 } 中略 DEN = { value = 55 } #Army army = { #師団の名前 name = "I. Korps" #位置 location = 553 #連隊 regiment = { name= "I. Linieninfanteriebrigade" #連隊の名前 type = infantry #種別 home = 553 #徴兵元 } 中略 regiment = { name= "I. Artilleriebrigade" type = artillery home = 584 } } army = { 中略 } navy = { name = "Kiglich Preu゚ische Marine" #艦隊名 location = 690 #位置 ship = { #艦隊を構成する船 name= "1. Klipperflottille" #艦名 type = clipper_transport #種別 } 中略 }
同盟や傀儡国は
Victoria 2\history\diplomacy
内のファイルを適当に編集する
戦争は
Victoria 2\history\wars
内のファイルを適当に編集する
Victoria 2\localisation
内に適当な名前のCSVファイルを作り
内部にtext.CSV等と同様の書式に則って各種の名前を定義する
例:適当なファイルを作ってシュレジエンに関係のある名前を定めた
SCL;Schlesien;;;;;;;;;;;;;x #国名 SCL_ADJ;Schlesien;;;;;;;;;;;;;x #国名の形容詞 XXX領XX、や、XXの民族主義者 等に使われる SCL_conservative;Zentrumspartei;Zentrumspartei;Zentrumspartei;;;;;;;;;;;;x;;;;;;;;;;;;;; 政党名 SCL_fascist;NSDP;NSDP;NSDP;;;;;;;;;;;;x;;;;;;;;;;;;;;
政党名は似たような境遇の他国から流用すると楽
ここでは国名は糸つだけにしてあるが拘るのならば政治体制ごとに定めることができる
例:独裁の時中部リトアニア、その他ではヴィルニス
VIL_absolute_monarchy;Central Lithuania;;;;;;;;;;;;;x VIL_prussian_constitutionalism;Central Lithuania;;;;;;;;;;;;;x VIL_hms_government;Vilnius;;;;;;;;;;;;;x VIL_democracy;Vilnius;Central Lithuania;;;;;;;;;;;;x VIL_presidential_dictatorship;Central Lithuania;;;;;;;;;;;;;x VIL_bourgeois_dictatorship;Central Lithuania;;;;;;;;;;;;;x VIL_proletarian_dictatorship;Vilnius;;;;;;;;;;;;;x VIL_fascist_dictatorship;Vilnius;;;;;;;;;;;;;x VIL_fascist_dictatorship_ADJ;Vilnius;;;;;;;;;;;;;x VIL_absolute_monarchy_ADJ;Central Lithuanian;;;;;;;;;;;;;x VIL_prussian_constitutionalism_ADJ;Central Lithuanian;;;;;;;;;;;;;x VIL_hms_government_ADJ;Vilnius;;;;;;;;;;;;;x VIL_democracy_ADJ;Vilnius;;;;;;;;;;;;;x VIL_presidential_dictatorship_ADJ;Central Lithuanian;;;;;;;;;;;;;x VIL_bourgeois_dictatorship_ADJ;Central Lithuanian;;;;;;;;;;;;;x VIL_proletarian_dictatorship_ADJ;Vilnius;;;;;;;;;;;;;x VIL_fascist_dictatorship_ADJ;Vilnius;;;;;;;;;;;;;x