Cleaning crap
This commit is contained in:
64
.vscode/settings.json
vendored
64
.vscode/settings.json
vendored
@@ -1,64 +1,10 @@
|
||||
{
|
||||
"todo-tree.tree.scanMode": "workspace",
|
||||
"zomboid_user_folder": "C:/Users/picch/Zomboid",
|
||||
"zomboid_folder": "E:\\Steam\\steamapps\\common\\ProjectZomboid",
|
||||
"zomboid_server_folder": "E:\\Steam\\steamapps\\common\\Project Zomboid Dedicated Server",
|
||||
"Lua.diagnostics.globals": [
|
||||
"ZombRand",
|
||||
"getPlayer",
|
||||
"BodyPartType",
|
||||
"ProceduralDistributions",
|
||||
"Events",
|
||||
"getText",
|
||||
"Perks",
|
||||
"getPlayerByOnlineID",
|
||||
"getTexture",
|
||||
"ISTimedActionQueue",
|
||||
"sendClientCommand",
|
||||
"ISBaseTimedAction",
|
||||
"instanceof",
|
||||
"getPlayerInventory",
|
||||
"sendServerCommand",
|
||||
"TraitFactory",
|
||||
"ISWorldObjectContextMenu",
|
||||
"getCell",
|
||||
"getSpecificPlayer",
|
||||
"_",
|
||||
"NewUI",
|
||||
"getTextManager",
|
||||
"isClient",
|
||||
"ISHealthPanel",
|
||||
"ModOptions",
|
||||
"ISNewHealthPanel",
|
||||
"ISButton",
|
||||
"getCore",
|
||||
"ProfessionFactory",
|
||||
"BaseGameCharacterDetails",
|
||||
"MoodleType",
|
||||
"ISEquipWeaponAction",
|
||||
"triggerEvent",
|
||||
"forceDropHeavyItems",
|
||||
"getPlayerHotbar",
|
||||
"isServer",
|
||||
"BodyLocations",
|
||||
"ISUnequipAction",
|
||||
"ISInventoryPaneContextMenu",
|
||||
"ISDropItemAction",
|
||||
"BloodBodyPartType",
|
||||
"ISInventoryPane",
|
||||
"ModData",
|
||||
"isDebugEnabled",
|
||||
"getActivatedMods",
|
||||
"ISHotbar",
|
||||
"isForceDropHeavyItem",
|
||||
"isFHModKeyDown",
|
||||
"getPlayerData",
|
||||
"FHSwapHandsAction",
|
||||
"getClassFieldVal",
|
||||
"SandboxVars",
|
||||
"getClassField",
|
||||
"ISWearClothing",
|
||||
"SyncXp",
|
||||
"ISClothingExtraAction",
|
||||
"SwapItConfig",
|
||||
"getTimestamp",
|
||||
"addSound"
|
||||
]
|
||||
"zombie"
|
||||
],
|
||||
}
|
||||
31
.vscode/tasks.json
vendored
31
.vscode/tasks.json
vendored
@@ -3,29 +3,50 @@
|
||||
// for the documentation about the tasks.json format
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "Create Workshop folder",
|
||||
"type": "shell",
|
||||
"options": {"statusbar": {"label": "$(combine) Assemble Mod"}},
|
||||
"command": "python ${config:zomboid_user_folder}/PaosCrap/make_workshop_pack.py picch ${workspaceFolderBasename}",
|
||||
},
|
||||
{
|
||||
"label": "Run Zomboid Debug No Steam",
|
||||
"type": "shell",
|
||||
"command": "\"E:\\Steam\\steamapps\\common\\ProjectZomboid\\ProjectZomboid64 - nosteam-debug.bat\"",
|
||||
"presentation": {
|
||||
"group": "groupZomboid"
|
||||
},
|
||||
"command": "\"${config:zomboid_folder}\\ProjectZomboid64 - nosteam-debug.bat\"",
|
||||
"options": {"statusbar": {"label": "$(run) Zomboid client"}},
|
||||
"problemMatcher": [
|
||||
"$eslint-stylish"
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "Run Zomboid Debug No Steam 2",
|
||||
"type": "shell",
|
||||
"command": "\"${config:zomboid_folder}\\ProjectZomboid64 - nosteam-debug.bat\"",
|
||||
"options": {"statusbar": {"hide": true}},
|
||||
|
||||
"problemMatcher": [
|
||||
"$eslint-stylish"
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "Run two instances of Zomboid Debug No Steam",
|
||||
"options": {"statusbar": {"label": "$(run-all) Two Zomboid Clients"}},
|
||||
"presentation": {
|
||||
"reveal": "always",
|
||||
"panel": "new"
|
||||
},
|
||||
"dependsOn": [
|
||||
"Run Zomboid Debug No Steam",
|
||||
"Run Zomboid Debug No Steam"
|
||||
],
|
||||
"Run Zomboid Debug No Steam", "Run Zomboid Debug No Steam 2"],
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "Run Zomboid Test Server",
|
||||
"options": {"statusbar": {"label": "$(run) Zomboid Server (Gehenna)"}},
|
||||
"type": "shell",
|
||||
"command": "\"E:\\Steam\\steamapps\\common\\Project Zomboid Dedicated Server\\StartServer64_nosteam.bat\"",
|
||||
"command":"\"${config:zomboid_server_folder}\\StartServer64_nosteam_custom.bat\" Gehenna",
|
||||
"problemMatcher": [
|
||||
"$eslint-stylish"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user