Page 1 of 2

Sheltered (2019-05-11)

Posted: Mon Mar 13, 2017 4:22 am
by Shinkansen
Simple table for Sheltered, may or may not work. Game generates code at runtime so table has a high chance of not working / detecting the wrong code / crashing.

Usage info:
Scripts with "To Activate: XXX" can only be activated (put an "X" into the box) after doing action XXX.
Scripts with "To Update: XXX" will only update their effect after doing action XXX.
Addresses with "XXX?" will enable the script effect XXX when 1 is put into the Value.

In general:
A. Do action YYY.
B. Activate (put an X) the "Initialization (Activate This First)" script.
C. Activate (put an X) the "Base Address Scan (To Activate: YYY, To Update: ZZZ)" script.
D. Enable (put a 1) the desired effect. Example: "Set Health to Max?" address.
E. Do action ZZZ.


Important information.
1. Save and reload after modifying items quantities. This must be done or crafting etc may become bugged! This also applies to freezing item quantities!


V1005 - 2019-05-11
1. Tested game version V1.8 32-bit. May work on other versions.

2. FamilyManager.
Applies to Family Members, Animal Companions, Pets.
"Health Set to Max?" sets Health to max.
"Needs Set to 0?" sets Needs to 0.
"Loyalty Set to Max?" sets Loyalty to max.
"Stats Set to Massive?" sets Stats to massive.
"Speed Set to Massive?" sets Speed to massive.
"Load Carrying Capacity Set to Massive?" sets Load Carrying Capacity to massive.

3. ExplorationManager.
"Sight Range Set to Massive?" sets Sight Range to massive.
"Perception Set to Massive?" sets Perception to massive.
"Speed Set to Massive?" sets Speed to massive.
"Radio Timer Set to 0?" sets Radio Timer to 0.
"Resources Set to Massive?" sets Fuel, Water, Battery carried and brought back by the Expedition to massive.

Allows the following to be modfied.
- "m_parties -> Slot 1 -> m_carriedItems -> Slot 1". Modify the type and quantity of carried items. More reliable than modifying the past "Item" method and can be used to obtain any item. Use this for Survival & Stasis.

A. Setup an Expedition.
B. Carry 2 stacks of something.
C. Start Expedition then pause the game.
D. Modify the type and quantity of the first stack to whatever desired.
E. Modify the quantity of the second stack to compensate for losing the first stack.
F. Unpause and recall the expedition.

- "m_particleTint " has the code for the Mysterious Hatch.
- "m_particleTintActive " enables the code for the Mysterious Hatch.

4. Obj_Integrity.
"Obj_Integrity Base Address Scan (To Activate: Play Level, To Update: Play Level)" applies to all base objects with integrity.
"Obj_Integrity_GetInteractionsByPriority Base Address Scan (To Activate: View Object Interaction Menu, To Update: View Object Interaction Menu)" applies to base objects that is right-clicked to show the interaction menu.

"Integrity Set to Max?" sets Objects Integrity to max, except for Shelter Doors.
"Generator Fuel Set to Max?" sets Generator Fuel to max.
"Planter Set to Massive?" sets Planter growth to massive.
"Crafting Objects Completion Set to Massive?" sets Crafting Objects Completion to massive. Stop and resume construction for this to take effect.

Allows the following to be modfied.
- "Obj_SnareTrap -> m_Loot -> Slot 1". Modify the type and quantity of trapped animal drops. More reliable than modifying the past "Item" method and can be used to obtain any item. Use this for Surrounded.
- "Obj_ItemFabricator -> m_fabricatedItem". Modify the type and quantity of fabricated items. More reliable than modifying the past "Item" method and can be used to obtain any item. Use this for Stasis.

5. Obj_HazmatSuit_Stasis.
Applies effect tp Stasis Expeditions.
"Power Node Set to Massive?" sets Power Nodes to massive.
"Battery Set to Massive?" sets Battery to massive.
"Defence Set to Massive?" sets Defence to massive.
"Speed Set to Massive?" sets Speed to massive.
"Storage Set to Massive?" sets Storage to massive.
"Recharge Time Set to 0?" sets Recharge Time to 0.
"Repair Time Set to 0?" sets Repair Time to 0.

6. WildlifeManager.
"Wildlife Spawn Set to Massive?" sets Wildlife Spawn to massive for Surrounded.


V1004 - 2017-06-05
1. Tested game version V1.6 32-bit. May work on other versions.


V1003 - 2017-02-05
1. Tested game version V1.5 32-bit. May work on other versions.

2. FrontBackPanel
Experimental workaround for the Mysterious Hatch. May or may not work.
"Number of Tries Set to 0, Hatch Code Set to 0 0 0 0?" sets the Hatch Code to 0 0 0 0 and number of tries to 0.


V1002 - 2016-03-19
1. ExplorationParty.
"Sight Range Set to Massive?" sets Exploration Sight Range to massive.
"Perception Set to Massive?" sets Exploration Perception to massive.
"Speed Set to Massive?" sets Exploration Speed to massive. Note if your expedition recruits are not arriving at the base, redownload V1002, as speed was previously set too high.
"Radio Timer Set to 0?" sets Radio Timer to 0.

2. Item.
InventoryManager renamed to Item.

3. InventoryManager.
"Storage Capacity Set to Massive?" sets Storage Capacity to massive.
Save and reload after modifying items quantities.
Allows the following to be modfied.
- All item quantities.


V1001 - 2016-03-17
1. FamilyManager.
"Animal Companion Health Set to Max?" sets Animal Companion (like cats) Health to max.
"Animal Companion Needs Set to 0?" sets Animal Companion Needs to 0.
"Animal Companion Stats Set to Massive?" sets Animal Companion Stats to massive.
"Animal Companion Speed Set to Massive?" sets Animal Companion speed to massive.
"Pet Health Set to Max?" sets Pet (like fish) Health to max.
"Pet Needs Set to 0?" sets Pet Needs to 0.

2. CraftingManager.
"CraftingManager No Resources Consumed (To Activate: Play Level, To Update: Play Level)" sets Crafting to consume no resources.

3. InventoryManager.
Enable only when modifying item quantity. Save and reload after modifying items quantities. Must have at least 2 item quantity or discard item won't work.
"Item Quantity Set to Item Quantity Value?" sets Item Quantity to Item Quantity Value.


V1000 - 2016-03-16
1. UI_Character.
"Health Set to Max?" sets Health to max.
"Needs Set to 0?" sets Needs to 0.
"Loyalty Set to Max?" sets Loyalty to max.
"Stats Set to Massive?" sets Stats to massive.
"Speed Set to Massive?" sets Speed to massive.

2. Obj_Integrity.
"Integrity Set to Max?" sets Integrity to max.

3. Obj_Generator.
"Fuel Set to Max?" sets Generator Fuel to max.

4. Obj_Pet.
"Pet Health Set to Max, Hunger Set to 0? " sets pet Health to max, Hunger to 0.

5. ExplorationManager.
"Needs Set to 0?" sets Exploration Needs including Water to 0.

Re: Sheltered (2017-02-05)

Posted: Mon Mar 13, 2017 2:03 pm
by Rawlord
This works for me and I'm playing v1.5.1 man the stats set to massive.... like wow!!! 999999 on everything...lol. Nice work on the table. :mrgreen: :mrgreen: :mrgreen:

Re: Sheltered (2017-02-05)

Posted: Mon May 08, 2017 9:52 pm
by mankku
Shinkansen wrote:
Mon Mar 13, 2017 4:22 am

V1000
1. UI_Character.
"Health Set to Max?" sets Health to max.
"Needs Set to 0?" sets Needs to 0.
"Loyalty Set to Max?" sets Loyalty to max.
"Stats Set to Massive?" sets Stats to massive.
"Speed Set to Massive?" sets Speed to massive.

2. Obj_Integrity.
"Integrity Set to Max?" sets Integrity to max.

3. Obj_Generator.
"Fuel Set to Max?" sets Generator Fuel to max.

4. Obj_Pet.
"Pet Health Set to Max, Hunger Set to 0? " sets pet Health to max, Hunger to 0.

5. ExplorationManager.
"Needs Set to 0?" sets Exploration Needs including Water to 0.
can't find older versions, especially these anywhere :(

Re: Sheltered (2017-02-05)

Posted: Fri Jun 02, 2017 6:00 am
by Dessain
Please update 1.6

Re: Sheltered (2017-02-05)

Posted: Sun Jun 04, 2017 1:15 am
by Las0mbra
Most of the options work with patch 1.6.

These worked for me without a problem:
-UI_Character
-FamilyManager
-ExplorationManager
-CraftingManager

These won't activate for me:
-Obj_Integrity
-Obj_Generator

The option Item works initially for me but it breaks the game in several ways requiring a restart to the last autosave.

Re: Sheltered (2017-06-05)

Posted: Mon Jun 05, 2017 4:05 am
by Darkedone02
thank you for the update!

Edit: I spotted a big bug, your max storage cheat prevents me from harvesting corpses in the game.

Re: Sheltered (2017-06-05)

Posted: Tue Jun 06, 2017 2:33 am
by FireFly
Does anyone know the pointers for Food/Petrol?

Re: Sheltered (2017-06-05)

Posted: Thu Sep 07, 2017 9:18 am
by hentai-sama
Obj_Integrity and Obj_Generator doesnt work for me in 1.6 version. Also where i can edit backpack size in expeditions bcs i cant find it, well if ct have that option.

Re: Sheltered (2017-06-05)

Posted: Tue Nov 14, 2017 8:51 pm
by GarnoriZ
I modded Made by Shinkansen original table. Thank you Shinkansen for a great starting point.

New features:
- Unlimited Oxygen
- Item Stack Size Set To Massive
- No encounter damage
- Instant Interactions
- Instant Recycle
- Fast Craft (same as instant Interactions, but only for craft)
- UI_Character: All traits Set to positive
- UI_Character: Speed up ladder climbing
- UI_Character: Reset character speed to default (Speed Set to Massive? No)
- "Enable all" scripts to speed up cheat activation
- Remove annoing game visual effects (Set Fade Duration to Zero; Set Transition Duration to Zero)

Fixes:
- Obj_Generator now does not affects burner
- Radio Timer (no annoing delays during expeditions)
- Family Member Loyalty offset fix

Tested on Sheltered 1.6 steam version

Re: Sheltered (2017-06-05)

Posted: Thu Jan 18, 2018 10:27 pm
by Mr.Potato
I can edit stats of one character, but can someone tell me how to change character in table?
Thanks in advance.

Re: Sheltered (2017-06-05)

Posted: Wed Mar 07, 2018 5:18 pm
by araara456
need update to new version 1.7, tables has problems with second script, that scan active game for objects

Re: Sheltered (2017-06-05)

Posted: Sat Sep 01, 2018 4:57 am
by DreadNought1340
+1 for v1.7

Re: Sheltered (2017-06-05)

Posted: Mon Sep 03, 2018 2:19 pm
by BlaxFly
Yes please update to version 1.7 :3

Re: Sheltered (2017-06-05)

Posted: Mon Sep 17, 2018 6:20 am
by shanmince
please update to version 1.7

Re: Sheltered (2017-06-05)

Posted: Tue Dec 04, 2018 8:28 pm
by darkdex52
1.8 is out with new exciting game modes, so it'd be great if someone could update the table!!