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.
| Date uploaded | 3 months ago |
| Version | 4.8.5 |
| Download link | RonmaruMori-SimpleQuest-4.8.5.zip |
| Downloads | 79 |
| Dependency string | RonmaruMori-SimpleQuest-4.8.5 |
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.2202ValheimModding-Jotunn
Jötunn (/ˈjɔːtʊn/, 'giant'), the Valheim Library was created with the goal of making the lives of mod developers easier. It enables you to create mods for Valheim using an abstracted API so you can focus on the actual content creation.
Preferred version: 2.28.0README
Simple Quest Pro
A complete quest system for Valheim with a stylish journal, server-to-client synchronization, and EpicMMO integration.
🇷🇺 Описание (Russian)
Simple Quest Pro добавляет в Valheim продвинутую систему поручений. Игроки могут выполнять задания, обменивать ресурсы на награды и получать опыт. Мод идеально подходит как для одиночной игры, так и для серверов благодаря системе автоматической синхронизации.
Основные возможности:
- Журнал квестов: Открывается нажатием клавиши L (настраивается в конфигурации).
- Умная синхронизация: Мод автоматически переключается между локальным конфигом (в одиночной игре) и серверным (при подключении к серверу). При выходе с сервера конфиг сбрасывается на локальный.
- Поддержка ExtraSlots: Полная совместимость с модами на расширение инвентаря. Предметы засчитываются и удаляются из любых ячеек (включая дополнительные слоты).
- Интеграция с EpicMMO: Автоматическое начисление опыта (XP) при выполнении заданий. Поддерживает разные версии
EpicMMOSystem. - Авто-локализация: Мод переводит названия предметов и элементы интерфейса на русский язык через файл
Russian.jsonв папкеtranslations. - Гибкий конфиг: Создание квестов через JSON. Поддерживает игнорирование регистра (например,
Stoneиstoneтеперь работают одинаково).
Установка:
- Установите Jotunn (обязательная зависимость).
- Распакуйте архив в папку
BepInEx/plugins/SimpleQuest. - Убедитесь, что папка
translationsс файломRussian.jsonнаходится в той же директории, что иSimpleQuestPro.dll. - Отредактируйте список квестов в
BepInEx/config/SimpleQuest/quests.json.
🇺🇸 Description (English)
Simple Quest Pro introduces an advanced task system to Valheim. Complete missions, trade resources for rewards, and gain experience. Featuring smart synchronization and extended inventory support.
Key Features:
- Quest Journal: Accessible via the L key (configurable).
- Smart Sync: Automatically switches between local quests (Singleplayer) and server-side quests (Multiplayer) upon login.
- ExtraSlots Support: Full compatibility with extended inventory mods. Detects items in any inventory slot.
- EpicMMO Integration: Grants XP upon quest completion (requires
EpicMMOSystem). - Auto-localization: Translates game item names and UI based on your
translationsfolder settings. - Easy Configuration: Add quests using a JSON format. Supports case-insensitive item names (e.g.,
Stoneorstone).
Installation:
- Install Jotunn (required dependency).
- Extract the archive into the
BepInEx/plugins/SimpleQuestfolder. - Ensure the
translationsfolder is in the same directory asSimpleQuestPro.dll. - Configure your quests in
BepInEx/config/SimpleQuest/quests.json.
🛠 JSON Configuration Example
Пример структуры файла quests.json:
{
"Quests": [
{
"ID": "epic_iron_quest",
"Title": "Оружие древних",
"Goal": "Сдайте слитки железа, чтобы получить награду.",
"Rarity": "Epic",
"RewardItem": "SwordIron",
"RewardAmount": 1,
"ExpReward": 2000,
"Reqs": [
{
"Prefab": "Iron",
"Amount": 20
}
]
}
]
}
💬 Связь и Поддержка / Support & Contact
Если у вас есть вопросы, предложения или вы нашли баг, пишите мне напрямую в Discord:
Discord: ets3510
❤️ Благодарности / Credits
Выражаю огромную благодарность GraveBear за неоценимую помощь в разработке, советы и обучение! Твоя поддержка помогла сделать этот мод лучше.
Special thanks to GraveBear for the invaluable help, guidance, and teaching during development!