Skip to content

Instantly share code, notes, and snippets.

View Ismoh's full-sized avatar
🐔
bwok bwok bwokaaak

Torben H. Ismoh

🐔
bwok bwok bwokaaak
View GitHub Profile
@Ismoh
Ismoh / .md
Last active April 23, 2024 16:35
Beyond all reason favourite lobby settings

BEYOND ALL REASON favourite lobby settings

$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
@Ismoh
Ismoh / Install lua5.1 and rocks on windows wsl1
Last active May 20, 2022 15:11
Install lua5.1 and rocks on windows wsl1
# 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"