Hey Jonaaa...
I was wondering if there was anyway to delete an item from a character? I know I can reduce the quantity. I tried to reduce it to 0, but that did not seem to work.
Thanks for all your help with things!
I don't think so, not with the console at least.
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
Any way you could add an FoV toggle on this? 105 still seems too low. Thank you!
I can feel you...
I tried with Console variables/commands but you cannot set to higher values than 105.
Also editing the games .ini files directly doesnt work.
I only found 1 way:
Use cheat engine and search manually for the FOV value.
Its described here: [Link]
I am sure, one of our table makers could find the needed values and implement it into a table.
(Probably also add a hotkey, in case we have to reset it after each savegame load)
Until then, the only way to go is by manual searching as described above (you have to do it after each savegame load or travel).
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>1337363552</ID>
<Description>"Set FoV"</Description>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>{$LUA}
if syntaxcheck then return end
[ENABLE]
local addr = AOBScanModuleUnique(process,'48 8B ?? ?? ?? ?? ?? 48 8B ?? FF 90 ?? ?? ?? ?? 48 8B ?? E8 ?? ?? ?? ?? 48 89 ?? ?? E8') addr = '[[[[[['..string.format('%X',addr+readInteger(addr+3)+7)..']+10F8]+38]+00]+30]+350]+2B4' local fov = inputQuery('Set Field of View', 'FoV:', 120.0) if fov and fov ~= '' then writeFloat(addr,fov) end error()
[DISABLE]
</AssemblerScript>
</CheatEntry>
</CheatEntries>
</CheatTable>
(Copy whole code, make a right click in the address list of CE and click paste.) No need to do anything in the settings or to make a injection, should work on any game version unless the devs touched the engine code itself.
Does anyone have pointers for either Quests or for NPC's?
Ranger Dorso is not at the meeting point in the quest Steel Resolve, loading previous saves and changing quest order has not fixed this, neither has update to game. Want to use the enabled console to either spawn her in or to reset/progress quest (whichever is easier).
I am basing this off of the wiki console commands though so unsure if they function as CE Table OP said not all are tested.
List here: [Link]
"oei.ResetQuest"
Ends playing a quest and resets the state of all nodes in the quest (QuestName).
Example: oei.ResetQuest RescuePrincess
"oei.SetAddendumState"
Sets the triggered state of an addendum in a quest (QuestName, AddendumID, State).
Example: oei.SetAddendumState RescuePrincess 3 1
"Summon <actor>"
Summons a specific NPC or creature at your position.