2019-03-07 18:44:25 -08:00
|
|
|
{
|
|
|
|
"homepage": "http://www.skuller.net/q2pro/",
|
|
|
|
"description": "Quake 2 source port focused on multiplayer gameplay",
|
|
|
|
"version": "nightly",
|
|
|
|
"license": "GPL-2.0-or-later",
|
|
|
|
"url": "http://www.skuller.net/q2pro/nightly/q2pro-client_win32_x86.zip",
|
|
|
|
"bin": [
|
|
|
|
[
|
|
|
|
"q2pro.exe",
|
|
|
|
"q2pro"
|
|
|
|
]
|
|
|
|
],
|
|
|
|
"shortcuts": [
|
|
|
|
[
|
|
|
|
"q2pro.exe",
|
|
|
|
"Q2PRO"
|
|
|
|
]
|
|
|
|
],
|
2019-03-07 18:44:57 -08:00
|
|
|
"persist": "baseq2",
|
2019-03-07 18:44:25 -08:00
|
|
|
"notes": [
|
|
|
|
"Place game data files (such as pak0.pak-pak2.pak) in:",
|
|
|
|
"",
|
2019-03-07 18:44:57 -08:00
|
|
|
" $persist_dir\\baseq2\\"
|
2019-03-07 18:44:25 -08:00
|
|
|
]
|
|
|
|
}
|