https://github.com/hacktix/winch
A simple Harmony-based mod loader for DREDGE.
https://github.com/hacktix/winch
dredge modding modloader unity
Last synced: 12 months ago
JSON representation
A simple Harmony-based mod loader for DREDGE.
- Host: GitHub
- URL: https://github.com/hacktix/winch
- Owner: Hacktix
- License: mit
- Created: 2023-04-15T12:10:49.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-25T20:42:04.000Z (almost 2 years ago)
- Last Synced: 2025-03-27T19:11:06.528Z (about 1 year ago)
- Topics: dredge, modding, modloader, unity
- Language: C#
- Homepage:
- Size: 277 KB
- Stars: 9
- Watchers: 1
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README

[](https://discord.gg/qFqPuTUAmD)
[](https://github.com/Hacktix/Winch/issues)
[](https://github.com/Hacktix/Winch/releases)
**Winch** is intended to be a Mod Loader for the game DREDGE. It is currently heavily under development and there are many improvements to come. As of right now, it's not considered ready for use and there will not be any documentation or instructions until this changes.
## Roadmap
- [x] Code Execution when booting DREDGE
- [x] Basic Configuration Options for Winch
- [x] Loading separate Mod Assemblies at runtime
- [x] Standardized Mod Format (Metadata JSON File)
- [ ] Provide API to Mod Assemblies to interface with the game
- [ ] Documentation & Examples