Page 1 of 5

z Encased

Posted: Wed Sep 08, 2021 4:42 am
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

Re: z Encased

Posted: Wed Sep 08, 2021 5:11 am
by Lord Blade
Awesome.

Re: z Encased

Posted: Wed Sep 08, 2021 6:21 am
by Lord Blade
So... set vision just changes how far you can see then? Does it help you spot stuff?

Re: z Encased

Posted: Wed Sep 08, 2021 2:44 pm
by Tyrranus
HP would be a godsend for this, combat can get pretty brutal fast

Re: z Encased

Posted: Thu Sep 09, 2021 12:43 am
by Zanzer
Added some more pointers

Re: z Encased

Posted: Thu Sep 09, 2021 2:25 am
by Pally
Yes HP would be a welcomed addition.

Re: z Encased

Posted: Thu Sep 09, 2021 2:41 am
by shuiko
nice!

Re: z Encased

Posted: Thu Sep 09, 2021 8:34 am
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)

Re: z Encased

Posted: Thu Sep 09, 2021 8:41 am
by PenPiggy
Sorry but how do you use this file??

Re: z Encased

Posted: Thu Sep 09, 2021 11:54 am
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. :)

Re: z Encased

Posted: Thu Sep 09, 2021 12:13 pm
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)

Re: z Encased

Posted: Thu Sep 09, 2021 12:30 pm
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. :(

Re: z Encased

Posted: Thu Sep 09, 2021 3:43 pm
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

Re: z Encased

Posted: Thu Sep 09, 2021 4:22 pm
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.

Re: z Encased

Posted: Thu Sep 09, 2021 5:39 pm
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.