Crusader Kings III

Crusader Kings III

Ver estatísticas:
Traits ID NUMBERS List
plz can someone tell me where to find new traits id numbers list for ck3 1.9.0.4....its easy to mod save game file
< >
Exibindo comentários 110 de 10
Emperor2000 26/mai./2023 às 10:07 
Escrito originalmente por luczy_jordano2010:
plz can someone tell me where to find new traits id numbers list for ck3 1.9.0.4....its easy to mod save game file
It is automatic for your save games, the game automatically assign the next free number, to newly added traits, so newly added mods don't change a character's traits.
Última edição por Emperor2000; 26/mai./2023 às 10:08
luczy_jordano2010 26/mai./2023 às 10:11 
but plz I ned a link where I can see all numerical traits index
Emperor2000 26/mai./2023 às 10:13 
Escrito originalmente por luczy_jordano2010:
but plz I ned a link where I can see all numerical traits index
This no longer exist, because the Devs made it automatic, but you can look at them at your Save File in the Trait Lookup Section.
luczy_jordano2010 26/mai./2023 às 10:17 
ok... tnx man 4 your time
Emperor2000 26/mai./2023 às 10:19 
Escrito originalmente por luczy_jordano2010:
ok... tnx man 4 your time
The Trait IDs seems to start with 0, because I have counted them to Brilliant Strategist(education_martial_4), the Education trait of my Character and in his traits, it has the number of 15.
Última edição por Emperor2000; 26/mai./2023 às 10:20
luczy_jordano2010 26/mai./2023 às 16:18 
I made a list for myself with all trait id numbers from 0 to 255 .....6 hours of work :steammocking:
ja00016 19/jun./2023 às 9:34 
Escrito originalmente por luczy_jordano2010:
I made a list for myself with all trait id numbers from 0 to 255 .....6 hours of work :steammocking:
Could you please share it?
Follet 23/jul./2023 às 10:09 
Going by the previous comments in the thread, if the trait IDs are automatically generated, search for:

traits_lookup={

In the "gamestate" file. It will all be listed out in order there. And just in case the other guy wasn't kidding about painstakingly listing each trait themselves, here's a Python code snippet to avoid losing your minds. Just use any online interpreter and plug the list in.

def listout(a): i = 0 while (pos := a.find(" ")) != -1: print(f'{i}: {a[:pos]}') a = a[pos+1:] i = i+1 print(f'{i}: {a}') return a="PASTE THE LIST HERE" #keep the quotes listout(a)
Última edição por Follet; 23/jul./2023 às 10:37
Escrito originalmente por ja00016:
Escrito originalmente por luczy_jordano2010:
I made a list for myself with all trait id numbers from 0 to 255 .....6 hours of work :steammocking:
Could you please share it?
I would be very happy to give it to you, but I honestly don't know how to upload it to steam
I apologize and maybe it seems stupid on my part but I really don't know how to share those files on steam...if someone is kind enough to show me the steps to follow with a link or in any way, I will be happy to share those files
< >
Exibindo comentários 110 de 10
Por página: 1530 50

Publicado em: 26/mai./2023 às 10:02
Mensagens: 10