NeosModLoader icon indicating copy to clipboard operation
NeosModLoader copied to clipboard

A mod loader for Neos VR

Results 19 NeosModLoader issues
Sort by recently updated
recently updated
newest added

Bumps [Lib.Harmony](https://github.com/pardeike/Harmony) from 2.2.2 to 2.3.0. Release notes Sourced from Lib.Harmony's releases. Harmony 2.3 We have been preparing and testing this for months and I want to specially mention the...

dependencies
.NET

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....

dependencies
github_actions

idk if this is a good idea but I hate it when my mods don't load because the config files saved incorrectly (maybe I should stop spamming alt+f4 to quit...

As some of you are probably already aware (we've talked a bit about this already on Discord), I'm currently developing a [custom headless server](https://github.com/Remora/Remora.Neos.Headless) for NeosVR that runs on a...

I find this feature annoying more often than I find it useful. For example if I want to test something with only a single mod and temporarily disable every other...

enhancement

I am developing a [mod](https://github.com/dfgHiatus/Status) in which a user can define strings in their configuration. It would be helpful for me (and I imagine other developers) to know when a...

enhancement

If I have an enum key set in my config. For example: `"ENUM_KEY":"Test2"` If I later remove the value `Test2` from the enum in my code, it makes the mod...

enhancement

This would make mod development easier because we would not need to fully close and reopen Neos every time we make a change. It could also pave the way for...

enhancement

To help with all those buttons mods add to inspectors and what not. Uses a bool field as a proxy to sync other people's presses to the person who created...

enhancement
.NET

Currently, NML nukes the existing mod configuration file as it writes a new one. If something goes wrong, this can result in an empty or partially written file. [Relevant code...

enhancement
up for grabs