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

WH3: "Character Skill Node Sets" column missing from "character_skill_nodes_tables" #273

Closed iDave1066 closed 10 months ago

iDave1066 commented 10 months ago

Rusted PFM v4.1.3, with most current schema as of 01 OCT 23.

Problem: In Warhammer 3, "db/character_skill_nodes_tables/data" is missing the column/link to "db/character_skill_node_sets_tables/data"

Description: In the Warhammer 3 DB table "character_skill_nodes_tables", "Character Skill Node Sets" should be the column immediately after "Character Skill Key", and instead it is simply missing.

Frodo45127 commented 10 months ago

Not a bug. From the update info for 4.0 in the modding den discord:

character skill nodes: IMPORTANT, junction with node sets now happens in a separate junction, character_skill_node_set_items_tables, which comes with a disable boolean for mods or it'd be datacore galore. Presumably saves data for shared skills like Mentor or red lines. Copy your node and node set stuff here BEFORE you update the schema for skill nodes.

So you need to use that new table instead.

iDave1066 commented 10 months ago

Thanks.

Dave Pickett +1.201.925.4534


From: Frodo45127 @.> Sent: Sunday, October 1, 2023 4:02 PM To: Frodo45127/rpfm @.> Cc: iDave1066 @.>; Author @.> Subject: Re: [Frodo45127/rpfm] WH3: "Character Skill Node Sets" column missing from "character_skill_nodes_tables" (Issue #273)

Not a bug. From the update info for 4.0 in the modding den discord:

character skill nodes: IMPORTANT, junction with node sets now happens in a separate junction, character_skill_node_set_items_tables, which comes with a disable boolean for mods or it'd be datacore galore. Presumably saves data for shared skills like Mentor or red lines. Copy your node and node set stuff here BEFORE you update the schema for skill nodes.

So you need to use that new table instead.

— Reply to this email directly, view it on GitHubhttps://github.com/Frodo45127/rpfm/issues/273#issuecomment-1742185421, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BC62OEBQKYUABYAIMTCZR5LX5HD45ANCNFSM6AAAAAA5OLPQTQ. You are receiving this because you authored the thread.Message ID: @.***>