Script to load characters
- Deathchill
- Silverback Wolf
- Posts: 3
- Joined: Wed Jun 17, 2020 7:10 am
Re: Script to load characters
Passing by just to thank you tremendously for creating this script, it has made remaking games actually enjoyable.
- RockLeeNBU
- Lord of Everfrost
- Posts: 359
- Joined: Sat Oct 19, 2013 4:18 am
Re: Script to load characters
np! thank you for stopping by =]Deathchill wrote: ↑Wed Jun 17, 2020 1:19 pm Passing by just to thank you tremendously for creating this script, it has made remaking games actually enjoyable.
- RockLeeNBU
- Lord of Everfrost
- Posts: 359
- Joined: Sat Oct 19, 2013 4:18 am
Re: Script to load characters
If your Windows is installed in another language, please edit the script to use your folder path rather than finding it
Instead of this:
Code: Select all
global twrpg_folder := "C:\Users\" . A_UserName . "\Documents\Warcraft III\CustomMapData\TWRPG"
global ml_folder := "C:\Users\" . A_UserName . "\Documents\Warcraft III\CustomMapData\mlorpg"
Code: Select all
global twrpg_folder := "C:\Users\YourUserName\Documents\Warcraft III\CustomMapData\TWRPG"
global ml_folder := "C:\Users\YourUserName\Documents\Warcraft III\CustomMapData\mlorpg"
- RockLeeNBU
- Lord of Everfrost
- Posts: 359
- Joined: Sat Oct 19, 2013 4:18 am
Re: Script to load characters
Update to scripts! Lch#3181 has upgraded my script into a more user friendly script. Please check it out here: https://github.com/Lch3181/Warcraft-lll_TWrpg_AHKs
Click on releases and download the compiled .exe file to start
Make sure to give Lch a thanks!
Click on releases and download the compiled .exe file to start
Make sure to give Lch a thanks!