Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
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