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

Error: Table name ends in number #172

Closed Teddybear2020 closed 3 years ago

Teddybear2020 commented 3 years ago

Hi,

Steps:

  1. Create new mod
  2. add table campaign_difficulty_handicap_effects_tables
  3. add data unknown1
  4. got error image
  5. rename unknown_a
  6. Error still exists
  7. double click on error row image

If reopen mod file - its ok. no error.

Frodo45127 commented 3 years ago

Not an issue. For performance and stability reasons, the diagnostics results are only updated on opening PackFile (if enabled in the settings), on table editing (if enabled in the settings) or when clicking one of the check buttons. You renamed a file, making the diagnostic that referenced it fail to find the old file. Next time, hit the check packfile again to update the results.