[REQUEST/HELP] Baldurs gate 3.
-
- Novice Cheater
- Posts: 20
- Joined: Wed Apr 22, 2020 1:17 pm
- Reputation: 2
[REQUEST/HELP] Baldurs gate 3.
Hee I was looking for baldurs gate 3 trainer, specifically looking for ways too change attributes points, tried it character creation with cheat engine but it wont work for me I HAVE to be on 27 points nothing lower or higher really annoying if someone could make a trainer for this it would be really appreciated, OR help me get max stats character creation not looking for 999 stats but more an edge.
Re: [REQUEST/HELP] Baldurs gate 3.
I'm looking for the same, values i've come across with cheat engine for stats are Double and 4 Byte values, and the values for Attribute Point total is a 4 Byte and Points Remaining is also a 4 Byte that I can see. Not very familiar with attempting to do pointers/scripts which it looks like will be needed on these
Re: [REQUEST/HELP] Baldurs gate 3.
Would also love a table for this!
Re: [REQUEST/HELP] Baldurs gate 3.
Trying to follow the multi-level pointers now but it might take some time. Strength alone has 78 results.
Re: [REQUEST/HELP] Baldurs gate 3.
The attribute points in character creation is 4 bytes, but when you change them total changes, and if it exceeds 27 the game doesn't start.
Re: [REQUEST/HELP] Baldurs gate 3.
Guys at least read the forum before posting there are templates readily available
Game Name: Baldurs Gate III
Game Engine: Not sure but Divinity Engine i think
Game Version: Early access
Options Required: Cheat Table with:
Other Info: There's also a GOG version, dunno if the pointers will be different.
Wiki page: [Link]
Game Name: Baldurs Gate III
Game Engine: Not sure but Divinity Engine i think
Game Version: Early access
Options Required: Cheat Table with:
- Edit Stats
- God mode
- Infinite spell uses
- Items don't decrease
Other Info: There's also a GOG version, dunno if the pointers will be different.
Wiki page: [Link]
Re: [REQUEST/HELP] Baldurs gate 3.
Here is a preliminary table for allowing up to +7 on any attribute during character creation. It fixes the "used" stats to 27 and incremental cost to 0. Main quirk is you might need to decrease values before you can increase them to max.
The game has logic in various places to cap to +7 so haven't figured out how to circumvent that yet. But this gives an extra 27 points to spend.
Tested on steam on both vulcan and dx11 versions and game started with the additional boosted attributes.
It may be possible to find the "incremental" additions to stats basically base-8 and fix those in cheat engine. I think they are consecutive so like a group scan for "4:6 4:0 4:5 4:2 4:7 4:4" for initial stat offsets or "4:7 4:7 4:7 4:7 4:7 4:7" for maxed stat offsets may allow values more than 7 by changing those but I've not fully tested that together with this table.
It does look that searching for the max stats after hacking and then changing all of those memory locations to 10 gives basically 18s.
The game has logic in various places to cap to +7 so haven't figured out how to circumvent that yet. But this gives an extra 27 points to spend.
Tested on steam on both vulcan and dx11 versions and game started with the additional boosted attributes.
It may be possible to find the "incremental" additions to stats basically base-8 and fix those in cheat engine. I think they are consecutive so like a group scan for "4:6 4:0 4:5 4:2 4:7 4:4" for initial stat offsets or "4:7 4:7 4:7 4:7 4:7 4:7" for maxed stat offsets may allow values more than 7 by changing those but I've not fully tested that together with this table.
It does look that searching for the max stats after hacking and then changing all of those memory locations to 10 gives basically 18s.
- Attachments
-
- bg3_steam_4.1.83.2651_figment_v1.CT
- 6-Oct: Rough draft for attributes
- (4.69 KiB) Downloaded 3926 times
Last edited by tfigment on Wed Oct 07, 2020 6:08 am, edited 1 time in total.
-
- Expert Cheater
- Posts: 143
- Joined: Sun Sep 24, 2017 1:53 am
- Reputation: 32
Re: [REQUEST/HELP] Baldurs gate 3.
In the function at bg3_dx11.exe+179CB90, there are many commands defined, like:
- DebugGuaranteeCriticalSuccess: Analogous to roll amazing console command
- DebugGuaranteeSuccessfulRolls: All chance rolls by player party will be successful
- DebugGuaranteeFailedRolls: All chance rolls by player party will fail
- DebugDisableRollGuarantees: Disables DebugGuaranteeSuccessfulRolls and DebugGuaranteeFailedRolls
- DebugDeltaTimeDec: Decrease Delta Time
- DebugDeltaTimeInc: Increase Delta Time
- DebugGuaranteeCriticalSuccess: Analogous to roll amazing console command
- DebugGuaranteeSuccessfulRolls: All chance rolls by player party will be successful
- DebugGuaranteeFailedRolls: All chance rolls by player party will fail
- DebugDisableRollGuarantees: Disables DebugGuaranteeSuccessfulRolls and DebugGuaranteeFailedRolls
- DebugDeltaTimeDec: Decrease Delta Time
- DebugDeltaTimeInc: Increase Delta Time
Re: [REQUEST/HELP] Baldurs gate 3.
First thanks for the table. I've tried maxed stat offsets and found them. Changing to "4:11 4:11 ..." makes all stats 20 (for humans). You can't see the change till you change 1 stat. But the problem is you can't venture forth when your stats higher than 16. I think there is another variable there.tfigment wrote: ↑Wed Oct 07, 2020 5:56 amHere is a preliminary table for allowing up to +7 on any attribute during character creation. It fixes the "used" stats to 27 and incremental cost to 0. Main quirk is you might need to decrease values before you can increase them to max.
The game has logic in various places to cap to +7 so haven't figured out how to circumvent that yet. But this gives an extra 27 points to spend.
Tested on steam on both vulcan and dx11 versions and game started with the additional boosted attributes.
It may be possible to find the "incremental" additions to stats basically base-8 and fix those in cheat engine. I think they are consecutive so like a group scan for "4:6 4:0 4:5 4:2 4:7 4:4" for initial stat offsets or "4:7 4:7 4:7 4:7 4:7 4:7" for maxed stat offsets may allow values more than 7 by changing those but I've not fully tested that together with this table.
It does look that searching for the max stats after hacking and then changing all of those memory locations to 10 gives basically 18s.
Re: [REQUEST/HELP] Baldurs gate 3.
xp multiplier would be handy, and having rolls always succeed would also be useful.
-
- Noobzor
- Posts: 8
- Joined: Fri Aug 17, 2018 6:30 am
- Reputation: 0
Re: [REQUEST/HELP] Baldurs gate 3.
Is there a console where we can type these commands in?
Re: [REQUEST/HELP] Baldurs gate 3.
Thank you for the table, I managed to get all abilities to 30 with it [Link]Wizard wrote: ↑Wed Oct 07, 2020 7:42 amFirst thanks for the table. I've tried maxed stat offsets and found them. Changing to "4:11 4:11 ..." makes all stats 20 (for humans). You can't see the change till you change 1 stat. But the problem is you can't venture forth when your stats higher than 16. I think there is another variable there.tfigment wrote: ↑Wed Oct 07, 2020 5:56 amHere is a preliminary table for allowing up to +7 on any attribute during character creation. It fixes the "used" stats to 27 and incremental cost to 0. Main quirk is you might need to decrease values before you can increase them to max.
The game has logic in various places to cap to +7 so haven't figured out how to circumvent that yet. But this gives an extra 27 points to spend.
Tested on steam on both vulcan and dx11 versions and game started with the additional boosted attributes.
It may be possible to find the "incremental" additions to stats basically base-8 and fix those in cheat engine. I think they are consecutive so like a group scan for "4:6 4:0 4:5 4:2 4:7 4:4" for initial stat offsets or "4:7 4:7 4:7 4:7 4:7 4:7" for maxed stat offsets may allow values more than 7 by changing those but I've not fully tested that together with this table.
It does look that searching for the max stats after hacking and then changing all of those memory locations to 10 gives basically 18s.
Turns out it is somewhat easy, all you have to do is activate the script and search for the amount you have spent on an ability (4 Bytes).
For example Strength, remove all allocated points and increase it by 3, search for 3, increase by 1 more and search for 4 and so on. At the end you will find 5-6 addresses (depending on the ability) for each ability with values of up to 7 (15-19 points of ability). Setting the value higher will make the ability go over 16 and thus the game will not let you venture forth.
So how to trick the game, you search for all the increase/decrease in all the abilities at the same time (increase/decrease all by the same amount and search for it, I ended up with 34-40 addresses) and set all of them to whatever you want (I tried setting up values to 50 and in game the abilities always end up to 30, so I presume there is a cap) and once you switch back to the game just press venture forth without updating the ability points (do not click on anything).
Basically you set the increase of abilities to +25 (for example) and in game it still shows as only +7 (ability at 15) so it lets you venture forth, once in game you get all the abilities to 30 or whatever the amount you chose.
I hope that helps, while smart people are working on a table.
Re: [REQUEST/HELP] Baldurs gate 3.
Very nice, works very well! (tested on official GOG Version)zmadruss wrote: ↑Wed Oct 07, 2020 9:34 amWizard wrote: ↑Wed Oct 07, 2020 7:42 amFirst thanks for the table. I've tried maxed stat offsets and found them. Changing to "4:11 4:11 ..." makes all stats 20 (for humans). You can't see the change till you change 1 stat. But the problem is you can't venture forth when your stats higher than 16. I think there is another variable there.tfigment wrote: ↑Wed Oct 07, 2020 5:56 amHere is a preliminary table for allowing up to +7 on any attribute during character creation. It fixes the "used" stats to 27 and incremental cost to 0. Main quirk is you might need to decrease values before you can increase them to max.
The game has logic in various places to cap to +7 so haven't figured out how to circumvent that yet. But this gives an extra 27 points to spend.
Tested on steam on both vulcan and dx11 versions and game started with the additional boosted attributes.
It may be possible to find the "incremental" additions to stats basically base-8 and fix those in cheat engine. I think they are consecutive so like a group scan for "4:6 4:0 4:5 4:2 4:7 4:4" for initial stat offsets or "4:7 4:7 4:7 4:7 4:7 4:7" for maxed stat offsets may allow values more than 7 by changing those but I've not fully tested that together with this table.
It does look that searching for the max stats after hacking and then changing all of those memory locations to 10 gives basically 18s.
Thank you for the table, I managed to get all abilities to 30 with it [Link]
Turns out it is somewhat easy, all you have to do is activate the script and search for the amount you have spent on an ability (4 Bytes).
For example Strength, remove all allocated points and increase it by 3, search for 3, increase by 1 more and search for 4 and so on. At the end you will find 5-6 addresses (depending on the ability) for each ability with values of up to 7 (15-19 points of ability). Setting the value higher will make the ability go over 16 and thus the game will not let you venture forth.
So how to trick the game, you search for all the increase/decrease in all the abilities at the same time (increase/decrease all by the same amount and search for it, I ended up with 34-40 addresses) and set all of them to whatever you want (I tried setting up values to 50 and in game the abilities always end up to 30, so I presume there is a cap) and once you switch back to the game just press venture forth without updating the ability points (do not click on anything).
Basically you set the increase of abilities to +25 (for example) and in game it still shows as only +7 (ability at 15) so it lets you venture forth, once in game you get all the abilities to 30 or whatever the amount you chose.
I hope that helps, while smart people are working on a table.
One Problem though, while leveling up a wizard you'll have a large amount of spells you can prepare, but not enough spells to fill the slots, and the game won't let you complete the level up. Essentially stuck at level 1, haven't found a way to get around that yet.
Last edited by synys91 on Wed Oct 07, 2020 10:16 am, edited 1 time in total.
Re: [REQUEST/HELP] Baldurs gate 3.
I tried to find other posts with tables, but i just cant find them.
can anyone tell me if there is a way to have a "god mode"?
Thx for the table for talents!
can anyone tell me if there is a way to have a "god mode"?
Thx for the table for talents!
Re: [REQUEST/HELP] Baldurs gate 3.
looked aswell...couldnt find any tables regarding god mode
Who is online
Users browsing this forum: AhrefsBot, Google Adsense [Bot], kikiGo, McSpicy, Punkadoobaby