Skip to content

WelehoBRUDER/Dungeons-of-Tavaraen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dungeons of Tavaraen

Changelog moved back to Changelog.md

Table of Contents

  1. Introduction
  2. Features
  3. Modding Guide
    3.1 What is modding?
    3.2 Installing mods

Introduction

Dungeons of Tavaraen is a roguelite game with light RPG mechanics.
It is a simple dungeon crawler with a focus on tactical combat.
Choose from five classes and create a character to fight your way through the dungeons.

Features

  • Large game world full of treasure and foes.
  • Turn based combat system.
  • Five unique combat classes
  • Character customization
  • Mods

Modding Guide

What is modding?

Modding is the process of adding new features to the game.
This guide will help you to understand how to install mods or make your own.
Mods can range from small changes like adding a new item to the game to large changes like adding a new class or a complete overhaul of the game.

Something to note

Playing with mods will involve always opening the folder where they are installed.
This is due to browser security restrictions, which prevent the game from accessing files outside of its own directory.
All changes you make in the mod loader will be remembered by the broswer, so you won't have to do it again.

Installing mods

Local mods:

  • Download the mod zip file from the mod page.
  • Extract the zip file.
  • Add the mod folder to the mods folder in the game directory.
    -> mods/mod_name make sure this folder contains the mod.json file.
  • Start the game and open the mods folder in the mod loader.

Remote mods:

  • It is currently not possible to load remote mods.