hmm so I switched the task all to -2 and when I go in there it says -305 days when I accept a task like the research curse things and I click on it when it goes to the middle it disappears I skip a day and it completes but when I try and close out of the kingdom task so I can save it it crashes it's happened 4 times
I've added a new script that should set all task/event durations to 0. It doesn't affect claims, but the ClaimTimeModifier does, so that's not an issue.
How to use this cheat table?
Install Cheat Engine
Double-click the .CT file in order to open it.
Click the PC icon in Cheat Engine in order to select the game process.
Keep the list.
Activate the trainer options by checking boxes or setting values from 0 to 1
It *should* activate, but may take a while to do so.
If you right click and do Edit Script, then search each of the Array of Bytes at the top, do you find all of them, any of them, or none?
If you do Mono -> Activate (at the top of main CE window), then Memory Viewer -> Go to address -> Kingmaker.UnitLogic.Class.LevelUp:LevelUpState:AddSelection does that find anything?
First AOB is found (one hit), 2nd and 3rd are not.
Kingmaker.UnitLogic.Class.LevelUp:LevelUpState:AddSelection is found too.
Tried it with my current character and a new one (different class) to make sure.
It *should* activate, but may take a while to do so.
If you right click and do Edit Script, then search each of the Array of Bytes at the top, do you find all of them, any of them, or none?
If you do Mono -> Activate (at the top of main CE window), then Memory Viewer -> Go to address -> Kingmaker.UnitLogic.Class.LevelUp:LevelUpState:AddSelection does that find anything?
First AOB is found (one hit), 2nd and 3rd are not.
Kingmaker.UnitLogic.Class.LevelUp:LevelUpState:AddSelection is found too.
Tried it with my current character and a new one (different class) to make sure.
ok, could you copy/paste or PM me the code from around Kingmaker.UnitLogic.Class.LevelUp.Actions:LevelUpHelper:AddFeatures+a0 to +129? I have a feeling I know what went wrong but I'd like to confirm it. (edit: oops had the wrong name)
that did fix it thank you. I am guessing the 14 days thing for ranking up is just automatic then no way to instant that? Also I know this isn't about cheat engine but was curious I am on a mission the kingdom task says to found a new village which I have done since the thing came up but it doesn't have a check mark by it does anyone know how to do that I asked in forums but no one knew
Save Games are in %AppData%\..\LocalLow\Owlcat Games\Pathfinder Kingmaker\Saved Games (you can put that entire thing in the Explorer address bar). You should be able to attach it to a post here. To PM it to me you'd have to upload it to some file host and send me the link
I went into it and it is a zks file looks like word program and when I try and attach it here it says invalid something or another. I mean it isn't the end all be all if I can't get it done just with the other program I popped my kingdom stats up a lot so to rank them all up will take a ton of time.
It *should* activate, but may take a while to do so.
If you right click and do Edit Script, then search each of the Array of Bytes at the top, do you find all of them, any of them, or none?
If you do Mono -> Activate (at the top of main CE window), then Memory Viewer -> Go to address -> Kingmaker.UnitLogic.Class.LevelUp:LevelUpState:AddSelection does that find anything?
First AOB is found (one hit), 2nd and 3rd are not.
Kingmaker.UnitLogic.Class.LevelUp:LevelUpState:AddSelection is found too.
Tried it with my current character and a new one (different class) to make sure.
edit
code snipit for easier use
To be honest I don't think it's worth me working on that feats thing. It breaks stuff way too easily, and barely works even when it does activate. We need a better way of adding feats.
To be honest I don't think it's worth me working on that feats thing. It breaks stuff way too easily, and barely works even when it does activate. We need a better way of adding feats.
True, but not sure what it easier than increasing the number of feats per level, since adding them via savegame edit is kind of a pain.
Except maybe a way to edit character and class progression directly. But i kinda doubt it is possible via cheat engine and needs to be done by modding the files. And even then would likely break alot of stuff.
I went into it and it is a zks file looks like word program and when I try and attach it here it says invalid something or another. I mean it isn't the end all be all if I can't get it done just with the other program I popped my kingdom stats up a lot so to rank them all up will take a ton of time.
you could always put it in a zip and idk if doing those quest triggers something else like unlocking the other advisor slots which is why i haven't just edited it with the table
To be honest I don't think it's worth me working on that feats thing. It breaks stuff way too easily, and barely works even when it does activate. We need a better way of adding feats.
True, but not sure what it easier than increasing the number of feats per level, since adding them via savegame edit is kind of a pain.
Except maybe a way to edit character and class progression directly. But i kinda doubt it is possible via cheat engine and needs to be done by modding the files. And even then would likely break alot of stuff.
The trouble was that it didn't just increase number of feats per level. It increased the number of abilities that you could select. That means it included things like bloodlines, of which you can only have one (and selecting several can break things), and things that there are only a few of to select, so you'd end up not being able to level up at all. And all that is if it actually let you select them since it did a different check later on (but sometimes it does let you). You can definitely add feats properly through CE, but not easily. Unfortunately there isn't just a variable saying "allow x feats" that I could set to a different number. They're stored as Features with ids and blueprint references and all that jazz.