Zainstaluj Steam
zaloguj się
|
język
简体中文 (chiński uproszczony)
繁體中文 (chiński tradycyjny)
日本語 (japoński)
한국어 (koreański)
ไทย (tajski)
български (bułgarski)
Čeština (czeski)
Dansk (duński)
Deutsch (niemiecki)
English (angielski)
Español – España (hiszpański)
Español – Latinoamérica (hiszpański latynoamerykański)
Ελληνικά (grecki)
Français (francuski)
Italiano (włoski)
Bahasa Indonesia (indonezyjski)
Magyar (węgierski)
Nederlands (niderlandzki)
Norsk (norweski)
Português (portugalski – Portugalia)
Português – Brasil (portugalski brazylijski)
Română (rumuński)
Русский (rosyjski)
Suomi (fiński)
Svenska (szwedzki)
Türkçe (turecki)
Tiếng Việt (wietnamski)
Українська (ukraiński)
Zgłoś problem z tłumaczeniem
if not,it may because your faction mod change the military group of the faction so something else should be added in other lists..
but cannot work, thank you for the answer.
i ve been a long time not reading code of this mod,perhaps you should add code in hunted_monster_ror,lua ,in this lua file,on the top there's a ror list,2 of the norsca factions are written there,you can copy these code ,and find the id name of the other norsca factions ,use this to replace the"faction = 'abcdefg' ",hope it works
{faction = "wh_dlc08_nor_goromadny_tribe", unit = "wh_dlc08_nor_mon_frost_wyrm_boss", count = 1, rcp = 100, munits = 1, murpt = 0.1, xplevel = 0, frr = "", srr = "", trr = "", replen = true},
{faction = "wh_dlc08_nor_goromadny_tribe" , unit = "wh_dlc08_bst_mon_cygor_boss", count = 1, rcp = 100, munits = 1, murpt = 0.1, xplevel = 0, frr = "", srr = "", trr = "", replen = true},
cm:add_event_restricted_unit_record_for_faction("wh_dlc08_nor_mon_frost_wyrm_boss", "wh_dlc08_nor_norsca", "norsca_monster_hunt_ror_unlock"); cm:add_event_restricted_unit_record_for_faction("wh_dlc08_nor_mon_frost_wyrm_boss", "wh_dlc08_nor_wintertooth", "norsca_monster_hunt_ror_unlock"); cm:add_event_restricted_unit_record_for_faction("wh_dlc08_nor_mon_frost_wyrm_boss", "wh_dlc08_nor_goromadny_tribe", "norsca_monster_hunt_ror_unlock");
please, HELP ME!
But I want to apply to the other norsca fation mod.
how can i do this?
do you have any other guide?
I try to open this by RPFM
and open 'script' folder
and write down like this
1. wh_dlc08_monster_hunt.lua
["wh_dlc08_nor_goromadny_tribe"] = "wh_dlc08_nor_goromadny_tribe"
["wh_dlc08_nor_goromadny_tribe"] = {
["monster_hunt_0"] = {
["mission"] = "wh_dlc08_monster_hunt_0_stage_1",
["mpc_mission"] = "wh_dlc08_monster_hunt_0_stage_4_mpc",
["qb"] = "wh_dlc08_qb_nor_monster_hunt_0",
["fin"] = "wh_dlc08_nor_monster_hunt_0_dilemma_reward",
["state"] = "active",
["reward"] = "wh_dlc08_anc_enchanted_item_ancient_frost_wyrm_scale",
["tech"] = "tech_dlc08_nor_creatures_01"
},
add like original script