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
The following mods cause a crash to the Database:
!!!!str_legendary_sfo2.pack
The first invalid database record is str_koreleidef_skill_death_hag_9 in
table character_skill_node_set_items_tables
and pack file !!!!str_legendary_sfo2.pack
The application will terminate now.
I re-subscribed to the mods - it doesn't work.
local legendary_lords_false = {
"str_gorbad",
"str_skarr",
}
--Adding all the character options to the section from the above list
for l = 1, #legendary_lords_false do
local leader = legendary_lords_false[l]
local lord_menu = LC:add_new_option(mod_prefix.."_lord_menu_"..leader, "checkbox")
lord_menu:set_text(cls_prefix..mod_prefix.."_lord_menu_"..leader.."_title", true)
lord_menu:set_tooltip_text(cls_prefix..mod_prefix.."_lord_menu_tooltip", true)
lord_menu:set_assigned_section("lord_menu")
lord_menu:set_default_value(false)
end