criticalsool / LinuxCompany

Make LethalCompany working on Linux

Home Page:https://lethalcompany.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

drawing

LinuxCompany

Make LethalCompany working on Linux, specially with mods

Install BepInEx

Go to Thundertore/BepInEx and clic on Manual Download.

  • Open your game folder like this :
image
  • Copy the content of the archive in the game folder like this :
image
  • Add steam launch options
WINEDLLOVERRIDES="winhttp.dll=n,b"
  • Launch the game

Install mods

image
  • Steam launch options

Add your mod dll (like HDLethalCompany.dll) in the WINEDLLOVERRIDES, seperated by commas like this :

WINEDLLOVERRIDES="winhttp.dll,<YOUR_MODS_DLL>,HDLethalCompany.dll=n,b"

If you are on Linux, you can generate this list with this command in the plugins folder :

ls -R | grep -E "*.dll" | sed -z "s/\n/,/g"

My launch option as an example

WINEDLLOVERRIDES="winhttp.dll,AlwaysHearWalkie.dll,BetterStamina.dll,EladsHUD.dll,FovAdjust.dll,HDLethalCompany.dll,HideChat.dll,HornMoan.dll,LateCompanyV1.0.12.dll,LCBetterSaves.dll,LetMeLookDown.dll,MaskedEnemyRework.dll,Mimics.dll,MoreBlood.dll,MoreCompany.dll,MoreEmotes1.3.3.dll,MoreSuits.dll,NameplateTweaks.dll,NicholaScott.BepInEx.RuntimeNetcodeRPCValidator.dll,Peepers.dll,QuickRestart.dll,Scopophobia.dll,SkinwalkerMod.dll,SpectateEnemy.dll,TerminalApi.dll,TerminalClock.dll,LethalCompanyInputUtils.dll,LethalLib.dll,ShipLoot.dll=n,b" gamemoderun %command%
  • Enjoy !

Credits : LethalCompany, BepInEx, Thunderstore,

About

Make LethalCompany working on Linux

https://lethalcompany.net

License:GNU General Public License v3.0