toontownrewritten: Add persists (#276)

master
Nora 2021-07-03 09:39:46 -04:00 committed by GitHub
parent 11fd3ba154
commit 62b0c62864
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 15 deletions

View File

@ -1,17 +1,38 @@
{
"version": "1.2.5",
"description": "Toontown Rewritten is a massively multiplayer online game built for kids, teens, and adults of all ages. Create your own Toon and join the never-ending battle against the Cogs who want to turn Toontown into their latest business venture.",
"homepage": "https://toontownrewritten.com/",
"url": "https://cdn.toontownrewritten.com/launcher/windows/TTRInstaller-v1.2.5.exe#dl.7z",
"hash": "b4f9efe369e54beb9c91c0c06996542881db5bc113303c9c05ea58e6d551ea87",
"notes": "This is only the launcher, an account is required to play.",
"license": "Proprietary",
"pre_install": ["Remove-Item $dir -Recurse -Force -Include * -Exclude Launcher.exe", "Rename-Item -Path $dir/Launcher.exe -NewName $dir/ToontownRewritten.exe"],
"bin": "ToontownRewritten.exe",
"shortcuts": [
[
"ToontownRewritten.exe",
"Toontown Rewritten"
]
]
"version": "1.2.5",
"description": "Toontown Rewritten is a massively multiplayer online game built for kids, teens, and adults of all ages. Create your own Toon and join the never-ending battle against the Cogs who want to turn Toontown into their latest business venture.",
"homepage": "https://toontownrewritten.com/",
"url": "https://cdn.toontownrewritten.com/launcher/windows/TTRInstaller-v1.2.5.exe#dl.7z",
"hash": "b4f9efe369e54beb9c91c0c06996542881db5bc113303c9c05ea58e6d551ea87",
"notes": "This is only the launcher, an account is required to play.",
"license": "Proprietary",
"pre_install": ["Remove-Item $dir -Recurse -Force -Include * -Exclude Launcher.exe", "Rename-Item -Path $dir/Launcher.exe -NewName $dir/ToontownRewritten.exe"],
"bin": "ToontownRewritten.exe",
"persist": [
"OpenAL32.dll",
"phase_3.5.mf",
"phase_3.mf",
"phase_4.mf",
"phase_5.mf",
"phase_5.5.mf",
"phase_6.mf",
"phase_7.mf",
"phase_8.mf",
"phase_9.mf",
"phase_10.mf",
"phase_11.mf",
"phase_12.mf",
"phase_13.mf",
"TTREngine.exe",
"TTRGame.vlt",
"winter_decorations.mf",
"winter_music.mf",
"winter_snow.mf"
],
"shortcuts": [
[
"ToontownRewritten.exe",
"Toontown Rewritten"
]
]
}