From ff7037a60cbe9e3bf31550384b23d3d0c6650262 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Wed, 9 Apr 2025 09:43:51 +0200 Subject: [PATCH] Add rimworld cook file --- .vscode/launch.json | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 17f8277..80fb126 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -32,6 +32,28 @@ "cookassistant.yml", ] }, + { + "name": "Launch Package (Quasimorph cookfile)", + "type": "go", + "request": "launch", + "mode": "auto", + "program": "${workspaceFolder}", + "cwd": "C:/Users/Administrator/Seafile/Games-Quasimorph", + "args": [ + "cook.yml", + ] + }, + { + "name": "Launch Package (Rimworld cookfile)", + "type": "go", + "request": "launch", + "mode": "auto", + "program": "${workspaceFolder}", + "cwd": "C:/Users/Administrator/Seafile/Games-Rimworld/294100", + "args": [ + "cookVehicles.yml", + ] + }, { "name": "Launch Package (Workspace)", "type": "go", @@ -39,11 +61,7 @@ "mode": "auto", "program": "${workspaceFolder}", "args": [ - "-loglevel", - "trace", - "(?-s)LightComponent!anyrange=\"(!num)\"", - "*4", - "**/Outpost*.xml" + "tester.yml", ] } ]