GameServerManagers / LinuxGSM

The command-line tool for quick, simple deployment and management of Linux dedicated game servers.
https://linuxgsm.com
MIT License
4.18k stars 801 forks source link

[Feature]: LD_PRELOAD #4530

Open krulci opened 3 months ago

krulci commented 3 months ago

User story

I am trying to preload mod framework before server start.

Game

Palworld

Linux distro

Debian 12

Command

command: start

Further information

LD_PRELOAD=/<UE4SS Location>/libUE4SS.so /<Game Location>/Pal/Binaries/Linux/PalServer-Linux-Test <Your ARGS>