Backup your save if it isn't obvious which Inventory Quantity pointer is correct. If you edit the wrong one, it's possible to break your game. If you update one and it doesn't seem to have an effect, reload your save. Don't just try the next pointer. Close and reopen your inventory for changed quantities to show up.
Inventory Pointer
Set Vision
- Range
Difficulty Pointer
- Random Modifiers and Handicaps
Character Pointer
- Stats
Random Console Commands
Start game with "--console" argument
Press Tilde (~) in-game to open console
Cheats.AddItem(Data.EntityTemplates.Combat.Backpacks.TML_ARM_Backpack_Debug,1)
Cheats.AddItem(Data.EntityTemplates.Combat.Belts.TML_ARM_Belt_Debug,1)
Cheats.AddItem(Data.EntityTemplates.Combat.Headwear.Masks.TML_ARM_Mask_Test,1)
Cheats.AddItem(Data.EntityTemplates.Combat.Jackets.TML_ARM_Jacket_Test,1)
Cheats.StartRandomEncounter(Data.RandomEncounters.Wishmaster)
Cheats.GetTreasure(Data.TreasureTemplates.TR_Debug_Items)
Data.PlayerReputationRecords.WhiteWing.CurrentReputation=100
Avatar.PrimaryAttributes.Muscle=10
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
@Zanzer
The Quantity pointer for Inventory option is not always correct. For example, TML_CRAFT_Empty_Beer_Bottle_A_2 or TML_CRAFT_Case_12ga has a correct amount, but for TML_CON_Drink_Beer_B or TML_CON_Drugs_Energon_3 or TML_Tool_Lockpick it always shows 1 (and crash if you thy to change it).
Thanks for the table btw)
Yea, the pointers are actually pointing to a list array. So if an item has more things appearing in that list of objects before it gets to the "StackData" object that holds the quantity, then my pointer would be off. I hadn't bothered trying to specifically find the data type of the object, sorry.
Hello dear Zanzer, 1st name of Fearless Modding, Lord of First Engine
Question and problem - selected character stats doesnt work // sometimes its show's number like 33261 or ? // after checking charatcer , moving heim or making some actions it does not load stas - other than that all works fine (inventory for money works)
or do I need to do something else to resfresh stas (like having more than one char , was thinking that maybe that the issue)
Similar to the problem with items. The game just uses a lot of object arrays and performs a lookup to find specific ones as needed. So the stats object may be at a different offset than what I've used. I'm at the very beginning of the game, so all my arrays are small. I assume once you start leveling up, selecting skills, gaining stuff, etc., the game populates those arrays with more objects and so my offset wouldn't line up.
Guess I'll need to perform some sort of lookup of my own to make the table work properly.
BUT maybe, just maybe if u have more chars then data read everything correctly.
If u or someone else already is later in game pls post if its workin - Just sayin cuz when u have 2 different characters in team maybe switching between them read data like it should and all options work (I cant check it due to fact just started game again after full release)