게임/Valheim 발헤임 I 모드

발헤임 채팅 기능 추가모드 - Betterchat모드 설치/사용법

 

 

모드 페이지

 

 

BetterChat v1.3.0

Shows the chat window when a message is received and other chat features.

valheim.thunderstore.io

 

모드소개

 

발헤임의 채팅 시스템 기능을 추가합니다. 기능들은 config 메모장을 수정하여 설정 가능합니다.

채팅창을 항상 표시되게 하거나, 채팅창이 보이는 시간을 설정 가능합니다.

기본 말하기나 속삭이기 명령어의 적용 범위를 설정 가능합니다.

월드챗을 기본값으로 설정 가능합니다.

 

* 선행모드 : BepInEX *

 

 

발헤임 모드 - BepInEx 설치

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

litahan0519.tistory.com

 

 

 

모드 설치 : 수동

 

1. 파일 다운로드

 

Crystal-BetterChat-1.3.0.zip
0.01MB

 

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

 

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

 

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

 

 

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

 

 

 

 

모드 사용법

 

 

[Chat]

## If True, the chat window will remain visible at all times. If False, the chat window will appear when new messages are received.
# Setting type: Boolean
# Default value: false
AlwaysVisible = false

True로 바꿔주면 채팅창이 언제나 활성화되어있도록 합니다.

## The time, in seconds, to keep the chat window visible after sending or receiving a message. Minimum is 0.5. Has no effect if AlwaysVisible=true.
# Setting type: Single
# Default value: 10
HideDelay = 10

새 채팅이 올라온 뒤 몇 초 뒤에 채팅창이 사라질지 설정합니다.

## If True, shout will be in all caps and whisper will be in all lowercase (game default). If False, messages will appear as they were originally entered.
# Setting type: Boolean
# Default value: false
ForceCase = false

True로 바꾸면 모든 "외치기"상태의 글자가 대문자로 전달되고, 속삭임은 소문자로 전달됩니다.



## If True, text entered will shout by default - type /s for talk. If False, chat will be talk by default - type /s for shout.
# Setting type: Boolean
# Default value: false
DefaultShout = false

True로 바꾸면 기본 채팅 설정이 "외치기"로 변경됩니다.



## The maximum distance at which you will receive normal chat messages (not whisper or shout). Game default is 15. Acceptable range is 1-100.
# Setting type: Single
# Default value: 15
TalkDistance = 15

일반 채팅을 했을 때 채팅이 전달되는 최대 거리를 설정합니다. 최대 거리를 벗어난 다른 플레이어에게는 말이 들리지 않습니다. 숫자를 변경하여 설정합니다.



## The maximum distance at which you will receive whispered chat messages. Game default is 4. Acceptable range is 1-20
# Setting type: Single
# Default value: 4
WhisperDistance = 4

속삭임 채팅을 했을 때 채팅이 전달되는 최대 거리를 설정합니다. 최대 거리를 벗어난 다른 플레이어에게는 말이 들리지 않습니다. 숫자를 변경하여 설정합니다.