Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
FindTomb
Tracks your recent deaths and shows tiered-colored, numbered grave pins on the map plus a compass VFX pointing to your oldest unrecovered grave.
| Last updated | 7 hours ago |
| Total downloads | 5 |
| Total rating | 0 |
| Categories | Mods Server-side Client-side AI Generated |
| Dependency string | korCaptain-FindTomb-1.0.1 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.2202README
FindTomb - Valheim Grave Finder Mod
한국어 설명 보기 | English Description
🇰🇷 한국어 (Korean)
개요
FindTomb는 발헤임에서 죽을 때마다 생기는 무덤(묘비)을 놓치지 않도록 도와주는 모드입니다. 최근 죽음 최대 5회까지 위치를 기억해서, 월드맵에 색깔별 순번 핀으로 표시하고 캐릭터 앞에 방향 안내 VFX를 띄워줍니다.
📦 필수 모드 (Dependencies)
| 모드 | 버전 | 필수 여부 |
|---|---|---|
| BepInExPack_Valheim | 5.4.2202+ | 필수 |
| ConfigurationManager | 최신 | 권장 (GUI 설정용) |
✨ 주요 특징
무덤 위치 추적
- 최근 사망 최대 5회까지 무덤 위치를 자동 기억 (재접속해도 유지)
- 아이템을 전량 회수하면 해당 무덤은 추적에서 자동으로 빠지고, 나머지 무덤들이 자동으로 순번이 승격됨
- 이미 파괴된(정상 회수 완료된) 무덤이 실수로 계속 추적되는 걸 방지하는 자동 정리 기능 내장
월드맵 핀 표시
- 사망 순서에 따라 무덤 핀 색상이 자동으로 바뀜: 빨강 → 분홍 → 주황 → 노랑 → 흰색
- 핀 위에 사망 순번 숫자(1~5, 1 = 가장 먼저 죽은 무덤)가 함께 표시됨
방향 안내 VFX
- 캐릭터 앞에서 가장 먼저 회수해야 할(가장 오래된) 무덤 방향을 가리키는 나침반형 VFX
- 무덤이 멀면 길게 늘어지고, 가까워질수록 짧아져서 거리감을 직관적으로 알 수 있음
- 해당 무덤을 전량 회수하면 자동으로 다음 무덤을 가리킴
단축키
- Ctrl+X: 다음 죽음 전까지 방향 표시를 숨김
- Ctrl+.: 방향 표시를 다음 무덤으로 수동 전환
- 두 단축키 모두 F1 ConfigurationManager에서 원하는 키로 변경 가능하며, 설명(툴팁)은 게임 언어 설정(한국어/English)에 맞춰 자동으로 표시됨
⚙️ 설정 관리 (Configuration Management)
ConfigurationManager를 사용하면 게임 내에서 GUI로 모든 모드 설정을 편리하게 조정할 수 있습니다.
- Thunderstore에서 BepInEx.ConfigurationManager 설치
- 게임 내에서 F1 키를 눌러 Configuration Manager 열기
- 모드 목록에서 FindTomb 찾기
- 원하는 설정 조정 (변경사항 즉시 적용, 재시작 불필요)
Config 파일 위치
BepInEx/config/captain.FindTomb.cfg
| 카테고리 | 설정 | 설명 |
|---|---|---|
| General | Enabled | 모드 전체 활성화/비활성화 |
| General | MaxTrackedGraves | 추적할 최근 무덤 개수 (1~5) |
| General | ShowMinimapPins | 무덤 핀 색상/숫자 표시 여부 |
| General | ShowDirectionVFX | 방향 안내 VFX 표시 여부 |
| Controls | CancelTrackingKey | 방향 표시 숨기기 단축키 (기본 Ctrl+X) |
| Controls | CycleNextGraveKey | 다음 무덤으로 전환 단축키 (기본 Ctrl+.) |
📥 설치 방법
- 권장: r2modman/Thunderstore Mod Manager에서 자동 설치
- 수동:
BepInEx/plugins/FindTomb/폴더에 DLL 복사
🏴 English
Overview
FindTomb helps you never lose track of your graves in Valheim. It remembers the location of your last 5 deaths, marks them with color-coded numbered pins on the world map, and shows a compass VFX pointing you toward the one you should recover first.
📦 Required Mods (Dependencies)
| Mod | Version | Required |
|---|---|---|
| BepInExPack_Valheim | 5.4.2202+ | Required |
| ConfigurationManager | Latest | Recommended (for GUI settings) |
✨ Features
Grave Location Tracking
- Automatically remembers up to your last 5 death locations (persists across reconnects)
- Once a grave's items are fully recovered, it's automatically dropped from tracking and the remaining graves are re-ranked
- Built-in self-healing: automatically stops tracking a grave if it's confirmed destroyed (already looted), so a stale entry never gets stuck pointing at nothing
World Map Pins
- Grave pins are color-coded by death order: Red → Pink → Orange → Yellow → White
- Each pin shows a death-order number (1~5, 1 = your first death) above the icon
Direction Compass VFX
- A compass-style VFX in front of your character points toward the oldest grave you haven't recovered yet (the one you should grab first)
- The VFX stretches when the grave is far away and shrinks as you get closer, giving an intuitive sense of distance
- Automatically switches to the next grave once the current target is fully looted
Keybinds
- Ctrl+X: Hide the direction indicator until your next death
- Ctrl+.: Manually point the indicator at the next grave
- Both are rebindable in the F1 ConfigurationManager, with tooltips that automatically switch between Korean and English based on your Valheim language setting
⚙️ Configuration Management
ConfigurationManager provides a convenient in-game GUI for adjusting all mod settings.
- Install BepInEx.ConfigurationManager from Thunderstore
- Press F1 in-game to open the Configuration Manager
- Find FindTomb in the mod list
- Adjust any setting (changes apply immediately, no restart required)
Config File Location
BepInEx/config/captain.FindTomb.cfg
| Category | Setting | Description |
|---|---|---|
| General | Enabled | Enable/disable the whole mod |
| General | MaxTrackedGraves | Number of recent graves to track (1-5) |
| General | ShowMinimapPins | Toggle grave pin colors/numbers |
| General | ShowDirectionVFX | Toggle the direction compass VFX |
| Controls | CancelTrackingKey | Hide the direction indicator (default Ctrl+X) |
| Controls | CycleNextGraveKey | Point at the next grave (default Ctrl+.) |
📥 Installation
- Recommended: Install via r2modman/Thunderstore Mod Manager
- Manual: Extract to
BepInEx/plugins/FindTomb/
📝 Credits / 크레딧
- Developer / 개발자: KorCaptain
- Framework / 프레임워크: BepInEx, Harmony
💬 Support / 지원
- Discord: https://discord.gg/W26PTxYhug
- Issues / 문제 보고: Report bugs and suggestions on Discord
Enjoy your enhanced Valheim adventure! / 향상된 발헤임 모험을 즐기세요!