LatestLog | ||
LinuxFixes | ||
PrivacyShield | ||
ScreenmodeTweaks | ||
.gitignore | ||
Directory.Build.props | ||
LICENSE.md | ||
Neos-Mods.csproj | ||
README.md |
Neos-Mods
This repository contains some of my mods for NeosVR using NeosModLoader.
Note that the license is AGPL, meaning you'll have to provide the source code (with any modifications you've made) for these mods if someone asks you when you're using them. This is meant to stop people from creating private malicious clients. The license might be changed in the future to a more permissive one.
Warning
No warranty is provided for these mods, and they're provided as-is. Please have a look at the source code & build from source for maximal safety. I also recommend mirroring this git repository if you want to make sure you always have access to the source code.
Mod list
If you want the feature enough to get the mod for it, you should probably also go give a thumbs up on the issue tracker if there is one.
Screenmode Tweaks
Small tweaks to make screen (desktop) mode less miserable.
Currently just disables VSync.
Latest Log
Creates a symbolic link in the Neos folder named Latest.log
to the latest log file that was created on launch.
So you can keep following the file (with tail -F Latest.log
on linux for example) without needing to constantly change the filename and such.
Linux Fixes
Fixes the most annoying bugs that I come accross whilst playing NeosVR on linux.
Currently implements:
- Centers mouse on context menu open
- Fixes being able to rotate the grabbed object
- Reverses the reverse mouse scroll direction.
Privacy Shield
A few attempts at improving privacy slightly.
The main feature is making all requests (excluding local:// and neosdb://) require you granting permission to it, instead of just logix ones. It uses the same domain allowlist/blocklist as the normal logix requests. So no more tracking pixels!
The other semi-sensible feature is spoofing the local timezone. It's disabled by default, and any changes will require a restart.
Also includes a slightly questionable feature, FPS spoofing. Questionable as it might also just break some things, doesn't really protect you, and can be summarized as:
Your scientists were so preoccupied with whether or not they could, they didn't stop to think if they should.
The FPS spoofing allows sensible values (so pick like between 30-60), and disables with anything else (so -1 for example). It doesn't spoof anything other than the Local User's FPS (so dT or the PerformanceMetrics component will leak your real FPS). But it does at least currently provide some privacy from some session user manager type of UIs. I'd kindly ask you to not to try to work around this if you're making tools, at least if your tool isn't opt-in. Since I think that this is a somewhat decent way to opt-out of FPS tracking.
For developers
Building
Ensure that the required DLL's (listed in the Directory.build.props
file and in the individual .csproj
files) can be found from standard installation paths (check Directory.build.props
).
Then use the dotnet build
command to build.
A few examples include running dotnet build ScreenmodeTweaks/ScreenmodeTweaks.csproj
to build ScreenmodeTweaks in development mode or dotnet build -c Release Neos-Mods.csproj
to build all the mods in release mode.
Alternatively you can try to open the folder in Visual Studio, but I cannot provide help for using that. If you do want to improve the situation, do feel free to contribute!
Contacting & contributing
Contact me on the Neos Modding discord server, elsewhere, and/or possibly send me git patches if you've already written any code that you'd like to get merged.
Also if anyone from the Neos team is reading this, do feel free to get in touch!