Comments
May 22 @ 10:13am 
Hello dear Dev, I have found a way to run the game (on mac). I still have the empty ships folder though. Any chance of updating the game? Thanks !
BRO FİX YOUR GAME THE GAME WONT EVEN LAUNCH WTF
Mar 15 @ 12:31pm 
fix your game
Sep 27, 2025 @ 2:13pm 
hear me out: you update Sinking Simulator and Legacy (I bought both)
Dec 17, 2024 @ 5:06pm 
autre Québecois
Dec 17, 2024 @ 5:05pm 
bonjour
Nov 30, 2023 @ 3:31pm 
rip
Oct 20, 2023 @ 9:07pm 
+réputation québécois
Jun 27, 2023 @ 8:02pm 
bro sinking simulator is not working
May 26, 2023 @ 7:52am 
People removed all my friends from friendslist
Mar 31, 2023 @ 5:47pm 
I played the game when it was free at one time one of the first games i played from steam
Nov 20, 2022 @ 8:11am 
five night at freddy
Aug 26, 2022 @ 6:24pm 
wasted a dollar
Aug 12, 2022 @ 8:40pm 
Who made the Pacmaster in Sinking Sim
Aug 12, 2022 @ 8:39pm 
So YOUR the one
Aug 6, 2022 @ 9:09am 
maybe make sinking simulator like $5.99 (or £5.99 idk what currency other countries have lol)
Feb 20, 2022 @ 12:42pm 
mate don't run from the public when they have issues with your game address the issues you've abandoned sinking simulator and didn't say anything about it since 2021 give a status update because honestly the floating sandbox on gamejolt is far better than the dumpster fire here on steam
Feb 6, 2022 @ 5:06am 
What Titanic mod did you use for your 108th real time sinking vid?
Jan 1, 2022 @ 9:07pm 
ya can you make it work
Apr 30, 2021 @ 8:33am 
hi can you make sinking simulator for macOS
Apr 26, 2021 @ 12:30pm 
hello, sinking sim is not working. please find a solution asap
Mar 7, 2021 @ 2:28pm 
Can you please make the game (Sinking Simulator) for MacOS? It is the only desktop device I have.
Nov 21, 2020 @ 3:12pm 
Я трахнул твою маму, корова
Nov 2, 2020 @ 10:24am 
if not keep updating
Nov 2, 2020 @ 10:24am 
Hey m8 can you at least admit that you have abandond sinking sim
Oct 18, 2020 @ 12:05pm 
Please reply to the question
Sep 25, 2020 @ 6:48pm 
can you add more tools in sink sim
Jun 27, 2020 @ 6:26pm 
Hello, i was wondering if your background music in sinking simulator is royalty free music and if I could use it in making YouTube videos for my channel? Thanks!
May 30, 2020 @ 12:50am 
Hello there sir. Im here to deliver some "things" that most of the community require trought out the time for Sinking Simulator, i hope this message will reach you: Mainly the people asks for 3 things: a way to pause the game (maibe just the spacebar would be great) and an "undo" button for the "physics" bar of the toolbar and some basic presets for it. (like "titanic night [plain water] or "storm") things like this. Cheers!
Apr 27, 2020 @ 11:44am 
Hey Pac0master, i'm PinkyTheFoxxyWasp from the early Alpha Testing group for Universe Sandbox 2. We stopped talking a while back, around the release of the game due to unforseen issues on my end of life. i'd love to catch up on things, mind chucking an accept on the friend request? Good to see you've been doing well man.
Apr 12, 2020 @ 12:08am 
hey hey
Apr 2, 2020 @ 2:56pm 
Hey Pac0, greeting you all the way from topica :-)
Feb 5, 2020 @ 4:06am 
h
Feb 3, 2020 @ 5:02am 
*loads portable high pressure steam turbine with coal magazine*
hand over the watertight compartments
Jan 29, 2020 @ 9:11pm 
How Sinking Sim coming?
Dec 22, 2019 @ 9:12pm 
i love your work but i just want 2 ask why you blocked the link to the funding for the guy with brain cancer??? :winter2019angryyul:
Dec 14, 2019 @ 2:12am 
Yo! Love your work. :D
Dec 5, 2019 @ 8:54pm 
Help in sinking simulator i didn't get the color palatte
Dec 2, 2019 @ 7:15am 
Slowly but surely
Dec 2, 2019 @ 5:39am 
How is Portal 2: Abyss going?
Nov 18, 2019 @ 10:00am 
Thanks for Sinking Sim, I love it ^^
Nov 3, 2019 @ 9:52am 
I love people who played Sinking Sim and called it boring... like how, it was free, not like you lost any money on it if you don't like it
Nov 1, 2019 @ 8:32pm 
In sinking simulator the Abdulrhman pack pack isnt working for me, the ships in it wither sink immedaitly or melt
Oct 30, 2019 @ 11:55am 
ok, thanks for that :D
Oct 30, 2019 @ 10:09am 
You can try updating your graphics card drivers, but there's no guarantee it will works
Oct 30, 2019 @ 10:06am 
Looks like your Graphics card doesn't support OpenGL 3.2
which is required to run the game
Oct 30, 2019 @ 5:51am 
3rd part :


Exception in thread "main" java.lang.ExceptionInInitializerError
at com.wicpar.sinkingsimulator.Main.main(Main.kt:78)
Caused by: java.lang.RuntimeException: Failed to create Shader
at com.wicpar.engine.opengl.shaders.Shader.<init>(Shader.kt:27)
at com.wicpar.engine.opengl.shaders.Shader.<init>(Shader.kt:15)
at com.wicpar.sinkingsimulator.Sky.<clinit>(Sky.kt:86)
... 1 more
Oct 30, 2019 @ 5:51am 
2nd part :

const vec4 col = vec4(0.529, 0.808, 0.980, 1);
const float pi = 3.141592;

void main()
{
vec2 screenCoord = vTexCoord * 2 - 1;
vec4 worldCoord = inv * vec4(screenCoord, 0, 1);
vec4 lim = inv * vec4(screenCoord.x, sign(worldCoord.y), 0, 1);
float ytex = 0;
if (worldCoord.y > 0) {
ytex = 0.5 - (worldCoord.y / lim.y) * 0.5;
} else {
ytex = 0.5 + (worldCoord.y / lim.y) * 0.5;
}

float StarVal = texture(stars, vTexCoord).x * smoothstep(0, 3, worldCoord.y) * (1 - day);
FragColor.xyz = texture(sky, vec2(day, ytex)).xyz + vec3(StarVal);
FragColor.w = 1;
}
Oct 30, 2019 @ 5:50am 
you mean this? i dont understand to this ..

ERROR: 0:2: '' : Version number not supported by OGL driver
ERROR: 0:2: '' : syntax error: #version


#version 150 core

in vec2 vTexCoord;
out vec4 FragColor;

uniform mat4 inv;
uniform float day = 1;
uniform vec2 resolution;

uniform sampler2D sky;
uniform sampler2D stars;
Oct 29, 2019 @ 5:25pm 
Look up the game's directory, there might be an Error log or something