@Slvrbuu
A little bug report and fix
(based on latest Steam workshop download)
Took me a while to figure out that the file names are the causes for the issues mentioned below.
1) The cheat traits are assigned to characters in game without interaction of the player, as for whatever reason there are trait numbers which don't officialy exist given to characters.
No idea why the game creates traits that are not known and not displayed, but it does and trait number examples are 411 and 412, showing as disloyal vassal and i think healthy vassal. The issue concerning the mod is caused by having a 03_ in the file name in the traits folder, as the game itself has a 03_ file in traits and that gets it mixed up.
Adding a letter or later number than 05 seems to fix it.
I simply renamed the file in common/traits to b_cheat_traits.txt.
2) When played in combination with the Sketchy menu mod, then the trait icons don't show and that's
as the file names for icons in Interface are the same.
Adding a b and turning the file name into bcheat_traits.gfx inside the interface folder fixed that as well.