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
If really recommend prop Joe's/Shazbots mod manager. You can share more lists Super easy, it lets you know missing mods, it's just far superior in every way :) these two guides are good to read in the load order section
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2180764161
https://tw-modding.com/index.php/Tutorial:Submodding#PRIORITY
ahh thats what you meant ^^
thought it would not be smart enough to auto sort depending onm dependencies ^^
cool
I didn't know load order was not as important as it is in other games. I always go through it also because I play co-op and I think we do need identical load orders? If it is just needing same mods and load order doesn't matter, that is also news to me!
I do have some custom lord and unit mods so I will sub to all these and hopefully it all works out!
Plus, people shouldn't be manually changing their load order unless it's needed, and that should only be in there's an issue with load order of scripts and animation
i think we are talking pass each other.
no matter where you load a data-coring it will delete all the date there and replace it with it's __data
correct?
yer it's because this is using the;
__data
overwrite; it makes the load order matter because entries in that db is deleted and replaced with this.
so if your mods did a lot of changes to that database or added new stuff to it,
loading this or any __data db's off those db's would remove all the changes and additions and screw up the mods using it :)
that's what i was on about ^^
also why i moved it out of the main file bc it creates that potential issue;
also i had to make it here bc if you run costum lords they would need to be added in the main files to use the items;
instead here we make the items free for all to use by removing the entries (sadly there is noway to redirect those entries ref; as it's 1,1 and they can both be bound to multiples so no overwrite ability, so only thing to do is remove them from table, only way is the __data overwrite table.)
yup fusion then this;
this deletes anything in that specific table and then copies in whe is needed (so minus entries that binds items to characters).
the reason this is seperated is bc it deletes everything in the table; so if you don't watch load order it screws your mods easily ^^
they are safe to add.
but not garanteed safe to remove ^^ (if you have items not in vanilla from the fusion mod and removes it; i am unsure what happens. but easy to test; just not right now ^^)
you are very welcome :D
i hope you enjoy and just ask if there is anything ^^
Also, are they all safe to add to existing saves or do they require a new game?
Thanks for your work.