Some tests for female models

This commit is contained in:
Pao
2023-01-25 19:00:31 +01:00
parent 3381969317
commit 057a5c0e2e
15 changed files with 34 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Run Zomboid Debug No Steam",
"type": "shell",
"command": "\"E:\\Steam\\steamapps\\common\\ProjectZomboid\\ProjectZomboid64 - nosteam-debug.bat\"",
"presentation": {
"group": "groupZomboid"
},
"problemMatcher": [
"$eslint-stylish"
]
},
{
"label": "Run two instances of Zomboid Debug No Steam",
"dependsOn": ["Run Zomboid Debug No Steam", "Run Zomboid Debug No Steam"],
},
{
"label": "Run Zomboid Test Server",
"type": "shell",
"command": "\"E:\\Steam\\steamapps\\common\\Project Zomboid Dedicated Server\\StartServer64_nosteam.bat\"",
"problemMatcher": [
"$eslint-stylish"
]
}
]
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Before

Width:  |  Height:  |  Size: 122 KiB

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.