Orden4 / WCSharp

A set of systems to simplify the process of programming maps for WarCraft 3 in C#.
MIT License
34 stars 3 forks source link

how to create a template for War3 1.27 version #12

Closed junshangshui closed 4 months ago

junshangshui commented 4 months ago

May I ask how to create a WCSharp-template for War3 1.27 version.

Orden4 commented 4 months ago

Unfortunately, that isn't possible. This whole thing relies on compiling C# code into Lua code, but Lua support has only been around since 1.29 (unstable)/1.30. Any versions before then cannot be supported unless someone one day comes up with something that converts C#/Lua into JASS, but I don't really see that ever being a thing.

I'll just close this issue since this isn't something that I can help with, but feel free to ask more questions.