Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Tried it again today, still stuck on a black screen.
When I uninstall the game, then reinstall it shows the black screen for a bit before showing the desktop whilst it still claims control of the mouse. Looking through the task manager we again have the unity crash handler.
My guess is that there's a setting broken that forces an impossible resolution or something on startup. But as said I have no clue where any logs or settings are stored, so unable to change do anything else.
If the devs do read these posts let me know, because right now having a patch make it impossible to continue with the game is not what I'd call enjoyable. I didn't buy the game to be locked out of playing after my first run when a patch hits....
I am the Community Manager for Shiny Shoe. I am sorry to hear that you are experiencing this issue. If you are still experiencing this, could you please try the following steps?
1. Shut down the game.
2. Copy the files from this location to a new file elsewhere as backup:
5. To restore your game progress, please shut down the game and copy back the files from your backup.
Please note that the important files are:
Your progress:
If you are still experiencing issues, could you please zip this file and send it to 'support@shinyshoe.com'?
Thank you so much for playing Monster Train 2! Please let me know if it works or if you have any further questions!
Doing steps 1,2 and 3 was enough to fix it, steam just redownloaded the save file. Thank you :)
I've also done a git diff on the old content of the folder and the new one, which appears to have only 1 relevant change:
- preferences-local.json has had the "exclusiveWhenInFullScreen" changed from true (hanging on start) to false (loading to main menu in seconds).
old:
{"version":1,"screenSettings":{"version":1,"display":0,"resolution":{"width":3440,"height":1440,"fullScreen":true},"exclusiveWhenInFullScreen":true,"vSyncCount":1,"framerateForVsyncCount0":144},"graphicsQuality":{"msaa":true,"ambientOcclusion":true,"motionBlur":true,"bloom":true,"fastBloom":false,"lightsCastShadowsOff":false,"iceRefractionOff":false},"safeZoneAdjustPct":0.0,"hasSafeZoneBeenSet":false,"uiScaleMode":0}
new:
{"version":1,"screenSettings":{"version":1,"display":0,"resolution":{"width":3440,"height":1440,"fullScreen":true},"exclusiveWhenInFullScreen":false,"vSyncCount":1,"framerateForVsyncCount0":144},"graphicsQuality":{"msaa":true,"ambientOcclusion":true,"motionBlur":true,"bloom":true,"fastBloom":false,"lightsCastShadowsOff":false,"iceRefractionOff":false},"safeZoneAdjustPct":0.0,"hasSafeZoneBeenSet":false,"uiScaleMode":0}
The remaining changes in the diff were in 3 log files, 2 backup files and the metagameSave.json.1 that wasn't there before.
I am so glad to hear that! Thank you for sending me an update and I hope you have fun playing Monster Train 2.