Skip to content

AutoInstaller

Alexandre Poumaroux edited this page Sep 8, 2024 · 19 revisions

The mod manager is super easy to install, and all scripts/packages are signed
Verify Signatures

Install

First, install the game through Steam

Windows

Download and run the installer: LTD2Mods.ps1

Linux

Configure Steam

  • Inside Steam, right click on Legion TD 2 in your library, and click Properties
  • Go inside the Compatibility tab
  • Check Force the use of a specific Steam Play compatibility tool, and select Proton Experimental

image

  • The game may need to re-download some file, that's expected

Run the install script

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

Configure Proton

Finally follow this quick guide to setup Proton correctly

Uninstall

Windows

Download and run the uninstaller: Uninstall_LTD2Mods.ps1

Linux

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

Troubleshooting

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.

Clone this wiki locally