게임/Valheim 발헤임 I 모드

발헤임 길들인 동물들과 같이 포탈 이용하기 - Teleport Wolves 모드

 

모드 페이지

 

 

Teleport Wolves

This plugin makes your wolves able to follow you through portals.

www.nexusmods.com

 

 

모드소개

 

길들인 동물들이 포탈을 사용했을 때 같이 이동될 수 있게 해주는 편의모드입니다.

최대 몇 마리까지 같이 이동되는지, 어느 정도의 거리에 있는 동물들까지 같이 이동되는지 등을 cfg 메모장을 이용해서 설정 가능합니다.

 

 

* 선행모드 : BepInEX *

 

 

발헤임 모드 - BepInEx 설치

발헤임 모드는 플러그인 방식으로, BepInEx 프로그램의 선행 설치가 필수인 경우가 많다. 어떻게 설치하면 되는지 알아보자. 1. 아래 사이트로 들어가서 파일 다운로드 BepInExPack Valheim v5.4.602 BepInEx

litahan0519.tistory.com

 

 

 

 

 

모드 설치 : 수동

 

1. 파일 다운로드

 

 

TeleportWolves-217-0-2-2-1615546976.zip
0.00MB

 

 

2. 새 폴더에 압축을 푼다.

 

 

3. [:\SteamLibrary\steamapps\common\Valheim\BepInEx\plugins ]경로에 넣어준다.
*설치경로가 개인마다 다를 수 있음.

 

 

위 경로는 스팀 라이브러리의 발헤임 우클릭 > 관리 > 로컬 파일 보기로 쉽게 들어갈 수 있다.

 

 

발헤임폴더가 아닌 BepInEx/plugins 폴더에 넣어주자.

 

 

모드 설치 : 볼텍스

 

 

볼텍스(Vortex) 설치, 발헤임 등록하기 - 모드 관리를 쉽게 하자

발헤임 모드는 넥서스 홈페이지(클릭)에서 확인하고 다운받을 수 있다. 대부분은 그냥 파일을 받아서 폴더에 넣으면 되는 간단한 방식이기에 모드매니저가 필요한가? 싶을 수 있지만 설치한 모

litahan0519.tistory.com

 

모드 사용법

 

[General]

## Nexus mod ID for updates
# Setting type: Int32
# Default value: 217
NexusID = 217

## The number of animals that can be teleportet at once. A higher number could lead to occupation of the target portal as the player eventually gets burried under a giant pile of animals.
# Setting type: Int32
# Default value: 4
maxTeleportedAnimals = 4

한번에 텔레포트 가능한 동물들의 최대 수를 설정합니다.

 


## Animals farther away from the player than this won't be teleported.
# Setting type: Int32
# Default value: 20
detectionRange = 20

텔레포트를 할 때 이동할 동물의 위치를 감지하는 최대 거리를 설정합니다.

해당 거리보다 동물이 멀리 있으면 같이 이동하지 못합니다.

## When enabled, all tamed animals will be teleportet when you sneak through the portal.
# Setting type: Boolean
# Default value: false
sneakToTeleportAllTamed = false

true로 변경하면 컨트롤 키를 눌러 은신 상태에서 포탈을 사용해야 길들인 동물들이 따라옵니다.

## Animals farther away from the player than this won't be teleported when entering the portal while sneaking.
# Setting type: Int32
# Default value: 10
sneakDetectionRange = 10

은신 상태에서 텔레포트를 할 때 이동할 동물의 위치를 감지하는 최대 거리를 설정합니다.