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
357 stars 57 forks source link

Message error since last schema update #265

Closed memet13007 closed 1 year ago

memet13007 commented 1 year ago

Describe your problem using last version of RPFM and Modding total war 3k recently with no problem, then troday a Message error with : Invalid reference "vo_actor_group_generic_any_male_wood_general" in column "voiceover_actor_group" pops since last schema update, when i don't think there is suppose to be one.

Extra info?

Capture d’écran (93)

Frodo45127 commented 1 year ago

Ignore it. It's because in the last schema update a ton of fixes were pushed for all games, including a fix for that column's reference which was pointing to the wrong column. The problem is the column it should point to also has it's name wrong, and the fix for that comes in a future schema update.

Frodo45127 commented 1 year ago

Fixed with the update I just pushed.