An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![Winch](./banner.png)

[![Discord](https://img.shields.io/discord/1097191320935735346?style=for-the-badge)](https://discord.gg/qFqPuTUAmD)
[![GitHub issues](https://img.shields.io/github/issues/Hacktix/Winch?style=for-the-badge)](https://github.com/Hacktix/Winch/issues)
[![GitHub all releases](https://img.shields.io/github/downloads/Hacktix/Winch/total?style=for-the-badge)](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