neos-modding-group / NeosModLoader

A mod loader for Neos VR
GNU Lesser General Public License v3.0
61 stars 22 forks source link

NML "tell" via loaded types #64

Closed zkxs closed 2 years ago

zkxs commented 2 years ago

LogiX can be used to make a user write a type such as NeosModLoader.NeosMod, NeosModSettings.NeosModSettings, etc into a TypeField and checking if it succeeded. This can be used to detect if users are running NML.

zkxs commented 2 years ago

from @XDelta in #61:

I'd say our fix should be part of NML. Would be a better default than needing a mod

I agree. My intent was for a base NML install to be undetectable.

EIA485 commented 2 years ago

just to cross pollinate my thoughts from #61 we should probably add the fix to the loader its self but have a config option to disable it.