SmartlyDressedGames / Unturned-3.x-Community

Community portion of the Unturned-3.x repo. If you have access to the source code you can find it here:
https://github.com/SmartlyDressedGames/Unturned-3.x/
83 stars 17 forks source link

Impossible to launch without Battleye on Linux #4403

Closed ai-kana closed 1 month ago

ai-kana commented 1 month ago

It is currently impossible to launch Unturned without battleye on Linux and Mac platforms

Makes it impossible to test client side modules. I tried the work around of deleting BE libs, it doesn't show the menu element which grabs the BE status from provider so the game still thinks its loaded aka won't load modules; You're still unable to join servers.

No binary for launching without BE, option also unavailable in Steam launch options.

image

SDGNelson commented 1 month ago

Unturned_BE.exe adds -BattlEye to the launch command-line to indicate it was launched through BattlEye. This is used to decide whether to load modules and whether to show the "BattlEye disabled" banner on the menu. It looks like that banner is removed from the Mac and Linux versions because they don't receive that -BattlEye flag, i.e., they don't think they are running with BattlEye until joining the server. This means it should be loading modules regardless. Can you attach the Client.log file, please? Your modules should be getting loaded.

ai-kana commented 1 month ago

I see that now was able to load a module just fine sorry for the trouble.