-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
44 additions
and
56 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,27 @@ | ||
# War3 Lua - 1.1.0 | ||
# War3 Lua - 1.1.1 | ||
|
||
[![build](https://github.com/Ev3nt/war3_lua/actions/workflows/build.yml/badge.svg)](https://github.com/Ev3nt/war3_lua/actions/workflows/build.yml) | ||
|
||
War3 Lua is a modification that allows you to run lua scripts at the JASS level. Lua does not replace the original scripting system in the game, but only expands its capabilities. | ||
|
||
|
||
Some natives doesn't work (thx jass for beautiful VM). | ||
|
||
![](https://github.com/Ev3nt/war3_lua/blob/master/war3_lua.png) | ||
|
||
|
||
|
||
--- | ||
### Installation requirements | ||
* Warcraft III - TFT 1.26 | ||
* [Visual C++ Redistributable for Visual Studio 2015](https://www.microsoft.com/en-US/download/details.aspx?id=48145) | ||
* [Microsoft .NET Framework 4 (Standalone Installer)](https://www.microsoft.com/en-US/download/details.aspx?id=17718) | ||
|
||
--- | ||
### Instruction | ||
* Move the folder Scripts, Maps and war3_lua.mix to the game folder | ||
* Run the game | ||
* Open the map with war3map.lua file inside | ||
|
||
--- | ||
### Recommended build parameters | ||
* Configuration **Release** | ||
* Windows platform **x86** | ||
* Platform **8.1** | ||
* Platform **10.0.19041.0** | ||
* Build tools **Visual Studio 2015 (v140)** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters