z Baldur's Gate 3

Upload your cheat tables here (No requests)
sep
What is cheating?
What is cheating?
Posts: 1
Joined: Fri Dec 11, 2020 12:39 am
Reputation: 2

Re: z Baldur's Gate 3

Post by sep »

nikorasu90 wrote:
Sun Aug 06, 2023 10:54 pm
can anyone get the UUID for the quest item Noblestalk? I accidentally blew it up and want to do every quest before I can no longer return to the Underdark.
For me, this UUID worked:

Code: Select all

09561b3f-f556-4a01-b289-9b362bc0d43a


How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1

weird032
Expert Cheater
Expert Cheater
Posts: 60
Joined: Mon Feb 05, 2018 6:35 am
Reputation: 15

Re: z Baldur's Gate 3

Post by weird032 »

RionKatt wrote:
Sun Aug 06, 2023 11:35 pm
I know many people have said that the item/spell lists are in Shared/Stats/Generated/Data/...

but where are those folders? Is it in the Steam folder? appdata? Somewhere else I haven't thought of?
[Link]

its a guide on how to unpack .pak files of baldur's gate

nikorasu90
Novice Cheater
Novice Cheater
Posts: 15
Joined: Sun Feb 07, 2021 9:17 pm
Reputation: 0

Re: z Baldur's Gate 3

Post by nikorasu90 »

weird032 wrote:
Sun Aug 06, 2023 11:26 pm
nikorasu90 wrote:
Sun Aug 06, 2023 11:06 pm
nothing spawns when i tried this code, it actually crashed my game too
um i tested it. Like it works. DONT do multiple click only click once and only once since it will crash the game
Image
when it spawned it wouldnt show up when holding down alt -- apparently this is not the quest item version of a noblestalk. do you know if there's another UUID? when i take it to the lady she doesn't accept it.

weird032
Expert Cheater
Expert Cheater
Posts: 60
Joined: Mon Feb 05, 2018 6:35 am
Reputation: 15

Re: z Baldur's Gate 3

Post by weird032 »

nikorasu90 wrote:
Sun Aug 06, 2023 11:46 pm
when it spawned it wouldnt show up when holding down alt -- apparently this is not the quest item version of a noblestalk. do you know if there's another UUID? when i take it to the lady she doesn't accept it.
a poster sep said try 09561b3f-f556-4a01-b289-9b362bc0d43a

nikorasu90
Novice Cheater
Novice Cheater
Posts: 15
Joined: Sun Feb 07, 2021 9:17 pm
Reputation: 0

Re: z Baldur's Gate 3

Post by nikorasu90 »

sep wrote:
Sun Aug 06, 2023 11:44 pm
nikorasu90 wrote:
Sun Aug 06, 2023 10:54 pm
can anyone get the UUID for the quest item Noblestalk? I accidentally blew it up and want to do every quest before I can no longer return to the Underdark.
For me, this UUID worked:

Code: Select all

09561b3f-f556-4a01-b289-9b362bc0d43a
this worked, thanks! it spawned as orange instead of white. where did you find UUIDs for quest items?

Blackhuskyy
Novice Cheater
Novice Cheater
Posts: 20
Joined: Wed Apr 22, 2020 1:17 pm
Reputation: 2

Re: z Baldur's Gate 3

Post by Blackhuskyy »

Anyone know Astarions "Vampire Bite" UUID???

deriderder
Novice Cheater
Novice Cheater
Posts: 17
Joined: Mon Apr 17, 2023 9:46 pm
Reputation: 1

Re: z Baldur's Gate 3

Post by deriderder »

@Evenless, Your armor spawn table wasnt working for me. It gave an error message. I fixed it already -I changed the script so that the item spawns at the mouse pointer. Feel free to use it!
Made by Zanzer, Evenless
Attachments
bg3_armor_fixed.ct
(806.48 KiB) Downloaded 662 times
Last edited by deriderder on Mon Aug 07, 2023 12:10 am, edited 1 time in total.

ralinsaurusrex
What is cheating?
What is cheating?
Posts: 2
Joined: Mon Aug 07, 2023 12:06 am
Reputation: 0

Re: z Baldur's Gate 3

Post by ralinsaurusrex »

Verlock wrote:
Sun Aug 06, 2023 2:49 pm
Revhard wrote:
Sun Aug 06, 2023 2:19 pm
Can anyone help with changing to stats of characters.
I save and load and cheat engine populates the areas, but the numbers are large.
DO I need to do some conversion?
Save, table populate pointers {name pointers for some reason dosent do well if u have different language}[dosent touch anything in game], change values (start from 8 up to 30 actual numbers 8=0, 30=22), save again and only then load.
This is appreciated. All the past comments kept saying save, then load, and that will populate. And I thought I was doing something wrong because i'd save and load over and over and it wasn't doing squat

ShadowfeindX
Noobzor
Noobzor
Posts: 11
Joined: Sat Feb 11, 2023 5:15 am
Reputation: 5

Re: z Baldur's Gate 3

Post by ShadowfeindX »

Can you use the console to add Action Surge from the fighter class to a character with another class?

DorianOtten
Cheater
Cheater
Posts: 36
Joined: Tue Feb 06, 2018 7:59 pm
Reputation: 4

Re: z Baldur's Gate 3

Post by DorianOtten »

What are the spawn names for the adamantine equipment? I've got the latest bg3_armour_fixed table and it seems to have items listed but they don't have their in game names so I have no idea how to find them.

User avatar
Lord Blade
Expert Cheater
Expert Cheater
Posts: 1350
Joined: Thu Mar 09, 2017 7:52 am
Reputation: 132

Re: z Baldur's Gate 3

Post by Lord Blade »

Does someone have a handy quick reference for the item ID's, feats, spells, etc?
I've seen them pop up once or twice, but the thread has gotten massive. :p

StarkSint
Cheater
Cheater
Posts: 43
Joined: Sat Jul 10, 2021 9:36 pm
Reputation: 1

Re: z Baldur's Gate 3

Post by StarkSint »

Messing with the "INVULNERABLE" cheat I realized you can change how long the effect lasts, just edit the script.

Code: Select all

[ENABLE]
{$lua}
if syntaxcheck then return end

local uuid = "INVULNERABLE"

local cmdCall = getAddress("cmdCall")
local cmdArgs = getAddress("cmdArgs")
local cmdStr1 = getAddress("cmdStr1")
PrepareCall("GetHostCharacter")
executeCodeEx(0, nil, cmdCall)
PrepareCall("ApplyStatus")
writePointer(cmdArgs + 0x18, cmdStr1)
writeString(cmdStr1, uuid)
writeBytes(cmdStr1 + #uuid, 0)
writeFloat(cmdArgs + 0x28, 60)
writeInteger(cmdArgs + 0x38, 1)
executeCodeEx(0, nil, cmdCall)
{$asm}

[DISABLE]
Just change the value in this string

writeFloat(cmdArgs + 0x28, 60)

One full turn = 6 for the float value, so 60 is equal to 10 turns and ect.

This made helped me search for the duration of other effects and extend them. So now i have my greater invisibility lasting 1000 turns. Now if only i could find a list of local uuid for spell effects so we could apply any effect we want for whatever duration we want.

eylirria
Novice Cheater
Novice Cheater
Posts: 22
Joined: Sat Sep 25, 2021 3:42 pm
Reputation: 2

Re: z Baldur's Gate 3

Post by eylirria »

Has anyone been able to figure out what the uuid for Auntie Ethel's Hair is? It's the item that gives you 1 ability boost if you spare her. I've looked high and low through the shared.pak (shared/stats/generated/data) but even searching in all files for things like "ethel" "hag" "hair", etc have me turning up empty. Help would be appreciated.

Knoxxii
What is cheating?
What is cheating?
Posts: 1
Joined: Mon Aug 07, 2023 1:43 am
Reputation: 0

Re: z Baldur's Gate 3

Post by Knoxxii »

Unable to find Infernal Iron uuid. Anyone know it?

dilde
What is cheating?
What is cheating?
Posts: 3
Joined: Thu Mar 30, 2023 6:19 am
Reputation: 1

Re: z Baldur's Gate 3

Post by dilde »

So, this is a bit of troubleshooting and may be in the wrong section, but has anyone else encountered random stutters/freezes after using Add Spell List? It seems to happen when a character moves through a surface or gets healed and gets worse the more 'things' they have. It's also reproducible by multiclassing extensively or adding lots of feats.

My thought is it must have some kind of reaction or feat that it's checking every time a character moves into or out of a surface, but I can't see anything visibly. Was wondering if anyone had any ideas in the vain hope it might be limited to *a specific* feat or spell.

A good way to see what I mean is use Add Spell List to add all possible spells and pump yourself full of feats, then use Create Water and just walk through the puddle. Or maybe it's 100% a me issue and no one else has the same problem.

Post Reply

Who is online

Users browsing this forum: Bing [Bot], EYE_31251, Google [Bot], Google Adsense [Bot], quiet123, Rienfleche, xfaustx, YandexBot