• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

1.32 reforged tools?

Status
Not open for further replies.
All of the options you listed for scripting are viable. You can use any language that has a transpiler for Lua such as TypeScript, C#, Python, etc..

Although in my opinion you should be using a language with strong typing which Lua does not have. This makes maintaining larger codebases much easier. I personally enjoy using TypeScript. It's a fully fledged language with modern features (opposed to something like JASS) and has great support in editors like VSCode. You can find a template to get started here.

As far as custom editors go, none of them support the latest patches so you will have to have a legacy install somewhere. Furthermore WEX is the only one that supports 24 players with patch 1.29, although it requires an unofficial patch. Most people are using the standard editor on the latest patches, despite how buggy it can be.
 
Status
Not open for further replies.
Top