kripy

Members
  • Posts

    15
  • Joined

  • Last visited

Everything posted by kripy

  1. Hello could you add 1440p support pls in config regards,
  2. yes but i don t have FW the goal is block region LOL
  3. For all Game but for me the front is it possible to ADD UFW in docker you can add default config all open but with persistance config because i wanna use FW for block ip range from some country ? regards,
  4. ok i found i add MaxPlayers=80 -QueueThreshold=80 no just Mayplayers
  5. i don t see command run for lunch server where i can see ? in log ?
  6. the FRONT game ocker run -d --name='TheFront' --net='bridge' --privileged=true -e TZ="Europe/Paris" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Tower" -e HOST_CONTAINERNAME="TheFront" -e 'GAME_ID'='2334200' -e 'GAME_PARAMS'='MaxPlayers=80?'
  7. hello how i can increase limit player 50 to 80 ? regards, for the front
  8. no becaue after you can add all mods https://valheim.thunderstore.io/?q=&ordering=newest here
  9. but is not same they are more mod with https://valheim.thunderstore.io/package/denikson/BepInExPack_Valheim/
  10. export DOORSTOP_ENABLE=TRUE export DOORSTOP_INVOKE_DLL_PATH=${SERVER_DIR}/BepInEx/core/BepInEx.Preloader.dll export DOORSTOP_CORLIB_OVERRIDE_PATH=${SERVER_DIR}/unstripped_corlib export LD_LIBRARY_PATH=${SERVER_DIR}/doorstop_libs:$LD_LIBRARY_PATH export LD_PRELOAD=libdoorstop_x64.so:$LD_PRELOAD export LD_LIBRARY_PATH=${SERVER_DIR}/linux64:$LD_LIBRARY_PATH export templdpath=$LD_LIBRARY_PATH chmod -R ${DATA_PERM} ${DATA_DIR} chmod: symbol lookup error: /serverdata/serverfiles/doorstop_libs/libdoorstop_x64.so: undefined symbol: dlopen
  11. Hello for Valheim i would like to add https://valheim.thunderstore.io/package/denikson/BepInExPack_Valheim/ i need update start-server with #!/bin/sh # BepInEx-specific settings # NOTE: Do not edit unless you know what you are doing! #### export DOORSTOP_ENABLE=TRUE export DOORSTOP_INVOKE_DLL_PATH=./BepInEx/core/BepInEx.Preloader.dll export DOORSTOP_CORLIB_OVERRIDE_PATH=./unstripped_corlib export LD_LIBRARY_PATH="./doorstop_libs:$LD_LIBRARY_PATH" export LD_PRELOAD="libdoorstop_x64.so:$LD_PRELOAD" #### could you help me pls ? is not persistant config i add export DOORSTOP_ENABLE=TRUE export DOORSTOP_INVOKE_DLL_PATH=./BepInEx/core/BepInEx.Preloader.dll export DOORSTOP_CORLIB_OVERRIDE_PATH=./unstripped_corlib export LD_LIBRARY_PATH=${SERVER_DIR}/doorstop_libs:$LD_LIBRARY_PATH i don t know how add not working export LD_PRELOAD=libdoorstop_x64.so:$LD_PRELOAD i think working but not persistant