wc3-ts-template icon indicating copy to clipboard operation
wc3-ts-template copied to clipboard

A template to code in TypeScript for Warcraft III maps.

Results 6 wc3-ts-template issues
Sort by recently updated
recently updated
newest added

Currently when using this template and there are updates to it, it is quite an headache to get the new upstream changes into one's own repo. If most of the...

` "typescript": "5.0.4", "typescript-to-lua": "^1.15.1", ` Latest version of typescript-to-lua uses typescript 5.2.2, however we use 5.0.4 causing peer dependency issue. Can we change to this? "typescript-to-lua": "1.15.1",

Parses the WTS file and creates enums associated with the data in the WTS file. Enum types created are Units, Items, Destructibles, Doodads, Abilities, Buffs/Effects, Upgrades Enum names are customizable...

~I have tried running this template without touching anything (except for the game path). It correctly generates a `map.w3x` folder, but the game is not able to run the map...

Even if war3-transformer was great, it causes issues because custom transformers isn't really supported out of the box for typescript. Fixed it by doing a quick hack and moving the...

When trying to build and then run the dist map, the game cannot load the map and logs: ``` 6/22 15:34:38.986 Map contains invalid Jass scripts that couldn't be compiled...