Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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