Victoria3 MOD – 技術ツリーを一気に解放する方法
技術ツリーは、自国の革新値を貯め個別に開放したり他国からの技術の普及によって解放される。ただ、プレイヤーが選択した国によっては内政や戦争によりゲームオーバーまでに技術を解放できずに終わる事がある。これを、直接ファイルを書き換えることにより解決する。
ここでは、プレイヤーのみに反映されるジャーナル(判断タブ)に設定する方法を紹介する。
CAUTION
本ページでは、Victoria 3をModを使わず直接ファイルを書き換える内容を紹介している。 また、Mod制作における参考資料としても活用いただければ幸いです。
設定するファイルの場所
ファイルは以下の2つを使用する。
- ジャーナル(判断タブ)に設定するファイルの場所
今回は既存ファイルへ上書きを行わないので、新しい名称でファイルを作成する。
ここでは、test.txtとする。
/Steam/steamapps/common/Victoria 3/game/common/decisions/test.txt
- 日本語にローカライズするファイルの場所
こちらも今回は既存ファイルへ上書きを行わないので、新しい名称でファイルを作成する。
ここでは、test_l_japanese.ymlとする。
/Steam/steamapps/common/Victoria 3/game/localization/japanese/test_l_japanese.yml
説明
ジャーナル(判断タブ)を作成
このファイルでは、ジャーナル(判断タブ)に生産・軍事・社会の各技術ツリーをアンロックを施す設定を行う。ただし、全ての項目を一度にアンロックをするとPCのFPSが1~2まで下がりゲームがフリーズする恐れがあるので、生産・軍事・社会と表示ボタンを分けた。
以下、生産の技術ツリーの設定
### technology Production
tech_researched_Production = {
is_shown = { }
possible = { is_player = yes }
ai_chance = { base = 0 }
when_taken = {
add_technology_researched = sericulture
add_technology_researched = enclosure
add_technology_researched = manufacturies
add_technology_researched = shaft_mining
add_technology_researched = cotton_gin
add_technology_researched = lathe
add_technology_researched = distillation
add_technology_researched = steelworking
add_technology_researched = prospecting
add_technology_researched = crystal_glass
add_technology_researched = intensive_agriculture
add_technology_researched = fractional_distillation
add_technology_researched = canneries
add_technology_researched = watertube_boiler
add_technology_researched = atmospheric_engine
add_technology_researched = railways
add_technology_researched = chemical_bleaching
add_technology_researched = nitroglycerin
add_technology_researched = bessemer_process
add_technology_researched = baking_powder
add_technology_researched = mechanized_workshops
add_technology_researched = mechanical_tools
add_technology_researched = improved_fertilizer
add_technology_researched = steam_donkey
add_technology_researched = dynamite
add_technology_researched = rubber_mastication
add_technology_researched = electrical_generation
add_technology_researched = electrical_capacitors
add_technology_researched = rotary_valve_engine
add_technology_researched = reinforced_concrete
add_technology_researched = threshing_machine
add_technology_researched = pumpjacks
add_technology_researched = aniline
add_technology_researched = open_hearth_process
add_technology_researched = vulcanization
add_technology_researched = vacuum_canning
add_technology_researched = shift_work
add_technology_researched = steel_railway_cars
add_technology_researched = mechanized_farming
add_technology_researched = art_silk
add_technology_researched = automatic_bottle_blowers
add_technology_researched = conveyors
add_technology_researched = pasteurization
add_technology_researched = electric_railway
add_technology_researched = combustion_engine
add_technology_researched = pneumatic_tools
add_technology_researched = nitrogen_fixation
add_technology_researched = electric_arc_process
add_technology_researched = steam_turbine
add_technology_researched = plastics
add_technology_researched = radio
add_technology_researched = telephone
add_technology_researched = dough_rollers
add_technology_researched = flash_freezing
add_technology_researched = oil_turbine
add_technology_researched = arc_welding
add_technology_researched = compression_ignition
}
}
以下、軍事の技術ツリーの設定
### technology Military
tech_researched_Military = {
is_shown = { }
possible = { is_player = yes }
ai_chance = { base = 0 }
when_taken = {
add_technology_researched = standing_army
add_technology_researched = navigation
add_technology_researched = drydocks
add_technology_researched = mandatory_service
add_technology_researched = gunsmithing
add_technology_researched = artillery
add_technology_researched = military_drill
add_technology_researched = napoleonic_warfare
add_technology_researched = admiralty
add_technology_researched = army_reserves
add_technology_researched = line_infantry
add_technology_researched = paddle_steamer
add_technology_researched = field_works
add_technology_researched = logistics
add_technology_researched = triage
add_technology_researched = shell_gun
add_technology_researched = percussion_cap
add_technology_researched = rifling
add_technology_researched = general_staff
add_technology_researched = screw_frigate
add_technology_researched = power_of_the_purse
add_technology_researched = hydraulic_cranes
add_technology_researched = modern_nursing
add_technology_researched = enlistment_offices
add_technology_researched = electric_telegraph
add_technology_researched = military_statistics
add_technology_researched = repeaters
add_technology_researched = breech_loading_artillery
add_technology_researched = handcranked_machine_gun
add_technology_researched = self_propelled_torpedoes
add_technology_researched = monitor_tech
add_technology_researched = ironclad_tech
add_technology_researched = jeune_ecole
add_technology_researched = floating_harbor
add_technology_researched = gantry_cranes
add_technology_researched = trench_works
add_technology_researched = war_propaganda
add_technology_researched = wargaming
add_technology_researched = defense_in_depth
add_technology_researched = bolt_action_rifles
add_technology_researched = automatic_machine_guns
add_technology_researched = submarine
add_technology_researched = destroyer
add_technology_researched = dreadnought
add_technology_researched = sea_lane_strategies
add_technology_researched = landing_craft
add_technology_researched = concrete_dockyards
add_technology_researched = nco_training
add_technology_researched = chemical_warfare
add_technology_researched = stormtroopers
add_technology_researched = concrete_fortifications
add_technology_researched = mobile_armor
add_technology_researched = military_aviation
add_technology_researched = flamethrowers
add_technology_researched = carrier_tech
add_technology_researched = battleship_tech
add_technology_researched = battlefleet_tactics
}
}
以下、社会の技術ツリーの設定
### technology Society
tech_researched_Society = {
is_shown = { }
possible = { is_player = yes }
ai_chance = { base = 0 }
when_taken = {
add_technology_researched = urbanization
add_technology_researched = urban_planning
add_technology_researched = rationalism
add_technology_researched = bureaucracy
add_technology_researched = currency_standards
add_technology_researched = democracy
add_technology_researched = romanticism
add_technology_researched = international_trade
add_technology_researched = centralization
add_technology_researched = banking
add_technology_researched = academia
add_technology_researched = colonization
add_technology_researched = international_relations
add_technology_researched = law_enforcement
add_technology_researched = stock_exchange
add_technology_researched = medical_degrees
add_technology_researched = mass_communication
add_technology_researched = empiricism
add_technology_researched = egalitarianism
add_technology_researched = pharmaceuticals
add_technology_researched = modern_sewerage
add_technology_researched = quinine
add_technology_researched = organized_sports
add_technology_researched = central_archives
add_technology_researched = central_banking
add_technology_researched = dialectics
add_technology_researched = psychiatry
add_technology_researched = realism
add_technology_researched = nationalism
add_technology_researched = labor_movement
add_technology_researched = postal_savings
add_technology_researched = human_rights
add_technology_researched = feminism
add_technology_researched = steel_frame_buildings
add_technology_researched = civilizing_mission
add_technology_researched = anarchism
add_technology_researched = socialism
add_technology_researched = pan-nationalism
add_technology_researched = mutual_funds
add_technology_researched = camera
add_technology_researched = philosophical_pragmatism
add_technology_researched = identification_documents
add_technology_researched = elevator
add_technology_researched = zeppelins
add_technology_researched = malaria_prevention
add_technology_researched = central_planning
add_technology_researched = political_agitation
add_technology_researched = international_exchange_standards
add_technology_researched = psychoanalysis
add_technology_researched = film
add_technology_researched = multilateral_alliances
add_technology_researched = mass_surveillance
add_technology_researched = antibiotics
add_technology_researched = mass_propaganda
add_technology_researched = modern_financial_instruments
add_technology_researched = macroeconomics
add_technology_researched = behaviorism
add_technology_researched = analytical_philosophy
add_technology_researched = paved_roads
}
}
日本語にローカライズするファイルを設定
このファイルでは、ジャーナル(判断タブ)に記載する日本語を設定する。
l_japanese:
tech_researched_Production:0 "技術ツリー(生産)の解放"
tech_researched_Production_desc:0 "技術ツリー(生産)にある全ての技術を解放します。"
tech_researched_Military:0 "技術ツリー(軍事)の解放"
tech_researched_Military_desc:0 "技術ツリー(軍事)にある全ての技術を解放します。"
tech_researched_Society:0 "技術ツリー(社会)の解放"
tech_researched_Society_desc:0 "技術ツリー(社会)にある全ての技術を解放します。"
もし、ジャーナル(判断タブ)にタイトルのみ表示させ、説明文を非表示にしたい場合は以下の様に設定を行う。
l_japanese:
tech_researched_Production:0 "技術ツリー(生産)の解放"
tech_researched_Production_desc:0 ""
tech_researched_Military:0 "技術ツリー(軍事)の解放"
tech_researched_Military_desc:0 ""
tech_researched_Society:0 "技術ツリー(社会)の解放"
tech_researched_Society_desc:0 ""
結果
以上を実行すると以下の様になる。