

Remember to re-encrypt when you're done, the same goes for assets. The files are just your run of the mill XML once you decrypt them. 100% cooldown, crit, crit damage, etc no problem. Using this you can easily make extremely overpowered gear, as well. You can more easily get to the game data folder by right clicking the game in steam, going to properties, Local Files tab, and hitting Browse Local Files. Extra skill points can also be obtained by changing or adding the line in common.ynm. Save games are in /steamapps/common/Warhammer Chaosbane/Data/Save as is some other files, like Common.ynm which contains your fragments and gold. Possibly more, I didn't spend all that much time doing this and got bored after figuring out the encryption, that was the fun for me. Repeat the process to re-encrypt the file.Īs I said, this will get you into both the saves, and the other ynm text assets.

Pass the key string through an RC4 prepare_key function that results in a 256 byte keyĬreate a zeroed buffer the size of the input, and run the buffer and the new RC4 key through the RC4 algo

Take the name of the file, remove the extension, and make it lowercaseĪppend EKO_SECRET:7373730! to the filename, ie: savecharf_public_slot0EKO_SECRET:7373730! This really only took me about a half day to figure out and write a quick proof of concept for. The save games, and the YNM text assets, are both encrypted with a fairly simple algo.
