I will look into this next. Especially since modifying the Mutliplayer SubModule.xml is no longer necessary. Thanks!
Yes, if you follow the instructions in the repo, it should work without people needing to download anything
Some workarounds for those savvy with programming:
The only option right now is to use the dedicated custom server handler or chat commands / some other server side mod
Good lord, my brain must have been addled when I replied. I had a mod I was working on in _MODULES_ sections of the bat file I posted. Try this instead:
.\DedicatedCustomServer.Starter.exe /dedicatedcustomserverconfigfile cc_battle_config.txt /dedicatedcustomserverauthtoken <token from file> _MODULES_*Native*Multiplayer*_MODULES_
Those files should work.
.\DedicatedCustomServer.Starter.exe /dedicatedcustomserverconfigfile cc_battle_config.txt /dedicatedcustomserverauthtoken <token from file> _MODULES_*Native*Multiplayer*_MODULES_
It is very possible this is an issue with a missing folder in server files for v1.0.0. Check v1.0.0 troubleshooting section above for how to fix it and let me know if it works or not.