Does anyone know if something has happened to the game files in the past 24 hours?
Console Commands from v7 table worked fine but today started playing and Console Commands would not activate (tried after loading game, main menu, during loading, saving and reloading.) Same thing with v9 table. When I hover over Console commands I get <<Error while scanning AOB's : console error: Not all results found>>
Game version: 4.1.1.3669438 (running in Vulkan) on steam.
CE version: 7.5
Table version: v7 and v9
The one available here from me, haven't been updated in forever. Here's what I'm currently using. It doesn't contain much. I add things as I go. TheMaoci's CT is probably more complete, even though it doesn't contain my additions in the main table script (which is mostly for auto enabling Console/Register Commands when the game state allows for it)
As an FYI, the table here uses the latest Console Commands/Register Commands from Zanzer's table.
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
Certain cheats work, and others just won't let me select the checkbox. Specifically, I'm trying to increase companion approval ratings by +10 increments, but the checkboxes won't check, and I get an "error while scanning for aob"
This is when I use both the posted table, and themaoci one. Anybody who can help me understand why this is happening? I'm kind-of a complete noob to this.
Try untick and re tick Register Commands again.... if it shown number 1263, you're good to enable everything or else, try hit F5 to save and F8 to reload.
Doing so gives me a new error "lua error in the script at line 2:[string local syntaxcheck memrec=......"]16 attempt to perform arithmetic on a nul value
Certain cheats work, and others just won't let me select the checkbox. Specifically, I'm trying to increase companion approval ratings by +10 increments, but the checkboxes won't check, and I get an "error while scanning for aob"
This is when I use both the posted table, and themaoci one. Anybody who can help me understand why this is happening? I'm kind-of a complete noob to this.
Try untick and re tick Register Commands again.... if it shown number 1263, you're good to enable everything or else, try hit F5 to save and F8 to reload.
Doing so gives me a new error "lua error in the script at line 2:[string local syntaxcheck memrec=......"]16 attempt to perform arithmetic on a nul value
Restart your game and CE, best if you download latest by all the CE Expert here. If you're using Zanzer Table;
1. Tick Console Commands when you're at Main Menu
2. Tick Register Commands when you see Command Count (do NOT change) value = 1263
3. Under Script Companion Cheats 3.a) or 3.b), double click on <script> and change SetArgToLong(2, 100) that 100 to 10 or 20 if based on your requirements. That 100 give 100 value of Authority or Approval.
I tried adding Auntie Ethel Charm (Object you get from sacrificing an eye) but i have no way to addd it . It just adds a normal bone or if i activate trainer, it gets consumed anyway . Anyone knows how to add it or make it so you can use it withotu consuming ?
Does anyone know if something has happened to the game files in the past 24 hours?
Console Commands from v7 table worked fine but today started playing and Console Commands would not activate (tried after loading game, main menu, during loading, saving and reloading.) Same thing with v9 table. When I hover over Console commands I get <<Error while scanning AOB's : console error: Not all results found>>
Game version: 4.1.1.3669438 (running in Vulkan) on steam.
CE version: 7.5
Table version: v7 and v9
The one available here from me, haven't been updated in forever. Here's what I'm currently using. It doesn't contain much. I add things as I go. TheMaoci's CT is probably more complete, even though it doesn't contain my additions in the main table script (which is mostly for auto enabling Console/Register Commands when the game state allows for it)
As an FYI, the table here uses the latest Console Commands/Register Commands from Zanzer's table.
I tested this cheat table myself, but it doesn't work, register command isn't enable, but it can't be turned on. I click but the box is not ticked. It says to load a save game even though the save is loaded
Halsin won't die if you use debug flag to summon Minthara
EVEN you didn't USE the mod's ring to summon her , but use cheat engine command to summon Minthara like you do before patch 1
Halsin won't die anymore , won't die after loaded save too
i think it's fix flag that added in patch 1 that check if Minthara lived after camp party event it will kill halsin
This is good news. I wonder if if works the same if you are past a certain point though, I will give it a go!
So this does work. You will have to use a save from 08/24 or earlier as after 08/25 or later, Halsin will be dead, and this won't do anything. In my case, I lose about 5 hours of playthrough, but that's nothing compared to the 100+ put in. I would love to see that added to the table if possible.
I tested this cheat table myself, but it doesn't work, register command isn't enable, but it can't be turned on. I click but the box is not ticked. It says to load a save game even though the save is loaded
“You are not the first to seek thus power. But you will not be the last.” - Bhaal
Can't help much since most of previous user reported before you are doing ok. You can read few pages before to check to see if it can helps
I tested this cheat table myself, but it doesn't work, register command isn't enable, but it can't be turned on. I click but the box is not ticked. It says to load a save game even though the save is loaded
“You are not the first to seek thus power. But you will not be the last.” - Bhaal
Can't help much since most of previous user reported before you are doing ok. You can read few pages before to check to see if it can helps
you have to have the console command menu open, load a game while the table is attached to the process, the #'s should change, THEN you register commands
[ENABLE]
{$lua}
if syntaxcheck then return end
local value = "FinishingStrike"
local cmdCall = getAddress("cmdCall")
local cmdArgs = getAddress("cmdArgs")
local cmdStr1 = getAddress("cmdStr1")
local cmdStr2 = getAddress("cmdStr2")
PrepareCall("GetHostCharacter")
executeCodeEx(0, nil, cmdCall)
local player = readPointer(cmdArgs + 0x08)
player = readString(player, 256, false)
writeString(cmdStr1, player)
writeBytes(cmdStr1 + #player, 0)
writeString(cmdStr2, value)
writeBytes(cmdStr2 + #value, 0)
PrepareCall("AddPassive")
writePointer(cmdArgs + 0x08, cmdStr1)
writePointer(cmdArgs + 0x18, cmdStr2)
writeQword(cmdArgs + 0x28, 0)
writeQword(cmdArgs + 0x38, 0)
local result = executeCodeEx(0, nil, cmdCall)
if result ~= 1 then
print("command failed")
end
{$asm}
[DISABLE]