• 🏆 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!

A Warcraft III map development tool set of Lua for vscode

Status
Not open for further replies.
Level 1
Joined
May 27, 2019
Messages
1
warcraft-vscode
This extension is a Warcraft III map development tool set of Lua.

Install
warcraft-vscode

Features
  • Compile script for Debug
  • Pack map
  • Run map
  • Open world editor
  • Add libraries
Usage
  1. Press F1 in vscode
  2. Input warcraft create and Press Enter to create a Warcraft III map project
  3. Open the project folder and execute the Commands of this extension
Commands
  • Warcraft: Create Project
    • Create a map project for Warcraft III
  • Warcraft: Clean Project
    • Remove the .build folder
  • Warcraft: Add Library
    • Add a library for project
  • Warcraft: Compile Debug
    • Compile script for Debug
  • Warcraft: Pack Map
    • Compile script for Debug
    • Pack map to w3x
  • Warcraft: Run Map
    • Compile script for Debug
    • Pack map to w3x
    • Run map in Warcraft III
  • Warcraft: Open World Editor
    • Open the map folder with World Editor
Known Issues
TODOs

  • For Release
  • Use other github users or organizations to add libraries
  • Support compile time
  • Support for macOS
Enjoy!
 
Level 7
Joined
Sep 16, 2016
Messages
185
I assume this wont work for already made maps? Like convert my pure jass map to lua?
 
Status
Not open for further replies.
Top