= 모드가 포함된 Valheim 전용 서버 호스팅 = 나는 한동안 공격대를 위한 전용 호스팅 Valheim 서버를 담당했기 때문에 그들이 시도하고 싶어하는 모드를 발견했을 때 작은 사람에게서 사탕을 빼앗는 것과 같을 것이라고 생각했습니다. 또는 뭔가 그렇지 않았습니다. 그것. 나는 여러 사이트에서 정보를 모으고, 구덩이에 부딪치고, 바에 가서, 잠을 잤다가, 알아냈다. 내가 한 방법은 다음과 같습니다. (스크립트 키디는 맨 아래에 TL;DR) 여기에 설명된 대로 기본 LightSail 호스팅으로 시작하십시오. httpsaws.amazon.com/getting-started/hands-on/valheim-on-aws/ 3.3에 도달할 때까지 해당 지침을 따르십시오. Ubuntu 20.04 LTS를 선택했지만 이 글을 작성한 이후 버전이 올라갔을 수 있습니다. 3.2 및 3.3까지의 모든 단계를 진행하되 몇 단계에서 저장 파일의 이름을 조정해야 한다는 점을 이해하십시오. 지금은 기본값('전용')으로 두는 것이 좋지만 잠시 후에 변경할 예정입니다. 이것이 일반적인 Valheim 호스팅 전용 서버의 기초입니다. 원하는 것이 전부라면 여기에서 괜찮습니다. 나는 기본적으로 도커와 그 모든 것에 대해 아무것도 모른다는 점에 유의하십시오. 이 지침의 나머지 부분을 수행하고 이 모든 것을 도킹할 수 있는 능력이 있다면 그것을 고마워할 백만 명의 사람들이 있습니다. 모드를 추가하려면 다음과 같이 하십시오. httpswww.overwolf.com/app/Thunderstore-Thunderstore_Mod_Manager에서 모드 관리자 Thunderstore를 게임 장비로 가져옵니다. 친구들이 Epic Valheim 모드 세트를 플레이하고 싶어해서 Mod Manager에서 Epic Valheim을 검색하고 다운로드하여 설치했습니다. 이렇게 하면 이러한 모든 모드에 대한 파일이 로컬 게임 장비의 보조 위치에 저장됩니다. 설정으로 이동한 다음 위치로 이동한 다음 데이터 폴더 찾아보기를 클릭하여 모드 관리자에서 해당 위치를 찾을 수 있습니다. 나중에 필요할 것입니다. 창을 열어 두십시오. Mod Manager의 "Start modded"버튼을 통해 Valheim의 로컬 게임을 시작하고, 새로운 세계를 만들고, 모든 모드가 예상대로 적용되는지 확인하세요. 나타난 데이터 폴더로 돌아가서 Valheim/profiles/Epic Valheim(또는 무엇이든)을 클릭합니다. BepInEx 폴더를 가져 와서 zip으로 만드십시오. 해당 zip 파일을 AWS S3 또는 기타 사용 가능한 호스팅 서비스에 업로드합니다(권한에 액세스할 수 있도록 권한을 뒤틀어야 합니다. 사람들이 귀하의 데이터를 동전으로 수집하는 것이 걱정된다면 IP로 제한하십시오) LightSail 인스턴스로 돌아가서 /home/ubuntu/valheim/server로 이동하고 wget whatever you just uploaded Then wget the dll pack for Valheim - The way I figured this out was to go to httpsvalheim.thunderstore.io/package/denikson/BepInExPack_Valheim/ and click on Manual Download. That downloaded it to my computer, but they have somescriptingthat obfuscates the address of the actual file. If you watch the network traffic (Hit F12 in Firefox, for example) you can watch the actual network traffic and find out that the file is actually at httpsgcdn.thunderstore.io/live/repository/packages/denikson-BepInExPack_Valheim-5.4.1900.zip. Find the file you want and wget it from the server (mine was wget httpsgcdn.thunderstore.io/live/repository/packages/denikson-BepInExPack_Valheim-5.4.1900.zip) Install unzip (sudo apt install unzip) Unzip the BepInExPack first - unzip denikson-BepInExPack_Valheim-5.4.1900.zip Move the files that enable doorstop and unstripped_corlib into place - mv BepInExPack_Valheim/* Delete the unused folder - rm -rf BepInExPack_Valheim/ Delete the unmodded BepInEx folder - rm -rf BepInEx Unzip the file you uploaded from your gaming rig (unzip BepInEx.zip or whatever you named it) - this contains both the mods and the config that you had locally Make sure that your directory structure looks something like: valheim/server$ ls BepInEx logs BepInEx.zipmanifest.json LinuxPlayer_s.debug server_exit.drp README.mdstart_game_bepinex. UnityPlayer.sostart_server. UnityPlayer_s.debug start_server_bepinex. 'Valheim Dedicated Server Manual.pdf' start_server_xterm. config.json steam_appid.txt denikson-BepInExPack_Valheim-5.4.1900.zip steamapps discord.json steamclient.so doorstop_config.ini unstripped_corlib doorstop_libs valheim_server.x86_64 icon.png valheim_server_Data linux64 winhttp.dll Change permissions on the run script - chmod 755 start_server_bepinex. Edit the run script to the name, world, and password you want. - vi start_server_bepinex.and go to the line that starts 'exec ./valheim_server Start the server in a way that it will continue running after you log out of LightSail - sudo ./start_server_bepinex.& Go back to your LightSail instance, find the IP Address and copy it Start a modded version of Valheim with the Mod Manager Select Join IP and drop your LightSail IP address in there BE A VIKING TL;DR: Create LightSail Ubuntu Instance Alter networking for instance to add a rule allowing UDP on ports 2456-2458 curl -fsSL httpsget.docker.com -o get-docker. sudoget-docker. sudo apt install docker-compose curl -o docker-compose.yml httpsgist.githubusercontent.com/robzhu/a127a6bce1ea25b01d40efb57ad1c26e/raw/30a2927a901dd614a518319cfeaa63a6bd2648a4/gistfile1.txt sudo docker-compose up (let it run until you see "Done generating locations, duration:" - then hit CONTROL-C tothe process) Install mods you want to run on your gaming rig via Thunderstore Mod Manager Go to your local install folder, find the BepInEx folder, zip that up into a .zip file, upload it to a place where it can be easily accessed (I pushed it to S3 and set it to public) cd /home/ubuntu/valheim/server wget wget (might be wget httpsgcdn.thunderstore.io/live/repository/packages/denikson-BepInExPack_Valheim-5.4.1900.zip) sudo apt install unzip unzip denikson-BepInExPack_Valheim-5.4.1900.zip mv BepInExPack_Valheim/* rm -rf BepInExPack_Valheim/ rm -rf BepInEx unzip BepInEx.zip chmod 755 start_server_bepinex. vi start_server_bepinex. sudo ./start_server_bepinex.& Great Thread. I've never worked in a linux terminal to this point, but had a few rusty C skills from college, and a lot of google I was a little confused on a few parts: Move the files that enable doorstop and unstripped_corlib into place - mv BepInExPack_Valheim/* the syntax *mv BepInExPack_Valheim didn't work for me. I had to use the full directories in the move function (let it run until you see "Done generating locations, duration:" - then hit CONTROL-C tothe process) This was in the TL:DR: but not it the full version So on the first point, what I posted vs what you mentioned - there was a lacking- when using the mv command, the first parameter is where from and the second parameter is where to. The purpose of that command is to move everything from the folder BepInExPack_Valheim (which is what the suffix /* is for) to here (which is what the . is for) As for the second, I am an imperfect soul. Mighta left something out, but I'm here for questions == About Community == Vikings Deer currently honking == Similar to this post == r/TerrariaDedicated server with TmodLoader100%34/13/2019 r/OculusQuestDedicated router for Virtual Desktop89%419/2/2020 r/ConanExilesDedicated server 9999 ping and unjoinable100%309/24/2020 r/spaceengineersDedicated server (performance) plugins100%15Jan 20 - r/hetznerDedicated servers and vSwitch network speed100%69/3/2021 r/valheimFor all of you who have been working what the devs have94%7823d r/valheimFound an unconnected portal in Da Lat, Vietnam.99%426d r/valheimI never post but this needs to be said92%2342d r/valheimSo um… who knew cloudberries were actually a thing?96%2112d r/valheimA Friend and I tried out the harpoon cannon. Wasn't99%761d r/valheimThe Black Forest seen from the Meadows.98%461d r/valheimMe trying to put my boars inside the breeder98%456d r/valheimValheim moment97%3820h r/valheimGotta love this First Person Camera mod98%1145d r/valheimMaybe just wishful thinking but I suspect they might97%1754d