Darrenb209 wrote: ↑Sat Sep 05, 2020 4:28 am
Gunteraz wrote: ↑Fri Sep 04, 2020 9:44 pm
Stoltverd wrote: ↑Fri Sep 04, 2020 8:05 pm
For some reason, after editing the gold, I can't use it to recruit mercenaries. it says it would put me too much into debt, doesn't matter how high I put the gold value.
Did you edit your gold value when it was in the negative? I've found that if you mess with your could while you have it in the negative you can end up with millions of negative gold even tho the UI in the game says you have positive gold. The gold on your character ui when you mouse over it should be accurate tho and tell you if you have negative gold.
Don't know how to fix the issue once it happens tho. I had to start new game lol.
The fix is incredibly simple, use the pointer to set your gold to -1 and let it tick above 0 naturally. Give it a few seconds and then you should be fine.
this seems to work but will not last once you try to edit it again
the way to fix gold issue when you're at negative and then use CE to go positive, (and not have to restart new game) is to let it come back up as positive (naturally, like poster mentioned from -1 to more than 0), then:
- do a search for 4 bytes gold value BETWEEN (gold)*2^15 and (gold+1)*2^15
- keep doing that until you get that value out into the bottom table
- (this step is important), switch that line you found's type to "8 byte" (the value will change to a very high value, this indicates messed up negative values)
- do a calculation * 2^15 for a small gold amount (e.g. 800*2^15), then fill that number in the 8-byte value
gold should come back to normal (because you flipped all the other bits) and when you build things it should not say you're in debt anymore
after that, you can continue using the table of OP or CompactDisc's Byte7 gold