安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






"local vow_agents = {
["wh_main_brt_paladin"] = true,
["wh2_dlc14_brt_henri_le_massif"] = true,
["wh_main_brt_damsel_heavens"] = true,
["glf_brt_grail_recluse"] = true, <-- added
["glf_brt_stag_knight"] = true, <-- added
["wh_dlc07_brt_damsel_beasts"] = true,
["wh_dlc07_brt_damsel_life"] = true
}"
all the other lines in your !wh_dlc07_vows.lua are unchanged.
"cm:add_first_tick_callback(function()
if not vow_agents then
core:add_listener(
"VowsPatchDelayed",
"ScriptEventAllModsLoaded",
true,
function()
if vow_agents then
vow_agents["glf_brt_grail_recluse"] = true
vow_agents["glf_brt_stag_knight"] = true
end
end,
false
)
else
vow_agents["glf_brt_grail_recluse"] = true
vow_agents["glf_brt_stag_knight"] = true
end
end)"
then you can add your heroes without overwriting the base game script. and it becomes compatible with Agent Hero Forever - The Green Knight
Loading mod file [script\campaign\mod\2_glf_hero_expansion_defeated_traits.lua]
Failed to load mod file [script\campaign\mod\2_glf_hero_expansion_defeated_traits.lua], error is: cannot open 2_glf_hero_expansion_defeated_traits: No such file or directory. Will attempt to require() this file to generate a more meaningful error message:
error loading module 2_glf_hero_expansion_defeated_traits from file 2_glf_hero_expansion_defeated_traits:[string "script\campaign\mod\2_glf_hero_expansion_defeated_traits.lua"]:6: '}' expected (to close '{' at line 1) near '['
db/agent_culture_details_tables
db/campaign_character_art_sets_tables
db/faction_agent_permitted_subtypes_tables
https://steamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3549813793