Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tf2classic: Add version 2023-05-27 #1285

Merged
merged 4 commits into from
Dec 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions bucket/tf2classic.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"version": "2.1.5",
"license": "Freeware",
"homepage": "https://tf2classic.com/",
"description": "Team Fortress 2 Classic is a free Sourcemod that aims to re-imagine the 2008/2009 era of the original Team Fortress 2. New features range from weapons and maps to gamemodes such as VIP and Four-Team.",
"url": "https://wiki.tf2classic.com/kachemak/tf2classic.zip",
"post_install": [
"New-Item -ItemType SymbolicLink -Path 'C:\\Program Files (x86)\\Steam\\steamapps\\sourcemods\\tf2classic' -Target \"$dir\""
],
"checkver": {
"url": "https://tf2classic.com/history",
"regex": "([\\d.]+) Patch"
},
"pre_uninstall": [
"if ($cmd -eq \"uninstall\") { rm -r 'C:\\Program Files (x86)\\Steam\\steamapps\\sourcemods\\tf2classic' }"
],
"notes": [
"To run TF2 Classic, you must have Source SDK Base 2013 Multiplayer installed. If you do not have it, follow this link: steam://install/243750"
],
"persist": [
"cfg"
]
}