Vicho75

Member
Aug 24, 2022
338
1,011
243
What optimization you want ?? i had to limit FPS in the game
Have you tried first-person mode? The way the characters' skin looks up close? The clothes textures when you cluse up on them? Improving the quality of those textures without compromising the game's performance is a matter of optimization.

Instances. There are characters that appear at certain times in certain places (park, pool). It was mentioned in this thread a while ago, that all character instances are in all the places they should be, just "invisible." The game determines whether to make them visible or not. Having them invisible is a silly system overload.

Techniques such as asynchronous scene loading, lazy prefab instantiation, or the use of AssetBundles can be used. These techniques allow resources to be loaded only when needed, improving performance and reducing initial load times.
 

Fragmandk

Active Member
Game Developer
Jul 3, 2017
576
1,259
378
Have you tried first-person mode? The way the characters' skin looks up close? The clothes textures when you cluse up on them? Improving the quality of those textures without compromising the game's performance is a matter of optimization.

Instances. There are characters that appear at certain times in certain places (park, pool). It was mentioned in this thread a while ago, that all character instances are in all the places they should be, just "invisible." The game determines whether to make them visible or not. Having them invisible is a silly system overload.

Techniques such as asynchronous scene loading, lazy prefab instantiation, or the use of AssetBundles can be used. These techniques allow resources to be loaded only when needed, improving performance and reducing initial load times.
I have a great idea go make a game and post it here on F95
And using to many AssetBundles is not good either.
And for the most part your talking out your ass anyway
 

Vicho75

Member
Aug 24, 2022
338
1,011
243
The quality of KST's updates has dropped a lot. It makes inadequate updates with little content. Compared to its old game, it seems like it will take years for its second game to be finished.
This is the business model for this type of game. Almost All of them.
At first, each patch brought a Huge amount of content. To increase interest in the game, and build a community around it.

But once the game overcome that stage, the dev have to manage how much content is the minimum he can deliver each month, to maximize his productivity and profitability.

Why deliver a lot of content in one month when he can deliver it in two months or more, and still get paid the same?
 
Last edited:

hardace

Impatiently waiting for the next update
Donor
Oct 8, 2017
104
146
275
Where else could the saved file be? I've already checked the usual places, but my files aren't there.

C:\Users\{username}\Documents\SeasideMystery
C:\Users\{username}AppData\LocalLow\KsT Game
The correct save files location for this game are somewhere in these comments, but here it is again (PC Only)
This PC/Documents/SeasideMystery

My question is this ... During Lisa's scene, my screen goes all white. How do I fix this? NVM, changed my graphics, and fixed it.
 
Last edited:

YourDevil54

Member
Oct 9, 2020
200
621
247
Where else could the saved file be? I've already checked the usual places, but my files aren't there.

C:\Users\{username}\Documents\SeasideMystery
C:\Users\{username}AppData\LocalLow\KsT Game
open PowerShell and paste this command:
Start-Process (Join-Path ([Environment]::GetFolderPath('MyDocuments')) 'SeasideMystery')
 
  • Like
Reactions: zh0p4

PapyMoujot

New Member
Aug 2, 2020
11
17
138
Does anybody know why I can't get the new coins ? I had the same problem last update. With this new update I was able to get coin 15 and 16 which I should've been able to get last update. Now Coins 17 and 18 are just not showing.

btw, any code for clothes this update ?
 

Filebitter

Newbie
Aug 27, 2019
30
39
206
Does anybody know why I can't get the new coins ? I had the same problem last update. With this new update I was able to get coin 15 and 16 which I should've been able to get last update. Now Coins 17 and 18 are just not showing.

btw, any code for clothes this update ?
Coins start to be available in versions 0.XX.1. So if you're playing 0.31.0 - coins 17 and 18 are not there . They are in 0.31.1, which is not cracked yet.
 
3.80 star(s) 92 Votes