You are viewing a potentially older version of this package. View all versions.
GymMed-Enchanter-0.0.2 icon

Enchanter

This Outward mod allows you to spawn enchanted items easily. It provides a menu and a custom keybinding in the settings to show or hide the menu.

Date uploaded 10 months ago
Version 0.0.2
Download link GymMed-Enchanter-0.0.2.zip
Downloads 95
Dependency string GymMed-Enchanter-0.0.2

This mod requires the following mods to function

sinai-dev-SideLoader-3.8.4 icon
sinai-dev-SideLoader

API and Mod Development Toolkit for Outward.

Preferred version: 3.8.4
BepInEx-BepInExPack_Outward-5.4.19 icon
BepInEx-BepInExPack_Outward

BepInEx pack for Outward.

Preferred version: 5.4.19

README

Outward Enchanter

This Outward mod allows you to spawn enchanted items easily. It provides a menu and a custom keybinding in the settings to show or hide the menu.

Why use this mod?

This mod was designed for debugging. If you're creating your own enchantments, you can quickly test them on available equipment.

How to use

  1. Either clone/download the repository with Git or GitHub Desktop, or simply download the code manually.
  2. Open src/OutwardEnchanter.sln with any C# IDE (Visual Studio, Rider, etc)
  3. When you're ready, build the solution. It will be built to the Release folder (next to the src folder).
  4. Take the DLL from the Release folder and put it in the BepInEx/plugins/ folder. If you use r2modman, this can be found by going into r2modman settings and clicking on Browse Profile Folder.

If you liked the mod leave a star on GitHub it's free

CHANGELOG

Changelog

Release 0.3.0 Version

Added

  • Added text to generated items to make sure this is not abused and only used for debugging/development.

  • Added async operations for filtering to prevent users with weak computers lagging.

Fixed

  • Fixed enchantment filter to work on items too. It makes it easier for developers to filter items based on their created enchantments.

Release 0.2.0 Version

Added

  • Added None option in enchantments choices to spawn items without enchantments.

Release 0.1.0 Version

Added

  • Created Filters for enchantments and equipment.

Release 0.0.5 Version

Fixed

  • Removed unfunctional filters that will be released in future version.

Release 0.0.4 Version

Fixed

  • Added virtual directories so r2modman can correctly detect the mod file structure and load the project properly.

Release 0.0.3 Version

Fixed

  • Removed the placeBuild.bat file, which was only used for internal project building and not needed in the release.

Release 0.0.2 Version

Fixed

  • Resolved missing outwardenchantedbundle document. Added forgotten menu asset.