Installer toontown-rewritten-toontown-rewritten
This script is for reference only and can't be directly used to install the game in the Lutris client. To install the game, download the full script.
files: - client: https://cdn.toontownrewritten.com/launcher/linux/TTRLinux-v1.2.3.tar game: exe: Launcher installer: - rename: dst: $CACHE/client/TTRLinux-v1.2.3.tar src: client - extract: file: $CACHE/client/TTRLinux-v1.2.3.tar
{ "files": [ { "client": "https://cdn.toontownrewritten.com/launcher/linux/TTRLinux-v1.2.3.tar" } ], "game": { "exe": "Launcher" }, "installer": [ { "rename": { "dst": "$CACHE/client/TTRLinux-v1.2.3.tar", "src": "client" } }, { "extract": { "file": "$CACHE/client/TTRLinux-v1.2.3.tar" } } ] }