[Res] Start-Up Crashes (Solved!)

oh silly me, the game hasn’t started up so that didn’t get filled out yet

here try copying this into it into it (this is just an version of mine, with your user_ID and 32-bit enabled),

    {
    "user_id" : "d4043316-3a0a-11e5-90a9-00ffe7957c69",
    "enable_debug_keys" : true,
    "collect_analytics" : true,
    "alpha_welcome" : {
        "hide" : true
    },
    "enable_auto_save" : false,
    "renderer" : {
        "run_once" : true,
        "use_high_quality" : false,
        "enable_ssao" : false,
        "enable_shadows" : false,
        "msaa_samples" : 0,
        "shadow_quality" : 1,
        "max_lights" : 30,
        "enable_vsync" : false,
        "enable_fullscreen" : false,
        "screen_width" : 1920,
        "screen_height" : 1018,
        "draw_distance" : 1000,
        "last_window_x" : -8,
        "last_window_y" : -8,
        "last_screen_x" : 8,
        "last_screen_y" : 52
    },
    "audio" : {
        "bgm_volume" : 0.3,
        "efx_volume" : 1
    },
    "enable_64_bit" : false,
    "enable_lua_jit" : true,
    "tutorial" : {
        "hideStartingTutorial" : false
    },
    "mods" : {
        "homf" : {
            "customize_embarking" : true,
            "customize_immigrating" : true,
            "zoom_to_hearthling" : true,
            "pause_during_customization" : true
        }
    },
    "force_32_bit" : true
}
2 Likes