z Encased

Upload your cheat tables here (No requests)
Zanzer
RCE Fanatics
RCE Fanatics
Posts: 1089
Joined: Fri Mar 03, 2017 10:48 pm
Reputation: 3497

z Encased

Post by Zanzer »

Csimbi's table
gideon25's table

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

Code: Select all

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?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1
Attachments
Encased.CT
2021-09-13 (3)
v1.0.906.0546
(49.13 KiB) Downloaded 1795 times
Encased.CT
2021-09-08 (2)
v1.0.906.0546
(32.72 KiB) Downloaded 167 times
Encased.CT
2021-09-08 (1)
v1.0.906.0546
(14.09 KiB) Downloaded 131 times
Last edited by Zanzer on Mon Sep 13, 2021 10:42 pm, edited 7 times in total.

User avatar
Lord Blade
Expert Cheater
Expert Cheater
Posts: 1348
Joined: Thu Mar 09, 2017 7:52 am
Reputation: 132

Re: z Encased

Post by Lord Blade »

Awesome.

User avatar
Lord Blade
Expert Cheater
Expert Cheater
Posts: 1348
Joined: Thu Mar 09, 2017 7:52 am
Reputation: 132

Re: z Encased

Post by Lord Blade »

So... set vision just changes how far you can see then? Does it help you spot stuff?

User avatar
Tyrranus
Cheater
Cheater
Posts: 40
Joined: Thu Jun 17, 2021 7:59 pm
Reputation: 5

Re: z Encased

Post by Tyrranus »

HP would be a godsend for this, combat can get pretty brutal fast

Zanzer
RCE Fanatics
RCE Fanatics
Posts: 1089
Joined: Fri Mar 03, 2017 10:48 pm
Reputation: 3497

Re: z Encased

Post by Zanzer »

Added some more pointers

Pally
Noobzor
Noobzor
Posts: 13
Joined: Tue Nov 12, 2019 4:00 am
Reputation: 3

Re: z Encased

Post by Pally »

Yes HP would be a welcomed addition.

shuiko
Expert Cheater
Expert Cheater
Posts: 77
Joined: Tue Feb 13, 2018 8:21 am
Reputation: 0

Re: z Encased

Post by shuiko »

nice!

krmit
Expert Cheater
Expert Cheater
Posts: 411
Joined: Wed Apr 19, 2017 7:02 am
Reputation: 61

Re: z Encased

Post by krmit »

@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)

PenPiggy
What is cheating?
What is cheating?
Posts: 2
Joined: Sun Dec 06, 2020 1:08 am
Reputation: 0

Re: z Encased

Post by PenPiggy »

Sorry but how do you use this file??

Zanzer
RCE Fanatics
RCE Fanatics
Posts: 1089
Joined: Fri Mar 03, 2017 10:48 pm
Reputation: 3497

Re: z Encased

Post by Zanzer »

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. :)

Taarvin
Noobzor
Noobzor
Posts: 9
Joined: Thu Sep 09, 2021 12:10 pm
Reputation: 0

Re: z Encased

Post by Taarvin »

Hello dear Zanzer, 1st name of Fearless Modding, Lord of First Engine :D
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)

Zanzer
RCE Fanatics
RCE Fanatics
Posts: 1089
Joined: Fri Mar 03, 2017 10:48 pm
Reputation: 3497

Re: z Encased

Post by Zanzer »

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. :(

Taarvin
Noobzor
Noobzor
Posts: 9
Joined: Thu Sep 09, 2021 12:10 pm
Reputation: 0

Re: z Encased

Post by Taarvin »

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)

Cheers

Zanzer
RCE Fanatics
RCE Fanatics
Posts: 1089
Joined: Fri Mar 03, 2017 10:48 pm
Reputation: 3497

Re: z Encased

Post by Zanzer »

Oh, well I'm right at the beginning of the game too.
Right at the elevator door.
Haven't even stepped foot into the next room yet.

frivolousam
Expert Cheater
Expert Cheater
Posts: 85
Joined: Sat Apr 29, 2017 3:19 pm
Reputation: 5

Re: z Encased

Post by frivolousam »

I finished prologue(its pretty long for a prologue) and played a bit more, no companion yet :/

Game's great so far, enjoying it way more than Wasteland 3.

Post Reply