Advertisement
skozombie

Fix annoying Town Inventory in Stonehearth

May 16th, 2016
941
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.18 KB | None | 0 0
  1. {
  2.     "user_id" : "UPDATE THIS WITH YOURS",
  3.     "collect_analytics" : true,
  4.     "renderer" : {
  5.         "enable_shadows" : true,
  6.         "msaa_samples" : 1,
  7.         "shadow_resolution" : 2048,
  8.         "enable_vsync" : true,
  9.         "enable_fullscreen" : false,
  10.         "screen_width" : 3840,
  11.         "screen_height" : 2107,
  12.         "draw_distance" : 1000,
  13.         "last_window_x" : -8,
  14.         "last_window_y" : -8,
  15.         "use_fast_hilite" : true,
  16.         "enable_ssao" : true,
  17.         "last_screen_x" : 8,
  18.         "last_screen_y" : 54,
  19.         "shadow_quality" : 2,
  20.         "max_lights" : 250,
  21.         "run_once" : true,
  22.         "use_high_quality" : true,
  23.         "max_shadows" : 3
  24.     },
  25.     "alpha_welcome" : {
  26.         "hide" : true
  27.     },
  28.     "tutorial" : {
  29.         "hideStartingTutorial" : true
  30.     },
  31.     "audio" : {
  32.         "bgm_volume" : 0,
  33.         "efx_volume" : 1
  34.     },
  35.     "enable_auto_save" : true,
  36.     "mods" : {
  37.         "stonehearth" : {
  38.             "enable_cpp_ai" : true,
  39.             "enable_speed_three" : true,
  40.             "default_storage_filter_none" : false,
  41.             "max_citizens" : 100,
  42.             "infinite_inventory" : true,
  43.             "show_hearthling_paths" : true,
  44.             "auto_loot" : true,
  45.             "randomize_attributes" : false
  46.         }
  47.     },
  48.     "simulation" : {
  49.         "use_subspace_pathfinder" : true
  50.     },
  51.     "config_id" : 1,
  52.     "force_32_bit" : false,
  53.     "language" : "en"
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement