it worked thanks! what is the maximum value possible to get at character creation?
Theoretically 108, but not likely in practice. I got 101 with a ranger once, and a couple of 100's. Totally overkill, IMO. That was when I forgot to check back on my computer for a couple hours.
I usually use the autoroller for a couple minutes and roll between 90-95.
@kaguana that's the thing, I tried version 3 and the latest one with all available offsets (including the ones from previous patches). I re-downloaded the program, too. I believe my BG isntall is simply using another offset for some reason, and I might need to find it manually. I just don't know the best way to do so.
Im having the same problem too (but with win 8.1, and from steam) if i recall correctly there was a minor update a week or so ago, only a mere 37 mb more or less
Im having the same problem too (but with win 8.1, and from steam) if i recall correctly there was a minor update a week or so ago, only a mere 37 mb more or less
@peasant the way to do it is like @Freche said it should be done, can't help you much here maybe someone that have steam version and know how to do can help but I got no steam version and never try to find it myself.
IF ANYONE WOULD LIKE TO HELP GETTING NEW OFFSET VALUES (Requires you to know how to search for memory addresses)
1. Find the memory address for the STR attribute (value type: byte) 2. Make a pointer scan for that address (max level 1 is enough) 3. You should find a pointer where Offset0 = 610 4. Look at the base address "baldur.exe"+________ 5. New OFFSET = 0x________
Is anyone able to update this to have it work with new patch please? I love using this tool overnight to roll new characters. I loathe doing it manually and, like most anyone that uses this tool, want as legit of characters as possible. Also, would be very nice to have a counter going of the rolling. Thank you.
I might be able to do an update tomorrow morning/lunch (CET).
I will also try to make a small update when IWDEE is available. My guess is that it shouldn't be any problem adding support for it since it's the same engine.
I'm working on it, trying to get party creation working, supporting 6 characters. If I can't get it working tomorrow I'll release a version that at least supports Pre-Generate Character for IWD.
EDIT: Also since it looks like party creation is possible to support I will have a look at The Black Pits again and see if they behave like they did before or how IWDEE seems to work (IF I can get IWD party creation working).
EDIT 2: Managed to create a party for IWD with the roller. I have however changed quite a bit in the code and want to go through it before uploading. Also need to do some more IWD parties to see that it works consistently. Will do that once I get home from work tomorrow.
This is working for me in IWDEE Pregenerate Character. I just copied the roller to another folder named IWD, replaced the BG2EE_OFFSET with the IWD one and changed the stat offsets in the ahk.
Updated! Creating party support is still a bit dodgy but I hope this will work for everyone. When creating a new party for IWDEE I recommend that you have just started the game to minimize the risk of problems. So if you have been playing the game and then decide that you want to start a new game with a new group, please restart IWDEE before you start creating.
Comments
how to search for the offset update?
I usually use the autoroller for a couple minutes and roll between 90-95.
@peasant I think maybe that little update change the OFFSET VALUE of the game and need to be found again for it to work.
New offset is as following now.
BGEE_OFFSET = 0x00670E5C
I will also try to make a small update when IWDEE is available. My guess is that it shouldn't be any problem adding support for it since it's the same engine.
If I can't get it working tomorrow I'll release a version that at least supports Pre-Generate Character for IWD.
EDIT: Also since it looks like party creation is possible to support I will have a look at The Black Pits again and see if they behave like they did before or how IWDEE seems to work (IF I can get IWD party creation working).
EDIT 2:
Managed to create a party for IWD with the roller. I have however changed quite a bit in the code and want to go through it before uploading. Also need to do some more IWD parties to see that it works consistently.
Will do that once I get home from work tomorrow.
IWDEE OFFSET is 0x00695E44
It also looks like the Offset0 has changed, it's now 0x614.
STRoffset := 0x614
STRperoffset := 0x615
DEXoffset := 0x618
CONoffset := 0x619
INToffset := 0x616
WISoffset := 0x617
CHAoffset := 0x61A
This is working for me in IWDEE Pregenerate Character. I just copied the roller to another folder named IWD, replaced the BG2EE_OFFSET with the IWD one and changed the stat offsets in the ahk.
Looking forward to the update Freche, thanks!
Creating party support is still a bit dodgy but I hope this will work for everyone.
When creating a new party for IWDEE I recommend that you have just started the game to minimize the risk of problems.
So if you have been playing the game and then decide that you want to start a new game with a new group, please restart IWDEE before you start creating.