Jump to content

Search the Community

Showing results for tags 'Fallout Shelter'.

  • Search By Tags

    Type tags separated by commas.
    For example, the common name of the game: PUBG, Free Fire, Rules of Survival, Critical Ops, Mobile Legends: Bang Bang, etc.
  • Search By Author

Content Type


Forums

  • GameGuardian
    • Requests
    • Help
    • Guides
    • Cheats
    • Video Tutorials
    • Unintended Effects
  • General
    • General Discussion
    • Introduce yourself (:
    • Announcements
    • Website suggestions/Bugs
  • Downloads Support
    • Apps
    • LUA scripts
  • Online Multiplayer Mods
    • Altering Online Games with Gameguardian
    • Download Mods
  • Other Hacks
    • Tutorials
    • Non-GameGuardian
  • Archive
    • Archived topics

Categories

  • Official Downloads
  • Virtual spaces (no root)
  • LUA scripts
    • Forward Assault
    • Free Fire
    • PUBG
    • Rules of Survival
    • Templates
    • Tools
  • Test applications
  • Other

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Device


Discord ID

Found 1 result

  1. So my cousin got me playing this game, and I must say, I enjoy it. Of course, my mind started wondering different ways to maniuplate it to do my bidding! Here's the best way I found. Let's get started What you'll need: FOSDecrypt.exe (Created by superkhung)The .sav file for your game, from /sdcard/Android/data/com.bethsoftfalloutshelter/filesOnce you have those, we can begin editing the save file: Click and drag your .sav file 'onto' the FOSDecrypt icon. Wait for the command prompt to close, and check the .sav file size (the file size should be smaller than the original file size).Use a JSON editor, to edit the .sav file. I used http://www.jsoneditoronline.org/ because it's easy and convenient. Examples on some things you can edit can be found below.Once you have finished making changes to the .sav file in your JSON editor, save the file (if using the online editor, make sure to rename the downloaded file to what the original file name was. Eg document.json -> Vault1.sav).Click and drag the newly edited .sav file 'onto' the FOSDecrypt icon. Wait for it to re-encrypt the file (shouldn't take long). Verify the file size is now about 2x the previously decrypted file size.Copy the .sav file back into the game folder on your device (/sdcard/Android/data/com.bethsoftfalloutshelter/files).Easy right?! --------------- Now, here are some of the modifications I made to the .sav file: Change amount of lunchboxes:There are two different values you'll need to edit here: LunchBoxesByType and LunchBoxesCount. You can find both easily by searching them in your editor. First, find LunchBoxesByType, as this is what gives you actual lunchboxes. The values available are: 0 = Regular lunchbox1 = Mr. Handyman lunchboxSo let's say you want to add 100 regular lunchboxes, and 10 Mr. Handyman lunchboxes to your save. You will then end up with something like this: "LunchBoxesByType": [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1],But we also have to make sure to change the LunchBoxesCount to our new value: "LunchBoxesCount": 110,Ta-da! ------------ Change dweller health/stats:This mod takes a little more patience, but can be well worth it. I only changed this on a few of my key dwellers, so as not to ruin the fun of the game Start by finding the first name of the dweller you would like to edit. Then, search for their first name in your editor. To edit their health, change the healthValue and maxHealth values. I changed mine to look like this: "health": { "healthValue": 9999, "radiationValue": 0, "permaDeath": false, "lastLevelUpdated": 14, "maxHealth": 9999 },Changing health to a high value seems to cause issues with radiation, when you send a dweller into the wasteland. I advise you not to set the value this high. To edit the dweller's stats, again, look under their name, but for stats this time. You'll see a list of 8 values. The first one doesn't have any effect. The other values control their S.P.E.C.I.A.L stats. These are the ones you want to edit. For max stats, you'll want something like this: "stats": { "stats": [ { "value": 1, "mod": 0, "exp": 0 }, { "value": 10, "mod": 0, "exp": 72000 }, { "value": 10, "mod": 0, "exp": 201600 }, { "value": 10, "mod": 4, "exp": 3600 }, { "value": 10, "mod": 0, "exp": 36000 }, { "value": 10, "mod": 0, "exp": 72000 }, { "value": 10, "mod": 0, "exp": 14400 }, { "value": 10, "mod": 1, "exp": 3600 } ] },Rinse and repeat for any other dwellers you'd like to edit. ------------------ These are just some basic mods, that shouldn't ruin the fun of the game too much. Take a look around the rest of the file, and see what neat tricks you can do (like changing gender, making someone pregnant, etc ). Let me know the cool stuff you are doing with your save, and share with others! FOSDecrypt.exe
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.