My man, you are a lifesaver.Fixed the editor not working for the new save format. Also fixed an issue causing edited saves to bloat in size.
Are those scripts notepad++ plugins? I wouldn't mind getting my hands on that since thats how i do most of my save editing since the thier own plugins don't work anymore.The latest update is a bugfix patch that was also public. I have a few scripts that parses the save files and outputs various data. I noticed that the save file format changed with the latest update. The most visible change is the inclusion of a lot of backslashes (\). That has forced me to update my scripts. I haven't used the save editor myself, but I'm guessing that this is what makes things not work.
No, it's bash scripts.Are those scripts notepad++ plugins? I wouldn't mind getting my hands on that since thats how i do most of my save editing since the thier own plugins don't work anymore.
#!/bin/sh
kids=0
for a in $(cat "$(\ls -t /<path>/*.coc2|head -1)"|sed 's/\\//g'|tr , \\n|grep NUM_KI.S|sort -t: -k2,2rg -k1,1)
do echo "$a"
kids=$((kids+$(echo "$a"|cut -d: -f2)))
done
echo "Total:$kids"
for a in $(cat "$(\ls -t /<path>/*.coc2|head -1)"|sed 's/\\//g'|tr , \\n |grep PREG_TIMER);do output=$(echo $a|cut -d: -f1);printf "%27s" "$output: ";timme=$(($(echo $a|cut -d: -f2)/1440/6));printf "%2d" $timme;echo -n ":";printf "%02d" $(($(echo $a|cut -d: -f2)/6%1440/60));echo -n ":";printf "%02d" $(($(echo $a|cut -d: -f2)/6%(60)));echo -n ' | ';diff=$(cat preg_times|grep $output|cut -d: -f2);printf "%2d" $diff;printf " (%d)\n" "$((diff-timme))";done|sort -b -t: -k2,2 -k3,3 -k4,4 -rg|sort -b -t'(' -k2 -g|egrep --color 'WINGLEADER|PC|WYVERN|$'
If you're running in a browser you can press <F12> and use the following:Also patiently waiting for an update. There's an item from a certain recent quest that storywise my character shouldn't have but i want to edit it into my inventory cause it's mechanic is pretty awesome.
pc.addItem(ITEMS.<name of item>)
What would I need to do if I'm trying to add skills/powers using this method?If you're running in a browser you can press <F12> and use the following:
Replace <name of item> with the item you want to get. You will get suggestions when you start typing.Code:pc.addItem(ITEMS.<name of item>)
What would I need to do if I'm trying to add skills/powers using this method?
pc.addPower(POWERS.<power>)
No. Not going to bother.Is there a save editor for the Patreon version or is it a situation where they update too frequently for any use in trying to keep up?
I don't particularly trust myself to not make a ton of bugs attempting the other method listed.
Unfortunately, that is too big of an ask. I attempted to add some of that before, but creating accurate descriptions and stat calculations would require intimate knowledge of most of the game's design, logic and code.idk if this has been requested before but would it be possible to add a tool tip explaining what the powers, equipment etc are? for example hovering over battle axe would tell you the stats of said weapon, or hovering over a flag would give a brief descriptions of what that flag does.
Probably a huge ask but I think it would be very helpful. Regardless thanks for the editor!
Yeah i figured it would be a lot of work, idk shit about coding but i was hoping there was a slight chance that you could have a program that pulls that information from the game itself, sort of how excel sheets can pull from other sheets if that makes sense? Probably like several thousand reasons why you either can't do that or that would be too much work. Again i know fuck all about coding. either way thanks so much for continuously updating the editorNo. Not going to bother.
Unfortunately, that is too big of an ask. I attempted to add some of that before, but creating accurate descriptions and stat calculations would require intimate knowledge of most of the game's design, logic and code.
Depends on what you are trying to do, the basic set up is from coc 2 go to data, save to file than go to the save editor and load that file.Is there some kind of manual for this thing?
I know how to edit money and inventory. I just recently dared to mess with XP since the Razorcup nerf. I've tried to play with Strength and whatnot, and it doesn't work for me. One time, nothing seemed to happen. The next time I looked to see which ones changed after a couple level changes. After that, if I changed them, I got the increase. The problem was if I leveled again, it broke the leveller. It would show I had -27 to spend, but wouldn't let me click enough to get rid of them.Depends on what you are trying to do, the basic set up is from coc 2 go to data, save to file than go to the save editor and load that file.
If you want to increase stats go to Character/Effects/Perks/Starting bonuses and edit them as you see fit, I believe the order is Str/Tough/Agl/Cun/Will/Pres. If you edit your stats with The stats page you will have problems when you level up. \
Powers and items are pretty self explanatory just go to their tab and add what you want. But some items are part of companion sets or otherwise unobtainable so I wouldn't fuck around too much with what you don't know. If you want to edit flags good luck i dont shit about that.
Like I mentioned in the previous post. if you edit stats with the stat mod under character you will run into that bug, i have no idea why but you do. So what you need to do is go to Character/Effects/Perks then scroll down to Starting bonuses and modifying those values. there will be values 1-6 and they correlate to Str/Tough/Agl/Cun/Will/Pres. I.e. if you put value 2 as 7 you will have 7 bonus toughness.I know how to edit money and inventory. I just recently dared to mess with XP since the Razorcup nerf. I've tried to play with Strength and whatnot, and it doesn't work for me. One time, nothing seemed to happen. The next time I looked to see which ones changed after a couple level changes. After that, if I changed them, I got the increase. The problem was if I leveled again, it broke the leveller. It would show I had -27 to spend, but wouldn't let me click enough to get rid of them.
I'm old, so I well remember how to use save editors. The only problem is this one has a ton of fields and all, but zero kind of sensible labeling so you can identify it. Even if you can figure out what it is, you still don't know how it works. Like, when I edited my stats and it broke the next time I levelled, is that just how the game is coded? Like, unavoidable until you're done levelling, then edit? Knowing that would be awesome, irrespective of whether I'm right or wrong, I just want to know how to have the most fun with the fun toy.
Sorry this is long. I hope I answered everything? Any help you offer is appreciated.
I saw your post about that, and it still bugged out as soon as I had to jump a level. This was easier before they stupidly nerfed the razorcup.Like I mentioned in the previous post. if you edit stats with the stat mod under character you will run into that bug, i have no idea why but you do. So what you need to do is go to Character/Effects/Perks then scroll down to Starting bonuses and modifying those values. there will be values 1-6 and they correlate to Str/Tough/Agl/Cun/Will/Pres. I.e. if you put value 2 as 7 you will have 7 bonus toughness.
Works for me on Android. On the greyed out part, try a third-party file app. I use File Manager+ to get around that.Anybody having trouble on the github save editor? When I go to thr save editor to load my save it says files are empty and when I go to my files on my phone its there. I tried moving it to my Google drive but it's grayed out. I've never had this problem before, I'm on Android btw.
Like I've used the save editor for years but I woke up two days ago and my files say empty when trying to load a save. I'll give your idea a shot, hopefully it works.Works for me on Android. On the greyed out part, try a third-party file app. I use File Manager+ to get around that.
Could you specify in what way its not working? I just booted it up myself on a fresh save and things seem to work fine.Not sure if you are working on an update for the save editor to 0.6.21, but as of currently it is not working. Thank you regardless for the editor!
Not sure if it's a client issue or not, but I try to open up a save file I have downloaded and it does not load the game. It goes back to the main screen and freezes.Could you specify in what way its not working? I just booted it up myself on a fresh save and things seem to work fine.
Have you tried opening up other saves? If you've only attempted to open up one specific save each time and its not working its more likely that its the save file that broke and not the editor.Not sure if it's a client issue or not, but I try to open up a save file I have downloaded and it does not load the game. It goes back to the main screen and freezes.
Yes, I've opened up two saves and both caused the same problem. To be fair, it is reasonable that both saves are broken. I'll make a new save, edit that one, and see if it's just a problem with those two saves. Will update with results.Have you tried opening up other saves? If you've only attempted to open up one specific save each time and its not working its more likely that its the save file that broke and not the editor.
Okay, it was an error on my part, my earlier saves were broken. Thank you for the help!Have you tried opening up other saves? If you've only attempted to open up one specific save each time and its not working its more likely that its the save file that broke and not the editor.
I haven't managed to pin down every issue, but I can tell you right now that e+42 is not a valid number. Stick to stuff a calculator can handle.i cant load my edited save i tried editing new save and it wont load can i have some help