Shazbot / WH3-Mod-Manager

Mod manager for Total War: Warhammer 3, Steam version only
MIT License
107 stars 17 forks source link

No definitions for this specific version of the table in the Schema error after merging mods. #32

Open LyciaPintella opened 1 year ago

LyciaPintella commented 1 year ago

After merging a bunch of mods I noticed that a few of my mods weren't working in game, so I opened the merged pack file to inspect the DB tables. I get this error and cannot access the tables, but only on some mods. Others are working. Any ideas?

https://imgur.com/a/7nSE7hQ

LyciaPintella commented 1 year ago

A better writeup I made for Da Modding Den in case it helps here:

I'm making a merged mod pack to get my mod count below ca's limit with Prop Joe's Mod Manager. The resulting pack file doesn't seem to have any conflicts, but ki noticed 3 mods not working in game. When i open the merged pack file with RPFM and click on a DB entry or a loc entry from those few mods I get this error.

The other mods load fine in the pack file. Any ideas?

LyciaPintella commented 1 year ago

Updated schema in RPFM , no effect. The original pack file opens and can be edited / used in game

LyciaPintella commented 1 year ago

I just made another merged pack and it only happened in one mod. The only two things I ended up figuring out about the pack file that it imported is that I had 4 folders under one table folder (with different names) but I also found a loc file that I had accidentally just put into text rather than text/db/stuff.loc. I ended up finding what I think was the loc file in an unrecognizable entry that threw a shit fit of an error at me that I should have screenshotted. I am re-merging without that other mod, and hopefully I am fixed up.

Shazbot commented 1 year ago

this is an issue with packs that use the dependency manager in RPFM, I disallowed merging mods that have such dependencies in the latest version

LyciaPintella commented 1 year ago

Awesome, thanks!