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