So... I had a go at this, and so far I'm just getting errors spit back at me
My Cslist file contains the following:
ceq3.TongueControl.1:/Custom/TongueControl.cs
ClockwiseSilver.SilverExpressionTool.7:/Custom/src/SilverExpressionTool.cs
AcidBubbles.Timeline.252:/Custom/src/AtomPlugin.cs
AcidBubbles.ColliderEditor.36:/Custom/src/ColliderEditor.cs
Hunting-Succubus.SubsurfaceScatteringSkin_HuntingSuccubus_Beta.14:/Custom/SubsurfaceScatteringSkinBeta_HuntingSuccubus.cs
The error I'm getting upon trying to load it is:
!> Compile of Custom/Scripts/myplugins.cslist failed. Exception: System.Exception: Path ceq3.TongueControl.1:\Custom\TongueControl.cs not found
at MVR.FileManagement.FileManager.ReadAllText (System.String path, Boolean restrictPath) [0x00000] in <filename unknown>:0
at MVRPluginManager.SyncPluginUrlInternal (.MVRPlugin mvrp, Boolean isFromConfirmDenyResponse) [0x00000] in <filename unknown>:0
!> Compile of Custom/Scripts/myplugins.cslist failed. Errors:
The var packages containing the .cs files are located in "addonpackages".
I have tried loading the script both from inside the "custom/scripts" folder, and from inside the "addonpackages" folder where the var files are located.
Any ideas on what I'm doing wrong?