How to get to the main menu from in-game

hey there everyone,

i’ve been playing around with the debug keys lately, and discovered a way to get to the title screen!

if you have debug keys enabled then F6 and F7 are for saving/loading a game. how they work is you press F6 to save a game, then F7 to load that game. however if you havent saved the game with F6 before, pressing F7 to load an F6 save game will just bring you back to the title screen! this will work from any screen in-game, even the title screen itself :stuck_out_tongue_closed_eyes:

if someone is able to give better instructions than me, then by all means please do!

i hope this works for others, and im not just having luck.

edit: as @Wiese2007 mentioned, i forgot to say how you enable the debug keys. you simply have to put "enable_debug_keys": true, right under your user ID in your user_settings.json found inside the stonehearth folder

this is a copy of what my user_settings.json looks like,

{
	"user_id" : "e91e8002-f84b-11e4-ad3b-3085a990d706",
	"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" : true,
		"msaa_samples" : 0,
		"shadow_quality" : 1,
		"max_lights" : 50,
		"enable_vsync" : false,
		"enable_fullscreen" : false,
		"screen_width" : 1916,
		"screen_height" : 1002,
		"draw_distance" : 1000,
		"last_window_x" : -8,
		"last_window_y" : 0,
		"last_screen_x" : 8,
		"last_screen_y" : 60
	},
	"audio" : {
		"bgm_volume" : 0,
		"efx_volume" : 1
	},
	"enable_64_bit" : true,
	"enable_lua_jit" : true,
	"tutorial" : {
		"hideStartingTutorial" : true
	}
}
5 Likes

The best is that you also give the info in your thread how you can enable the debugkeys :wink: i could do this now - but … i dont want to comprimise your good thread :smiley:

2 Likes

haha, thanks @Wiese2007 i totally forgot to mention how to enable the debug keys,

2 Likes