TheLongDark_v2-01-98664-S_JLee_20220830.ct
Posted Here
Been very busy lately. Updates might take longer or not at all for long periods of time. Fixed inventory cheat crash.
As always I am no longer adding new functionalities and just updating the old scripts to "trigger" with newer versions of the game.
Old Steam Version 1.9x
The Long Dark (Steam Version 2.00 Build 91441S) APR. 11, 2022
TheLongDark_v2-00-91441-S_JLee_20220407.ct
Old Steam Version 1.9x
The Long Dark (Steam Version 1.98 Build 87574S) DEC. 10, 2021
TheLongDark_v1-98-87574-S_JLee_20211210.ct
The Long Dark (Steam Version 1.97 Build 85101S) NOV. 8, 2021
TheLongDark_v1-97-85101-S_JLee_20211108.ct
The Long Dark (Steam Version 1.95 Build 83861S) OCT. 9, 2021
TheLongDark_v1-95-83861-S_JLee_20211008.ct
The Long Dark (Steam Version 1.94 Build 76129S) APR. 29, 2021
The Long Dark (Steam Version 1.93 Build 71192S) JAN. 24, 2021
The Long Dark (Steam Version 1.92 Build 70699S) DEC. 24, 2020
* Removed PlayerManager (for player settings like GodMode, etc.) as it is no longer triggered in-game. I will need to find a different method that handles it.
* Added back UnliHealth - health always at 110 (max without bonus is 100). You can still get injured though.
* HAPPY HOLIDAYS!
Old Steam Version 1.8x
The Long Dark (Steam Version 1.89 Build 69558S) DEC. 9, 2020
See Script Comments for additional details or usage instructions.
The Long Dark (Steam Version 1.88 Build 69021 S) NOV. 28, 2020
Some functions in-game are now accessed differently (no longer triggered). I cannot yet afford to do manual search for changed/unchanged values.
* PlayerManager (responsible for GodMode) is no longer being triggered.
* Unli.Health no longer being triggered.
* Backpack - set MAX carry weight is removed (crashing/no longer triggered correctly).
The Long Dark (Steam Version 1.86 Build 67831 S) OCT. 30, 2020
* PlayerManager (responsible for GodMode) is no longer being triggered.
The Long Dark (Steam Version 1.83 Build 64569 S) AUG 2
The Long Dark (Steam Version 1.82 Build 64400 S) JUL 21
The Long Dark (Steam Version 1.81 Build 64098 S) JUL 8
The Long Dark (Steam Version 1.80) JUL 1
Old Steam Version 1.78
v1.78Code: Select all
* God Mode - under "--- PLAYER ---" -> "PlayerManager" * Speed Hack - under "--- PLAYER ---"-> "PlayerMovement" - when on snow terrain, also check "Player Movement On Snow"
Old Steam v1.74 Tables
The Long Dark (Steam Version 1.74) APR 28
The Long Dark (Steam Version 1.74) FEB 6
Steam Version 1.71-1.73 Table
The Long Dark (Steam Version 1.73)
- See Script Comments for additional details or usage instructions.
The Long Dark (Steam Version 1.72)
- Same options from the previous version, see Script comments for additional details.
The Long Dark (Steam Version 1.71)
- Same options from the previous version, see Script comments for additional details.
- I'm currently stuck with how to get addresses for static fields (such as public static bool s_ForceShowPlayerIcon - will show player direction in the map for survival mode as requested).
Steam Version 1.69 Table
The Long Dark (Steam Version 1.69)
Updated Table - also ongoing work with IL2CPPDumper to get some function addresses
Code: Select all
This is an update from the v1.69 table created on 20191228: * "[Crafting] Craft Anywhere" - craft anywhere, use also below script to skip requirements checking during crafting. Using IL2CPPDumper. * "[Crafting] Setup BP For 0-min Crafting, etc. (see script)" - 0 min crafting time, crafting location to anywhere, no fire needed, no light needed, skip required materials checking (may still consume existing required materials in backpack), etc. Using IL2CPPDumper. * "[Survey] Reveal Large Map Radius (chiados)" - based on old scripts as requested, appears to reveal whole map during charcoal survey due to a very large survey radius used. Using IL2CPPDumper. * "[Fatigue] Always at 90/100 So You Can Still Sleep" - fatigue cheat, set to 90/100 so you can still sleep in beds as sometimes sleeping helps. Using IL2CPPDumper. I will be at work again tomorrow (back from the holidays) so there might be fewer updates to the table until the game is updated. Thanks to my wife for giving me some 'ME' time during the holidays. ;)
IL2CPPDumper
Code: Select all
* Fixed (I think) - Eating food will always have 1k calories left. Previously will drain corresponding stats from bonuses if drinking coffee/tea but tested with Reishi Tea and I no longer had the freezing bug. * Still looking for a way to get the INF Loaded Ammo in Guns back without firing blanks, using INF Reload for the time being. * [Backpack] Select Any Item to Restore Full Condition - my first IL2CPPDumper related cheat, debugging those codes are too time consuming. Here, you just select any item in your inventory and it will restore the item's condition to 100%. Removed the other related cheat/s like 'using tools will restore its condition' as it is no longer needed in my case. * Ongoing: trying to get some requests working. Again, no promises. * Fixed other non-working scripts due to the update from v1.67 to v1.69, did not notice the update sooner and started working on it only on Dec. 28, 2019 --- Happy Holidays!
Notes on IL2CPPDumper, if you see something like this:then it is equivalent to this in CE:Code: Select all
private GearItem GetCurrentlySelectedGearItem(); // RVA: 0x1806DD150 Offset: 0x6DC150
* You subtract 180000000 (for 64-bit applications) from the RVA to get the needed offset.Code: Select all
"GameAssembly.dll"+06DD150 <-- GetCurrentlySelectedGearItem
* I think you only subtract 100000000 from the RVA if debugging a 32-bit app.
* Once you get the correct offset of the function you wanted, you still need to debug including going through the instructions after the function call. This is the most time consuming part.
Steam Version 1.67 and older tables
The Long Dark (Steam Version 1.67)
Two updates to the game in the last two days. Here is the latest for v1.67 (Errant Pilgrim hotfix). Made an update for 1.66, then the hotfix came up so it gave me additional work and took longer to update the table
Code: Select all
* Tools 100% durability updated. * Backpack zero weight updated. * Infinite Ammo on Guns is changed to infinite reload (need at least 1 ammo in inventory) because of the update which still allows you to fire infinite ammo but there will be no projectile like firing blanks. At least the wildlife would still run away scared except for bears. * Eating Food 1k Calories - still working but is bugged. This is a good alternative for finding food in Interloper as eating would not consume the food and will leave 1000 calories. However, consuming coffee/tea will drain the corresponding stats: i.e. reishi tea (hot) will drain your body heat to zero due to 'warming up' bonus.
The Long Dark (Steam Version 1.62 Build 55870) - original post
Just sharing my own table for TLD just to remove some of the grinding.
Tested mostly in Survival mode only as that is what I am playing at the moment.
Options
- Guns: Infinite Loaded Ammo - requires at least 1 ammo loaded in the gun, for rifle/revolver/distress pistol.
- Fires - will not use up stackable fuel like wood/stick/coal or accelerant (except lantern oil/fuel) or tinder; for starting and refueling fires. Suggested inventory for lighting/refueling fires: 1 stick, 1 of any wood type, 1 coal (specially for the forge), 1 tinder plug and 1 accelerant.
- Container Duplication of Stackable Items - will give +2 extra items when transfering to a container with at least 1 item of that type (these items from backpack to container must stack).
- MAX Durability on Most Items - the game will check & update the durability of items (in the world & in your inventory) and made it update to 100%. Meat will not spoil. Using guns and tools like knife/sewing kit/hatchet will make their durability 100%. All worn clothes will also be 100% always. Some items that does not seem to degrade normally even when used (like the cooking pot) will not be affected and you will need to repair them. NOTE: since the durability is checked in a loop (due to how TLD handles durability) - if you disable this option in the middle of TLD updating an item will cause the game to crash as the injected instructions will be turned to NUL. Be sure that you have saved recently so there will be no hours of gameplay lost.
- Storm Lantern fuel is always full. The lantern must have some fuel left to light it to make use of this option.
- Survey / Carthography - will not use up charcoal. Always carry at least one.
- Animal Meat Harvest - no matter how many meat you harvest, there will always be 3.0 meat left. Works on animal carcass or quartered meat.
- Drinking does not consume water in your inventory. Must have some water. Suggested: 1 liter so you only need 1 gulp to fill your thirst from almost empty to full otherwise you will need to drink again for your fill. NOTE: did not like to 'always' fill or unli temperature/thirst/hunger since I liked playing it this way.
- Stamina is always full. Sometimes we need this to get to other places faster or running from a bear.
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