Is there no longer a way to get the Dragonflame Red DLC Skin? I noticed that the latest table doesn't have the "Allow DLC Content" toggle anymore and when I tried using the Pre-Patch 4 one, nothing happened.
If anyone knows how to unlock the dice skins without having to $$$ ... Any help would be greatly appreciated!
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
Hey guys, thanks a lot for all your help but I think I'm going to just give up. It seems all the ways I've tried does work however it only works for additional stats I've added in the current session using Cheat Engine.
Initially I used a trainer to duplicate the usage of the Hair so.. that's probably the problem.
{$lua}
if syntaxcheck then return end
passive = "HAG_Hair_CHA_Passive"
[ENABLE]
local result = RemovePassiveFromPlayer(passive)
if result ~= 1 then
print("command failed")
end
[DISABLE]
local result = RemovePassiveFromPlayer(passive)
if result ~= 1 then
print("command failed")
end
Also tried what you suggested too, all good. Thanks for the help though, it's muchly appreciated.
Try this:
{$lua}
if syntaxcheck then return end
[ENABLE]
RemovePassiveFromPlayer("HAG_Hair_CHA_Passive")
RemoveStatusFromPlayer("HAG_HAIR_CHA")
[DISABLE]
fuCKing thank you my g
heres one to remove all the hag stuff
{$lua}
if syntaxcheck then return end
[ENABLE]
RemovePassiveFromPlayer("HAG_Hair_CHA_Passive")
RemoveStatusFromPlayer("HAG_HAIR_CHA")
RemovePassiveFromPlayer("HAG_Hair_STR_Passive")
RemoveStatusFromPlayer("HAG_HAIR_STR")
RemovePassiveFromPlayer("HAG_Hair_DEX_Passive")
RemoveStatusFromPlayer("HAG_HAIR_DEX")
RemovePassiveFromPlayer("HAG_Hair_CON_Passive")
RemoveStatusFromPlayer("HAG_HAIR_CON")
RemovePassiveFromPlayer("HAG_Hair_INT_Passive")
RemoveStatusFromPlayer("HAG_HAIR_INT")
RemovePassiveFromPlayer("HAG_Hair_WIS_Passive")
RemoveStatusFromPlayer("HAG_HAIR_WIS")
[DISABLE]
Do not know what is this, but if you mean using one of the tables, be so kind and go through the table and/or search this thread .
I did, didn't see the option anywhere. Even though it clearly state in the first post under the console command section that there's an add spell option.
Do not know what is this, but if you mean using one of the tables, be so kind and go through the table and/or search this thread .
I did, didn't see the option anywhere. Even though it clearly state in the first post under the console command section that there's an add spell option.
Its under "Random Stuff" in the Console Options. Turn on CE, select the BG3 process, then load a save game (I usually need to load one from ingame, from the menu doesnt work for me), and Click Register Commands. Under Random stuff, you can find the "Add Fireball" Option. If you double click the script, you can change the name of the spell added. You will need a list of spell names, which a few people have listed in this thread.
Hey, is there a way to force a battle to start??
i want to make battles betweeen the player characters for fun and testing different builds against each other. Also playing like "PVP"with friends.
Should be great if something like that is possible with cheat engine.
Hey, is there a way to force a battle to start??
i want to make battles betweeen the player characters for fun and testing different builds against each other. Also playing like "PVP"with friends.
Should be great if something like that is possible with cheat engine.
You have to learn BG3 scripting and objects and then you can spawn and fight anyone.
Before you ask - no it is not one or two click actions , it is a BG3 scripting task using the great Norbyte Script Extender (you might be able to execute it using CE, but still scripting and BG3 object knowledge is a must).
Hey I know it's been mentioned before, but is there any chance of fixing the force level up on save command? Or anybody who could give me pointers on trying to figure out how to do it myself? While I know it's somewhat borked compared to doing this in other ways, it has some useful functionality as a command that would be painful to replicate through mods as far as I know.