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
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.