-
Notifications
You must be signed in to change notification settings - Fork 0
AutoInstaller
The mod manager is super easy to install, and all scripts/packages are signed
First, install the game through Steam
Download and run the installer: LTD2Mods.ps1
- Inside Steam, right click on
Legion TD 2
in your library, and clickProperties
- Go inside the
Compatibility
tab - Check
Force the use of a specific Steam Play compatibility tool
, and selectProton Experimental
- The game may need to re-download some file, that's expected
Open a terminal and run:
curl -sSL https://raw.githubusercontent.com/LegionTD2-Modding/.github/main/mods/LTD2Mods.sh | bash
Or, if you want to use wget
instead:
wget -O - https://raw.githubusercontent.com/LegionTD2-Modding/.github/main/mods/LTD2Mods.sh | bash
Finally follow this quick guide to setup Proton correctly
Download and run the uninstaller: Uninstall_LTD2Mods.ps1
Open a terminal and run:
curl -sSL https://raw.githubusercontent.com/LegionTD2-Modding/.github/main/mods/Uninstall_LTD2Mods.sh | bash
Or, if you want to use wget
instead:
wget -O - https://raw.githubusercontent.com/LegionTD2-Modding/.github/main/mods/Uninstall_LTD2Mods.sh | bash
If the game does not start on the first try, simply restart Steam and retry again. On some systems, the first start is only used to generate the mods configurations.