安装 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(越南语)
Українська(乌克兰语)
报告翻译问题








For support army you'd need to replace some functions with blank ones like MGSWT:add_support_army_to_malakai(), MGSWT:init_adventure_listeners() with dummies
How do I submit mod as a submod?
On the submod page make this mod a requirement
Also, have to warn that I'm going to make share tiers to use progressive scale e.g. (0+, 5+, 10+, 20+, 40+, 80+) and will try to make such thresholds easy to submod
I don't understand what you mean by that.
I made some submodding testing.
1st you need a submod to load after the mod - adding `!!!` in front of packfile should work
2nd to disable scripts you can empty lua files into your submod (they will overwrite originals because loaded after) - except the drudge cycle one
3rd to disable landmark - copy slot_template_permitted_building_chains_tables table, rename it to have `!` or `a` in front of table name and mark it 'remove'
4th I wasn't able to disable UI feature db/ui_features_to_factions_tables - it should be done by having an empty table with the same name but crashes a game with having `!` in the name. If I rename the original table to not having `!` in name and copy it as empty to submod - it doesn't overwrite it for some reason.
So you can either leave it as it is (rituals are not working because they are purely script base)
Or write a lua callback to hide the button for malakai
For other changes it's either the same process of overriding/overwriting tables or changing values to vanilla ones or 0s for my own effects
I've never saw anyone doing anything like that and I saw a lot of people which made mods out of others people mods. Isn't there any other way to credit you as a main author?
If you care so much about that, than you can just take this submod and publish it yourself, I don't care. I just as many others want to only remove this stupid timer.
Just seperate them yourself because there are a lot of people over last few week which are asking for this kind of mod of simply removal of timer. Your mod's other changes just make compatibility problems.