game-pack-1

This commit is contained in:
STAM 2020-03-08 02:22:20 +03:00
parent 1d194592fd
commit 77b177016c
10 changed files with 213 additions and 8 deletions

View File

@ -223,17 +223,32 @@
</EmbeddedResource>
<None Include="json\addons\myOtherProgram.json" />
<None Include="json\addons\myProgram.json" />
<None Include="json\engines\496450.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<None Include="json\engines\300_dodsdk.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="json\engines\254430.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<None Include="json\engines\280740_aperturetagsdk.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="json\engines\243750.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<None Include="json\engines\240_csssdk.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="json\engines\243730.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<None Include="json\engines\730_csgosdk.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="json\engines\362890_bmssdk.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="json\engines\496450_jack.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="json\engines\254430_hlsdk.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="json\engines\243750_ssdk2013mp.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="json\engines\243730_ssdk2013sp.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="json\projects\test project.json" />
<None Include="json\settings.json">

View File

@ -0,0 +1,37 @@
{
"appid": 240,
"name": "Counter-Strike Source: SDK",
"bin": "hl2.exe",
"tools": [
{
"args": "",
"bin": "bin//hammer.exe",
"name": "Valve Hammer Editor"
},
{
"args": "",
"bin": "bin//hlmv.exe",
"name": "Half-Life Model Viewer"
},
{
"args": "",
"bin": "bin//hlfaceposer.exe",
"name": "Half-Life FacePoser"
},
{
"args": "",
"bin": "bin//qc_eyes.exe",
"name": "QC Eyes"
},
{
"args": "-tools -steam -game cstrike",
"bin": "hl2.exe",
"name": "Engine Tools"
},
{
"args": "-steam -game cstrike",
"bin": "hl2.exe",
"name": "Run Game"
}
]
}

View File

@ -0,0 +1,42 @@
{
"appid": 280740,
"name": "Aperture Tag: SDK",
"bin": "portal2.exe",
"tools": [
{
"args": "-steam -game aperturetag",
"bin": "bin//SDKLauncher.exe",
"name": "Authoring Tools Launcher"
},
{
"args": "",
"bin": "bin//hammer.exe",
"name": "Valve Hammer Editor"
},
{
"args": "",
"bin": "bin//hlmv.exe",
"name": "Half-Life Model Viewer"
},
{
"args": "",
"bin": "bin//hlfaceposer.exe",
"name": "Half-Life FacePoser"
},
{
"args": "",
"bin": "bin//qc_eyes.exe",
"name": "QC Eyes"
},
{
"args": "-steam -game aperturetag",
"bin": "bin//p2map_publish.exe",
"name": "Aperture Tag Publish Tool"
},
{
"args": "-steam -game aperturetag",
"bin": "portal2.exe",
"name": "Run Game"
}
]
}

View File

@ -0,0 +1,37 @@
{
"appid": 300,
"name": "Day of Defeat Source: SDK",
"bin": "hl2.exe",
"tools": [
{
"args": "",
"bin": "bin//hammer.exe",
"name": "Valve Hammer Editor"
},
{
"args": "",
"bin": "bin//hlmv.exe",
"name": "Half-Life Model Viewer"
},
{
"args": "",
"bin": "bin//hlfaceposer.exe",
"name": "Half-Life FacePoser"
},
{
"args": "",
"bin": "bin//qc_eyes.exe",
"name": "QC Eyes"
},
{
"args": "-steam -game dod -tools",
"bin": "hl2.exe",
"name": "Engine Tools"
},
{
"args": "-steam -game dod",
"bin": "hl2.exe",
"name": "Run Game"
}
]
}

View File

@ -0,0 +1,37 @@
{
"appid": 362890,
"name": "Black Mesa: SDK",
"bin": "bms.exe",
"tools": [
{
"args": "",
"bin": "bin//hammer.exe",
"name": "Valve Hammer Editor"
},
{
"args": "",
"bin": "bin//hlmv.exe",
"name": "Half-Life Model Viewer"
},
{
"args": "",
"bin": "bin//hlfaceposer.exe",
"name": "Half-Life FacePoser"
},
{
"args": "",
"bin": "bin//qc_eyes.exe",
"name": "QC Eyes"
},
{
"args": "-steam -game bms",
"bin": "bin//blackmesa_publish.exe",
"name": "Black Mesa Publish Tool"
},
{
"args": "-steam -game bms",
"bin": "bms.exe",
"name": "Run Game"
}
]
}

View File

@ -0,0 +1,37 @@
{
"appid": 730,
"name": "CSGO: SDK",
"bin": "csgo.exe",
"tools": [
{
"args": "",
"bin": "bin//SDKLauncher.exe",
"name": "Authoring Tools Launcher"
},
{
"args": "-nop4",
"bin": "bin//hammer.exe",
"name": "Valve Hammer Editor"
},
{
"args": "",
"bin": "bin//hlmv.exe",
"name": "Half-Life Model Viewer"
},
{
"args": "",
"bin": "bin//hlfaceposer.exe",
"name": "Half-Life FacePoser"
},
{
"args": "",
"bin": "bin//qc_eyes.exe",
"name": "QC Eyes"
},
{
"args": "-steam -game csgo",
"bin": "csgo.exe",
"name": "Run Game"
}
]
}