Jump to content

Fully untouched 34083 server files & DB


Rumor

Recommended Posts

Remove the preloads from the run.sh scripts like this..

 

 

find this:

./vrunner --daemon --pid-path=pid.game --file=game --env="LD_32_LIBRARY_PATH=/usr/local/lib/metin2" --env="LD_32_PRELOAD=./libgame.so" >> autorun.log 2>&1 &

remove this:

--env="LD_32_LIBRARY_PATH=/usr/local/lib/metin2" --env="LD_32_PRELOAD=./libgame.so"

End result should be like this:

./vrunner --daemon --pid-path=pid.game --file=game >> autorun.log 2>&1 &

This was a mistake in the script and I'll update the package with the right scripts.

 

How do i do that? Where do i find that?

Link to comment
Share on other sites

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.