add /f in scripts

This commit is contained in:
2025-01-20 08:48:34 +03:00
parent f64360029c
commit 5b29712784
12 changed files with 124 additions and 3 deletions

3
.gitignore vendored
View File

@@ -60,6 +60,9 @@ game_shader_dx9_srv.so
/src/lib/public/tier1.lib
/src/lib/public/vgui_controls.lib
/src/game/client/Release_mod_hl2mp/
/src/game/server/Release_mod_hl2mp/
# files generated by running a mod
config.cfg

Binary file not shown.

View File

@@ -0,0 +1,59 @@
{
"Version": 1,
"WorkspaceRootPath": "C:\\Users\\Huawei\\Documents\\GitHub\\sdk-2013-mp-new\\src\\",
"Documents": [
{
"AbsoluteMoniker": "D:0:0:{17BCE59A-9037-EC8D-433E-F81339E2F1BA}|game\\client\\client_hl2mp.vcxproj|C:\\Users\\Huawei\\Documents\\GitHub\\sdk-2013-mp-new\\src\\game\\shared\\hl2mp\\weapon_physcannon.cpp||{D0E1A5C6-B359-4E41-9B60-3365922C2A22}",
"RelativeMoniker": "D:0:0:{17BCE59A-9037-EC8D-433E-F81339E2F1BA}|game\\client\\client_hl2mp.vcxproj|solutionrelative:game\\shared\\hl2mp\\weapon_physcannon.cpp||{D0E1A5C6-B359-4E41-9B60-3365922C2A22}"
}
],
"DocumentGroupContainers": [
{
"Orientation": 0,
"VerticalTabListWidth": 256,
"DocumentGroups": [
{
"DockedWidth": 200,
"SelectedChildIndex": 0,
"Children": [
{
"$type": "Document",
"DocumentIndex": 0,
"Title": "weapon_physcannon.cpp",
"DocumentMoniker": "C:\\Users\\Huawei\\Documents\\GitHub\\sdk-2013-mp-new\\src\\game\\shared\\hl2mp\\weapon_physcannon.cpp",
"RelativeDocumentMoniker": "game\\shared\\hl2mp\\weapon_physcannon.cpp",
"ToolTip": "C:\\Users\\Huawei\\Documents\\GitHub\\sdk-2013-mp-new\\src\\game\\shared\\hl2mp\\weapon_physcannon.cpp",
"RelativeToolTip": "game\\shared\\hl2mp\\weapon_physcannon.cpp",
"ViewState": "AgIAAJQCAAAAAAAAAAAAwLICAAAaAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000677|",
"WhenOpened": "2025-01-17T08:23:44.518Z",
"EditorCaption": ""
},
{
"$type": "Bookmark",
"Name": "ST:0:0:{34e76e81-ee4a-11d0-ae2e-00a0c90fffc3}"
},
{
"$type": "Bookmark",
"Name": "ST:0:0:{68487888-204a-11d3-87eb-00c04f7971a5}"
},
{
"$type": "Bookmark",
"Name": "ST:0:0:{d78612c7-9962-4b83-95d9-268046dad23a}"
}
]
},
{
"DockedWidth": 749,
"SelectedChildIndex": -1,
"Children": [
{
"$type": "Bookmark",
"Name": "ST:0:0:{004be353-6879-467c-9d1e-9ac23cdf6d49}"
}
]
}
]
}
]
}

View File

@@ -0,0 +1,59 @@
{
"Version": 1,
"WorkspaceRootPath": "C:\\Users\\Huawei\\Documents\\GitHub\\sdk-2013-mp-new\\src\\",
"Documents": [
{
"AbsoluteMoniker": "D:0:0:{17BCE59A-9037-EC8D-433E-F81339E2F1BA}|game\\client\\client_hl2mp.vcxproj|C:\\Users\\Huawei\\Documents\\GitHub\\sdk-2013-mp-new\\src\\game\\shared\\hl2mp\\weapon_physcannon.cpp||{D0E1A5C6-B359-4E41-9B60-3365922C2A22}",
"RelativeMoniker": "D:0:0:{17BCE59A-9037-EC8D-433E-F81339E2F1BA}|game\\client\\client_hl2mp.vcxproj|solutionrelative:game\\shared\\hl2mp\\weapon_physcannon.cpp||{D0E1A5C6-B359-4E41-9B60-3365922C2A22}"
}
],
"DocumentGroupContainers": [
{
"Orientation": 0,
"VerticalTabListWidth": 256,
"DocumentGroups": [
{
"DockedWidth": 200,
"SelectedChildIndex": 3,
"Children": [
{
"$type": "Bookmark",
"Name": "ST:0:0:{34e76e81-ee4a-11d0-ae2e-00a0c90fffc3}"
},
{
"$type": "Bookmark",
"Name": "ST:0:0:{68487888-204a-11d3-87eb-00c04f7971a5}"
},
{
"$type": "Bookmark",
"Name": "ST:0:0:{d78612c7-9962-4b83-95d9-268046dad23a}"
},
{
"$type": "Document",
"DocumentIndex": 0,
"Title": "weapon_physcannon.cpp",
"DocumentMoniker": "C:\\Users\\Huawei\\Documents\\GitHub\\sdk-2013-mp-new\\src\\game\\shared\\hl2mp\\weapon_physcannon.cpp",
"RelativeDocumentMoniker": "game\\shared\\hl2mp\\weapon_physcannon.cpp",
"ToolTip": "C:\\Users\\Huawei\\Documents\\GitHub\\sdk-2013-mp-new\\src\\game\\shared\\hl2mp\\weapon_physcannon.cpp",
"RelativeToolTip": "game\\shared\\hl2mp\\weapon_physcannon.cpp",
"ViewState": "AgIAAJQCAAAAAAAAAAAAwKkCAAABAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000677|",
"WhenOpened": "2025-01-17T08:23:44.518Z",
"EditorCaption": ""
}
]
},
{
"DockedWidth": 749,
"SelectedChildIndex": -1,
"Children": [
{
"$type": "Bookmark",
"Name": "ST:0:0:{004be353-6879-467c-9d1e-9ac23cdf6d49}"
}
]
}
]
}
]
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1 +1 @@
devtools\bin\vpc.exe /hl2mp +everything /mksln everything.sln
devtools\bin\vpc.exe /hl2mp +everything /mksln everything.sln /f

View File

@@ -1,5 +1,5 @@
#!/bin/bash
pushd `dirname $0`
devtools/bin/vpc /hl2mp +game /mksln games
devtools/bin/vpc /hl2mp +game /mksln games /f
popd

View File

@@ -1 +1 @@
devtools\bin\vpc.exe /hl2mp +game /mksln games.sln
devtools\bin\vpc.exe /hl2mp +game /mksln games.sln /f