Frodo45127 / rpfm

Rusted PackFile Manager (RPFM) is a... reimplementation in Rust and Qt5 of PackFile Manager (PFM), one of the best modding tools for Total War Games.
MIT License
368 stars 58 forks source link

land_units_additional_personalities_groups_junctions_tables #149

Closed Mandras2 closed 3 years ago

Mandras2 commented 3 years ago

The current schema is showing an error (in the diagnostics window) regarding missing references to "key" from "land_units_additional_personalities_groups" table, when, afaik, the table used by the game is "land_units_additional_personalities_groups_junctions_tables" and the column is "group". I know there is a table called land_units_additional_personalities_groups in DAVE, but does it do anything considering modders can add new personalities without it? Maybe it should be classified as a warning not an error.

Edit: This is about Warhammer 2

Frodo45127 commented 3 years ago

You can configure an exception from diagnostics for that table (check the "PackFile Settings" section in the manual). It's not technically a bug, just that that specific reference does not really need the source data. And as the reference data is automatically recovered from Dave.... sure, I can patch it, but It's going to popup again in the next update. And I don't like hardcoding this kind of stuff. So for now it'll stay.