# SOME USEFUL MODS

Here's a list of what I think are some of the best and most useful [mods](/guide/introduction/first-look/mods-menu.md) created by the community.&#x20;

Of course, there are more and I'd highly recommend to have a look at the full list [here](https://cartographyassets.com/asset-category/specific-assets/dungeondraft/mods-scripts/).&#x20;

You can also join the official [Discord](https://discord.com/invite/J9Czgpu) to get even more info and some beta versions to test out.

{% hint style="danger" %}

## WARNING

***Installing mods might cause some issues or weird behaviors, please use them with care.*** <br>

*That being said, most of the following mods presented here are not risky to install and aren't likely to corrupt anything on your map. If you notice a strange behavior, just disable the faulty mod.*
{% endhint %}

### Terminology

In the following pages, I’ll use the following terms:<br>

* **Vanilla Dungeondraft:** refers to the unmodded version of Dungeondraft
* **Modded Dungeondraft:** at least one mod installed on this version
* **QoL:** *Quality of Life*, any change that is making the user's experience easier
* **UI:** *User Interface,* how you interact with Dungeondraft (the buttons, menus, and layout...)

{% hint style="warning" %}
Usually, creators post some minor updates of their mods on [Discord](https://discord.com/invite/J9Czgpu) and release a bigger update from time to time on [CartographyAssets.com](https://cartographyassets.com/asset-category/specific-assets/dungeondraft/mods-scripts/), so if you're missing some features from there, you might find the most recent version on Discord.
{% endhint %}

### Useful mods

* [\_Lib](/guide/custom-assets-and-mods/some-useful-mods/_lib.md): adds UI scaling options and mods settings
* [Additional Search Options](/guide/custom-assets-and-mods/some-useful-mods/additional-search-options.md): adds more search bars and search options
* [Colour And Modify Things](/guide/custom-assets-and-mods/some-useful-mods/colour-and-modify-things.md): adds recolor options, blurred patterns and new path options
* [Convert Object Into Pattern](/guide/custom-assets-and-mods/some-useful-mods/convert-object-into-pattern.md): allows to edit points around an object to hide some part of it
* [Custom Snap](/guide/custom-assets-and-mods/some-useful-mods/custom-snap.md): customize your grid and your snapping
* [Draft Timer](/guide/custom-assets-and-mods/some-useful-mods/draft-timer.md): see how long you've spent on your map
* [Dropshadower](/guide/custom-assets-and-mods/some-useful-mods/dropshadower.md): adds an easy way to make drop shadows
* [Essential Utils](/guide/custom-assets-and-mods/some-useful-mods/essential-utils.md): adds more options in the Select Tool, pack info and management, and a Picker tool
* [Export Trace Image](/guide/custom-assets-and-mods/some-useful-mods/export-trace-image.md): allows to export your trace image
* [Layered Trace Image](/guide/custom-assets-and-mods/some-useful-mods/layered-trace-image.md): allows to change the layer of the trace image
* [Make Pattern Hole](/guide/custom-assets-and-mods/some-useful-mods/make-pattern-hole.md): allows to use ALT to create a hole in a Pattern
* [Manage Layers](/guide/custom-assets-and-mods/some-useful-mods/manage-layers.md): allows you to add, remove, reorder and rename layers
* [Minor Utils](/guide/custom-assets-and-mods/some-useful-mods/minor-utils.md): adds shortcuts, buttons, options in the Select Tool and many other things
* [Move Walls](/guide/custom-assets-and-mods/some-useful-mods/colour-and-modify-things/more-paths-options.md): allows to move walls and their contents
* [Nudge](/guide/custom-assets-and-mods/some-useful-mods/nudge.md): allows to precisely move a selected asset with your keyboard arrow keys
* [Search and Select](/guide/custom-assets-and-mods/some-useful-mods/search-and-select.md): allows to select any asset on your map with a keyword
* [Split Path](/guide/custom-assets-and-mods/some-useful-mods/split-path.md): allows to split a path
* [UVTT WebP Exporter](/guide/custom-assets-and-mods/some-useful-mods/uvtt-webp-exporter.md): adds a WebP option for UVTT export
* [Wall Shapes](/guide/custom-assets-and-mods/some-useful-mods/wall-shapes.md): allows you to draw closed shapes in the wall tool


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dungeondraft-encyclopaedia.gitbook.io/guide/custom-assets-and-mods/some-useful-mods.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
