Wrkncacnter wrote:I've never compiled it on anything other than linux, and any compiled DLLs I've ever made have never worked for anyone but me, so I can't help you. For what it's worth, the readme sounds out of date, since I compiled those plugins against Weland 1.4.4.
I guess start googling how to compile mono programs, and look at the makefile for reference? Out of curiosity, what plugin are you trying to use anyway?
Visual Mode and Stair generator. I hope to use them on my Mac as well, as that will be my main map making machine.
I know about command lines (thanks to DOSbox for games and Kali in Cyber Security class in college) and I tried using the windows one after I last posted (not the Powershell command prompt, the original one) but typing makefile or make in the directory it was in didn't work and just made it say it wasn't a recognised program or batch file.
Looking at makefile in Notepad++, I think it's a Visual C# file like the VISUALMODE.cs under it, but that's only a guess and I doubt I'm correct. There's no documentation on compiling it and googling it just throws up results with a lot of C# jargon I don't understand as I've never used Visual Studio
ever. This includes programs I don't think I even have, such as IDE and Azure pipelines:
https://docs.microsoft.com/en-us/visual ... ew=vs-2017
I appear to have MSBuild command line; it's in my Microsoft framework64 directory under V4.0.30319. I dare not use it as I don't want to break my PC as I've never used it before and don't know how. I didn't even know it was there.