Does anyone know how to find the IDs for NPC only clothes? I am want to find several. For example, a Sharran dress, that is on background Sharrans in Shadowheart's flashback cutscenes, and on some NPC in her questline's final fight.
I could not find them in the item ID list posted here. I'd appreciate the help.
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
I was hoping anyone could help me with scripts - I am trying to fix a friend's save, where he didn't resurrect Gale, didn't rest enough and went onto Act 2. Gale's body despawned and the world/game ended after one more rest. I managed to get gales corpse, but it can't be resurrected. Then managed to get him alive at level 1, but he couldn't be interacted. Then managed to get him into the party, but also couldn't be interacted or resurrected if killed.
Anyone has a step by step I could try?
Well, to answer myself - using ositools with console from github and commands:
Seems to have worked. Not sure how to achieve the same thing with the cheat engine script. And UID can be found by searching for "S_Player_Gale_" string with cheat engine.
Check here any Flag for Gale you need
Set Flag on him
{$lua}
if syntaxcheck then return end
flag = "639d141f-6fa8-4d93-8eb7-41243e0fea32", --ORI_Gale_State_IsInParty
[ENABLE]
SetFlagOnPlayer(flag)
[DISABLE]
Does anyone know how to find the IDs for NPC only clothes? I am want to find several. For example, a Sharran dress, that is on background Sharrans in Shadowheart's flashback cutscenes, and on some NPC in her questline's final fight.
I could not find them in the item ID list posted here. I'd appreciate the help.
There's a "Call Forth Allies" button during the last few battles.
Someone knows how to gett ID for all possible summons.
At zanzer cheat table I just found one summon.
Can someone help?
{$lua}
if syntaxcheck then return end
flag = "639d141f-6fa8-4d93-8eb7-41243e0fea32", --ORI_Gale_State_IsInParty
[ENABLE]
SetFlagOnPlayer(flag)
[DISABLE]
The issue was that he would spawn non-selectable when I used z script in cheat engine. I tried putting flags on him, but nothing happened. Tried to make him a companion - but still couldn't interact. He seems to be fine as is, since the friend who played literally killed him just outside the waypoint and never did anything else to him. But thanks for the list anyway.
{$lua}
if syntaxcheck then return end
flag = "639d141f-6fa8-4d93-8eb7-41243e0fea32", --ORI_Gale_State_IsInParty
[ENABLE]
SetFlagOnPlayer(flag)
[DISABLE]
The issue was that he would spawn non-selectable when I used z script in cheat engine. I tried putting flags on him, but nothing happened. Tried to make him a companion - but still couldn't interact. He seems to be fine as is, since the friend who played literally killed him just outside the waypoint and never did anything else to him. But thanks for the list anyway.
Thanks again. Do you maybe know how to spawn Barcus Wroot as well? I had an issue 60 hours ago, where he didn't talk to me in Act 1 after rescuing him twice, I gave up on it, but now that I managed to fix Gale, thinking if getting Barcus into camp is also possible?
Thanks again. Do you maybe know how to spawn Barcus Wroot as well? I had an issue 60 hours ago, where he didn't talk to me in Act 1 after rescuing him twice, I gave up on it, but now that I managed to fix Gale, thinking if getting Barcus into camp is also possible?
You might to look into Zanzer Original Post at page 1 and look up all Flags UUIDs there. Search for Barcus etc
Hi, can someone tell me where the unlimited action points check is ? I can't only find restore action points or add action points, but i have to alt tab everytime i use a spell.. Thanks in advance!
Under Add Resource are all boost. Boost doesnt stay permanently. Only Passive stays. Check under combat passive or any passive table.
Unfortunately there isn't a passive action points cheat in the table anymore.. In the older versions of the table it was under movement passives, but its gone now, i can only hope when the table gets another update it will be back.. Thanks for the quick reply tho!
Thanks again. Do you maybe know how to spawn Barcus Wroot as well? I had an issue 60 hours ago, where he didn't talk to me in Act 1 after rescuing him twice, I gave up on it, but now that I managed to fix Gale, thinking if getting Barcus into camp is also possible?
You might to look into Zanzer Original Post at page 1 and look up all Flags UUIDs there. Search for Barcus etc
Thanks. I found the flags list and unpacked the game files just in case to find even more flags, but I just can't get it to work. Is there a specific tutorial perhaps on what should I even do and which flags to use to fix characters/quests? I managed to use one flag, which for some reason spawned Barcus all the way back in Grymforge, but also couldn't interact with him. At this point I am a bit confused, which commands to use (spawn? debug? setflagonplayer?) and which flag I need - all of them in sequence or just the last one.
Thanks. I found the flags list and unpacked the game files just in case to find even more flags, but I just can't get it to work. Is there a specific tutorial perhaps on what should I even do and which flags to use to fix characters/quests? I managed to use one flag, which for some reason spawned Barcus all the way back in Grymforge, but also couldn't interact with him. At this point I am a bit confused, which commands to use (spawn? debug? setflagonplayer?) and which flag I need - all of them in sequence or just the last one.
I can't help much since I'm still collecting rotten food in Act1. I cant try with my LUA Barcus, will crashed my game but i believe the right command to use SetFlag (need expert opinion, I'm just a player who trying to get under pants of all my companion here.)
Anyway, below are my test LUA and it crash my game. and I'm using UUID Debug Act2 Recruited Barcus.
Hi! Can someone help me out with enabling dlc content?
Do I need to spawn all of the items myself, in addition to checking the "allow dlc content" feature in the trainer? Checking that off only doesn't seem to be working, but I thought i'd ask here before I spend forever trying to find all of the item codes XD
X - Allow DLC Content (probably have to reload a save)
Press F5 for Quicksave
Press F8 for Quickload
Should be enable but to confirm it, when DC Dice, look for icon at bottom left. See whether got new DLC Dice there.
X - Item Spawner
X - Various Gear Sets
X - DLC Items (check pouch at your character feet by press ALT)
I was hoping anyone could help me with scripts - I am trying to fix a friend's save, where he didn't resurrect Gale, didn't rest enough and went onto Act 2. Gale's body despawned and the world/game ended after one more rest. I managed to get gales corpse, but it can't be resurrected. Then managed to get him alive at level 1, but he couldn't be interacted. Then managed to get him into the party, but also couldn't be interacted or resurrected if killed.
Anyone has a step by step I could try?
Well, to answer myself - using ositools with console from github and commands:
Seems to have worked. Not sure how to achieve the same thing with the cheat engine script. And UID can be found by searching for "S_Player_Gale_" string with cheat engine.
How do you search for those strings on cheat engine?
Is there a script somewhere on the table that I haven't found?