Closed juzalt closed 5 years ago
Could you send me the save file so I can take a look? (original)
Of course, here it is https://drive.google.com/file/d/1b_BEFdKnk4S8_CgxFzG8eoJ2qohxyF/view?usp=sharing that's the original, compressed file. Please tell me if there's anything else that could help.
It looks like they changed save game format slightly. I updated the parser, it should all now work.
Also it's been a while since I last used CK2 save analysis script, so it's definitely possible that not all of them still work.
Looks like half of the analyses are broken as 3.0 removed common/province_setup/00_province_setup.txt
and that was used for a lot of metadata.
I'll fix it eventually.
(the ones that only look at save file, not at save file + game files should be fine)
Awesome, mostly I wanted to know if I was doing it right. Thank you for your help! Maybe it would be a good idea to have that simple instruction in the README. I'm gonna make a PR adding it, but if it needs changing or something tell me. Closing this issue.
Yeah, documentation is currently nearly nonexistent, PR welcome.
I've done it but I need push permissions to create the branch.
Or here is the text if that's easier:
Instructions for Analysis Scripts:
ruby /path/to/build/script /path/to/uncompressed/file
Instructions for Build Scripts:
ruby /path/to/build_script
/path/to/the/game
Hello! I'm wondering how to use the scripts in Ubuntu (If there's any diff as in to other OS's).
I tried running _/tribaldevelopment on a CK2 save. The way I proceeded is:
ruby ./tribal_development England1078_01_21.ck2
That returned this:
So I'm not sure if I should be running it on that file or if I'm confused in another regard.