You are viewing a potentially older version of this package.
View all versions.
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.3.0 |
| Download link | GymMed-Enchanter-0.3.0.zip |
| Downloads | 986 |
| Dependency string | GymMed-Enchanter-0.3.0 |
This mod requires the following mods to function
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
- Either clone/download the repository with Git or GitHub Desktop, or simply download the code manually.
- Open
src/OutwardEnchanter.slnwith any C# IDE (Visual Studio, Rider, etc) - When you're ready, build the solution. It will be built to the
Releasefolder (next to thesrcfolder). - Take the DLL from the
Releasefolder and put it in theBepInEx/plugins/folder. If you use r2modman, this can be found by going into r2modman settings and clicking onBrowse 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
Noneoption 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.batfile, which was only used for internal project building and not needed in the release.
Release 0.0.2 Version
Fixed
- Resolved missing
outwardenchantedbundledocument. Added forgotten menu asset.