*//
Member
- Jan 17, 2018
- 130
- 255
- 251
If it helps someone, I can offer saves 0.25.1-0.31.1, unfortunately there are no earlier ones.
If it helps someone, I can offer saves 0.25.1-0.31.1, unfortunately there are no earlier ones.
Good to know, thanks, nice job.Well, I had this same bug in this quest too, so what I did was edit the save file, based on the .txt file, which I discovered in the game folder "Seaside Mystery\Seaside Mystery_Data\Resources", the file name is "TJournalEng.txt", and in it there are the quests and the variables for these quests. For example, looking at it, I discovered that the following excerpt says:
"{
"task": "Look for a shop to buy a mask",
"operation": "2",
"VarTypeOne": "1",
"VarTypeTwo": "0",
"VarNameOne": "",
"VarNameTwo": "Breq",
"FlowOne": "1",
"FlowTwo": "1",
"InvOne": "33",
"InvTwo": "",
"VarOne": "0",
"VarTwo": "109"
},"
Note that the "Breq" variable says the value should be 109, but in my save file, this value was already 128. All I did was change it to 109, save, and reload the game. When I talked to Nyomi, I finally had the dialogue unlocked. In your save file, open it in the online save editorYou must be registered to see the links, then change the value of the "Breq" variable if it is different from "109", don't forget to make a backup first.
Note: This, in addition to unlocking the Gym, unlocked the dialogue for purchasing the mask in Freya's sex shop.
The mask, you have to click on "Talk" and not on "Shop" in the options that appear when interacting with Freya, then she will sell you the mask.Good to know, thanks, nice job.
The question is, where is the mask? Why does it not appear in dialogs?
My file is already listed as 109, so I tried editing it backwards to see if it would work, but it didn't work. Unfortunately, I'm having the same issue as the other user.Well, I had this same bug in this quest too, so what I did was edit the save file, based on the .txt file, which I discovered in the game folder "Seaside Mystery\Seaside Mystery_Data\Resources", the file name is "TJournalEng.txt", and in it there are the quests and the variables for these quests. For example, looking at it, I discovered that the following excerpt says:
"{
"task": "Look for a shop to buy a mask",
"operation": "2",
"VarTypeOne": "1",
"VarTypeTwo": "0",
"VarNameOne": "",
"VarNameTwo": "Breq",
"FlowOne": "1",
"FlowTwo": "1",
"InvOne": "33",
"InvTwo": "",
"VarOne": "0",
"VarTwo": "109"
},"
Note that the "Breq" variable says the value should be 109, but in my save file, this value was already 128. All I did was change it to 109, save, and reload the game. When I talked to Nyomi, I finally had the dialogue unlocked. In your save file, open it in the online save editorYou must be registered to see the links, then change the value of the "Breq" variable if it is different from "109", don't forget to make a backup first.
Note: This, in addition to unlocking the Gym, unlocked the dialogue for purchasing the mask in Freya's sex shop.
I was able to get the mask by this change, I'm stuck on NyomiMy file is already listed as 109, so I tried editing it backwards to see if it would work, but it didn't work. Unfortunately, I'm having the same issue as the other user.
In Pre-cracked 31.1 version of the game it is stated that removed dx12 dll. The question arose: why is this done, and will it prevent the game from running on Windows 11?View attachment 4997637
Game/Crack version [Windows] Pixeldrain Google Drive 30.0 Download Download 30.1 Download Download 30.2 Download Download 31.0 Download Download 31.1 Download Download You must be registered to see the linksTable 30.0-31.1+ (31.2, 32.0...)Download Download
Replace GameAssembly.dll in the game folder and you're good to go.
You don't have permission to view the spoiler content. Log in or register now.You don't have permission to view the spoiler content. Log in or register now.
Full game: Pre-cracked 31.1 (crack, latest dlss, removed dx12 dll, clothing unlocker - save still needs to be edited)
anyone play on mac?
in 30.0+ dx12 does not existIn Pre-cracked 31.1 version of the game it is stated that removed dx12 dll. The question arose: why is this done, and will it prevent the game from running on Windows 11?
I want to see more of Isabella too.If there is an update with Janice, that update is absolutely perfect.
Small update about using Vulkan as an additional API[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:
- Go to the folder where Seaside Mystery.exe is located.
- Hold Shift and right-click inside the folder background.
- Select “Open PowerShell window here” (or "Open Command Window here" if using cmd).
- 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.