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.
RtDQuestForge
Server-synced quest system. JSON quest packs, vanilla-styled journal, kill/gather objectives, prereq chains, item/skill/EpicMMO rewards, multiplayer kill credit.
| Date uploaded | 14 hours ago |
| Version | 0.1.3 |
| Download link | Soloredis-RtDQuestForge-0.1.3.zip |
| Downloads | 220 |
| Dependency string | Soloredis-RtDQuestForge-0.1.3 |
This mod requires the following mods to function
ValheimModding-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.29.1denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.
Preferred version: 5.4.2333ValheimModding-JsonDotNET
Shared version 13.0.3 of Json.NET from Newtonsoft, net45 package for use in Valheim mods. Maintained by the ValheimModding team.
Preferred version: 13.0.4README
RtDQuestForge
A server-synced quest system for Valheim. Drop quest packs into a config folder as json files, and players get a vanilla-styled quest journal with accept/abandon, live objective tracking, prerequisites, and rewards.
Built for dedicated servers first: the server's quest list is the single source of truth, and kill credit works correctly in multiplayer regardless of which machine owns the creature.
Features
- Quest Journal UI - Built from Valheim's own woodpanel sprites and
Norse font. Opens on
L(rebindable). Active and Completed columns, rarity-colored quest cards, mouse wheel scrolling. - Accept / Abandon - Quests only progress once accepted. Abandoning a quest wipes its progress, so re-accepting starts fresh.
- Kill and gather objectives - Any creature prefab, any item prefab, any amounts, freely mixed in a single quest.
- Rewards - Item rewards (dropped at your feet if your inventory is full), vanilla skill XP rewards, and optional EpicMMOSystem XP.
- Prerequisite chains - Lock quests behind other quests. Locked quests show greyed out with the name of the quest that unlocks them.
- Multi-file quest packs - Every
*.jsonin the config folder loads as its own journal page. Ship quest packs per biome, per author, per whatever - no merging into one giant file. - Server sync - Clients receive the server's quest list on spawn. Server admins edit quests in one place; local client files don't matter.
- Multiplayer kill credit - Kills are credited to the player who landed the killing blow, routed over the network when the creature was owned by another machine. No more lost credit when hunting in a group.
- JSON localization - All UI strings load from
config/RtDQuestForge/translations/. CopyEnglish.json, rename it to your language, translate the values. Quest titles and goals also support$tokensfor fully localized quest packs.
Installation
- Install BepInEx, Jotunn, and Json.NET.
- Drop
RtDQuestForge.dllintoBepInEx/plugins/. - Launch once. Starter quest files and the translation template generate
in
BepInEx/config/RtDQuestForge/.
On dedicated servers, install the same way server-side. All players must have the mod (enforced via Jotunn network compatibility).
Creating quests
Add any myquests.json to BepInEx/config/RtDQuestForge/ (server-side on
dedicated servers). Each file becomes a journal page. Example quest showing
every field:
{
"Quests": [
{
"ID": "example_quest",
"Title": "Seasoned Hunter",
"Goal": "Prove yourself against the boars.",
"Rarity": "Uncommon",
"PreReqID": "some_other_quest_id",
"KillReqs": [ { "Prefab": "Boar", "Amount": 5 } ],
"GatherReqs": [ { "Prefab": "LeatherScraps", "Amount": 5 } ],
"RewardItems": [ { "Prefab": "Coins", "Amount": 40 } ],
"SkillRewards": [ { "Skill": "Bows", "Amount": 10.0 } ],
"ExpReward": 150
}
]
}
IDmust be unique across all files. Duplicates are skipped and logged.Raritycolors the card border: Common, Uncommon, Rare, Epic, Legendary.PreReqIDis optional - omit it for quests available from the start.Skillnames match Valheim's skill enum: Swords, Bows, Run, Sneak, etc.ExpRewardgrants EpicMMOSystem XP and is ignored (and hidden in the journal) when EpicMMOSystem is not installed.- Progress is saved per character in
progress_<name>.json- don't edit those, and they are ignored by the quest loader.
Configuration
BepInEx/config/soloredis.rtdquestforge.cfg:
General / JournalHotkey- Key to open the journal (defaultL).Logging / Enable- Verbose diagnostic logging for kill credit routing. Leave off unless you are debugging.
Credits
Created by Soloredis. Licensed under the MIT License - forks and modifications are welcome, but keep the credit intact.
Support & Feedback
- If you enjoy the hundreds of hours put into this overhaul and want to show some love, you can support my work via Patreon.
- Many authors are moving to Hexium which supports Gale mod manager.
- Patreon
- RtD Discord
- Hexium Discord
CHANGELOG
- Want patch notes?
- Not a bot?
- To access patch notes you must first pass the Wick captcha verification.
- Join my discord for the patch notes Discord