From 9011579f0854ae4c1207b280d7650d7533704358 Mon Sep 17 00:00:00 2001 From: ZioPao Date: Thu, 17 Apr 2025 11:01:03 +0200 Subject: [PATCH] chore: changes to structure --- .gitignore | 1 + .vscode/tasks.json | 6 ++++++ dev_stuff/make_symlink_for_b41.bat | 1 + mod_b41.info => mod.info | 0 4 files changed, 8 insertions(+) create mode 100644 dev_stuff/make_symlink_for_b41.bat rename mod_b41.info => mod.info (100%) diff --git a/.gitignore b/.gitignore index e69de29..5a869cf 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/media \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 6ecaee3..533f4fe 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -9,6 +9,12 @@ "options": {"statusbar": {"label": "$(combine) Assemble Mod"}}, "command": "python ${config:zomboid_user_folder}/PaosCrap/make_workshop_pack.py \"picch\" \"${workspaceFolderBasename}\" \"\"", }, + { + "label": "Create Workshop folder", + "type": "shell", + "options": {"statusbar": {"label": "$(combine) Assemble Mod (B41 ONLY)"}}, + "command": "python ${config:zomboid_user_folder}/PaosCrap/make_workshop_pack_b41.py \"picch\" \"${workspaceFolderBasename}\"", + }, { "label": "Create Workshop folder", "type": "shell", diff --git a/dev_stuff/make_symlink_for_b41.bat b/dev_stuff/make_symlink_for_b41.bat new file mode 100644 index 0000000..d77639f --- /dev/null +++ b/dev_stuff/make_symlink_for_b41.bat @@ -0,0 +1 @@ +mklink /J "../common/media" "../media" \ No newline at end of file diff --git a/mod_b41.info b/mod.info similarity index 100% rename from mod_b41.info rename to mod.info