$rename 8v8 JFTL
!set teamSize 8
$setratinglevels 6 25
!map Hellas Basin v1.0 !map Supreme Isthmus v1.6.4
!maxSpecs 0
!bSet emprework 1
!bSet air_rework 1
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
# powershell as administrator: | |
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux | |
wsl --set-default-version 1 | |
wsl --install --distribution Ubuntu | |
# Ubuntu shell: | |
# Create a new user by entering username and password | |
sudo apt-get update | |
# available lua versions "lua5.1, lua5.2, lua5.3" |