homarkc

Well-Known Member
Nov 12, 2018
1,045
397
278
Why is the latest update loading so slow? It was so slow I thought at first the computer freezes.
 
Last edited:
  • Like
Reactions: Vega095

Daedra6646

Member
Dec 31, 2017
215
290
266
View attachment 4798682
My GeForce works all time at the top load. Even when game in static situations. Is it normal? Usually I see such load and temperature when I generate 4K images with Stable Diffusion.
you don't have an FPS limit setting set yet likely, so its pulling all the juice possible to generate as many frames per second as possible.

It happens in a lot of games where the devs don't think to add that in.
 
  • Like
Reactions: ibigibbi

Gerry99

Newbie
Mar 8, 2020
67
262
95
The trick with creating the "System.smg" file may help with future versions of the game, if the developer does not fix this bug.
Therefore, it is better to use this method.
Hacking the "GameAssembly.dll" file is much more time-consuming.
 

ShinyRock_Productions

Member
Game Developer
Sep 30, 2022
170
266
186
The trick with creating the "System.smg" file may help with future versions of the game, if the developer does not fix this bug.
Therefore, it is better to use this method.
Hacking the "GameAssembly.dll" file is much more time-consuming.
What is this about? Cracking?
 

Aldruh

New Member
Feb 1, 2020
12
19
127
[GUIDE] How to force Seaside Mystery (or any Unity game) to run with DirectX 11 or OpenGL using PowerShell


Hi everyone!
I had issues running Seaside Mystery, and by default, it was running with low FPS (20 FPS). I found a solution that boosted my FPS up to 120-130, so I wanted to share this step-by-step guide for anyone else struggling.


Here’s how you can force the game to run with DirectX 11 or OpenGL:

► Steps to run with DirectX 11:
  1. Go to the folder where Seaside Mystery.exe is located.
  2. Hold Shift and right-click inside the folder background.
  3. Select “Open PowerShell window here” (or "Open Command Window here" if using cmd).
  4. In the PowerShell window, type the following command and press Enter:
    powershell
& ".\Seaside Mystery.exe" -force-d3d11

This will force the game to run using DirectX 11.

► Steps to run with OpenGL:

If you want to try OpenGL instead, use this command:

& ".\Seaside Mystery.exe" -force-glcore

Optional tip: Create a shortcut
If you don't want to use PowerShell every time:

1. Right-click on Seaside Mystery.exe and select Create Shortcut.

2. Right-click the shortcut → Properties.

3. In the Target field, add the command at the end:

"D:\Path\To\Seaside Mystery.exe" -force-d3d11

Tip: You can change -force-d3d11 to -force-glcore if you prefer to launch the game with OpenGL instead!
Click Apply and use the shortcut to launch the game every time with your chosen graphics API.
 
Last edited:
3.80 star(s) 93 Votes