From d1158e2536aef45c6116adfd14ba38fd3c48dc83 Mon Sep 17 00:00:00 2001 From: Ai-Elias <87244515+Ai-Elias@users.noreply.github.com> Date: Tue, 31 Aug 2021 14:03:53 -0600 Subject: [PATCH 1/5] README.md Clarifications and grammar fix Changed WABBAJACK_INCLUDE and WABBAJACK_NOMATCH_INCLUDE descriptions for better clarification and to fix improper grammar. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4744f8d8..e00d4568 100644 --- a/README.md +++ b/README.md @@ -122,8 +122,8 @@ There are some special cases where you want to change the default Wabbajack beha | Flag | Description | Notes | |------|-------------|-------| -| `WABBAJACK_INCLUDE` | All mod files will be inlined into the `.wabbajack` file | | -| `WABBAJACK_NOMATCH_INCLUDE` | All mod files will be inlined into the `.wabbajack` file even if Wabbajack did not found a match for them | Useful for custom patches you created | +| `WABBAJACK_INCLUDE` | All mod files will be inlined into the `.wabbajack` file | Can lead to large `.wabbajack` files if used unsparingly | +| `WABBAJACK_NOMATCH_INCLUDE` | Any unfound files will be inlined into the `.wabbajack` file | Useful for custom patches or generated files | | `WABBAJACK_ALWAYS_ENABLE` | The mod will not be ignored by Wabbajack even if it's disabled | Wabbajack will normally ignore all mods you disabled in MO2 but there are some cases where you might want to give some choice to the end user and want to have the mod included | | `WABBAJACK_ALWAYS_DISABLE` | The mod will always be ignored by Wabbajack | Useful if you don't want some mods included in the Modlist but still want to keep it active in your own setup | @@ -133,8 +133,8 @@ You can create an empty `tagfile` with no extention in any folder you want to ap | Flag/File | Description | Notes | |------|-------------|-------| -| `WABBAJACK_INCLUDE` | All files in this folder will be inlined into the `.wabbajack` file | | -| `WABBAJACK_NOMATCH_INCLUDE` | All files in this folder will be inlined into the `.wabbajack` file even if Wabbajack did not found a match for them. | Useful for generated files.| +| `WABBAJACK_INCLUDE` | All files in this folder will be inlined into the `.wabbajack` file | Can lead to large `.wabbajack` files if used unsparingly | +| `WABBAJACK_NOMATCH_INCLUDE` | Any unfound files will be inlined into the `.wabbajack` file | Useful for custom patches or generated files | | `WABBAJACK_IGNORE` | All files in this folder will be ignored by Wabbajack and therefore not be put into into the `.wabbajack` file. | Useful for tools or other things outside a mod you don't want/need reproduced on a users machine. Handle with care since excluded stuff can potentially break a setup.\* | | `WABBAJACK_INCLUDE_SAVES` | When this file exists Wabbajack will include your save files in the `.wabbajack` file.| This will remove previous savefiles when the list gets installed as an update. | | `WABBAJACK_NOMATCH_INCLUDE_FILES.txt` | All files listed in this file will be included in the `.wabbajack` file. | Every file needs to be in the same folder as the tag file. Every file need to be written into a new line. Every file needs to be added with its file extension.| From b194f60ad2a75fcc4bd5dcec6cf14e928a62a778 Mon Sep 17 00:00:00 2001 From: Ai-Elias <87244515+Ai-Elias@users.noreply.github.com> Date: Tue, 31 Aug 2021 15:56:45 -0600 Subject: [PATCH 2/5] Update README.md Co-authored-by: Luca <52624146+EzioTheDeadPoet@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e00d4568..245bb9d0 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ You can create an empty `tagfile` with no extention in any folder you want to ap | Flag/File | Description | Notes | |------|-------------|-------| | `WABBAJACK_INCLUDE` | All files in this folder will be inlined into the `.wabbajack` file | Can lead to large `.wabbajack` files if used unsparingly | -| `WABBAJACK_NOMATCH_INCLUDE` | Any unfound files will be inlined into the `.wabbajack` file | Useful for custom patches or generated files | +| `WABBAJACK_NOMATCH_INCLUDE` | Any unmatched files will be inlined into the `.wabbajack` file | Useful for custom patches or generated files | | `WABBAJACK_IGNORE` | All files in this folder will be ignored by Wabbajack and therefore not be put into into the `.wabbajack` file. | Useful for tools or other things outside a mod you don't want/need reproduced on a users machine. Handle with care since excluded stuff can potentially break a setup.\* | | `WABBAJACK_INCLUDE_SAVES` | When this file exists Wabbajack will include your save files in the `.wabbajack` file.| This will remove previous savefiles when the list gets installed as an update. | | `WABBAJACK_NOMATCH_INCLUDE_FILES.txt` | All files listed in this file will be included in the `.wabbajack` file. | Every file needs to be in the same folder as the tag file. Every file need to be written into a new line. Every file needs to be added with its file extension.| From 88b24ada2e615d2a2fbd1be892fb1b1214ce4124 Mon Sep 17 00:00:00 2001 From: Ai-Elias <87244515+Ai-Elias@users.noreply.github.com> Date: Tue, 31 Aug 2021 15:56:58 -0600 Subject: [PATCH 3/5] Update README.md Co-authored-by: Luca <52624146+EzioTheDeadPoet@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 245bb9d0..24086503 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ There are some special cases where you want to change the default Wabbajack beha | Flag | Description | Notes | |------|-------------|-------| | `WABBAJACK_INCLUDE` | All mod files will be inlined into the `.wabbajack` file | Can lead to large `.wabbajack` files if used unsparingly | -| `WABBAJACK_NOMATCH_INCLUDE` | Any unfound files will be inlined into the `.wabbajack` file | Useful for custom patches or generated files | +| `WABBAJACK_NOMATCH_INCLUDE` | Any unmatched files will be inlined into the `.wabbajack` file | Useful for custom patches or generated files | | `WABBAJACK_ALWAYS_ENABLE` | The mod will not be ignored by Wabbajack even if it's disabled | Wabbajack will normally ignore all mods you disabled in MO2 but there are some cases where you might want to give some choice to the end user and want to have the mod included | | `WABBAJACK_ALWAYS_DISABLE` | The mod will always be ignored by Wabbajack | Useful if you don't want some mods included in the Modlist but still want to keep it active in your own setup | From ade95c77087ab08e22c1616884ef677681cea130 Mon Sep 17 00:00:00 2001 From: Ai-Elias <87244515+Ai-Elias@users.noreply.github.com> Date: Tue, 31 Aug 2021 15:57:05 -0600 Subject: [PATCH 4/5] Update README.md Co-authored-by: Luca <52624146+EzioTheDeadPoet@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24086503..4d2041c5 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ There are some special cases where you want to change the default Wabbajack beha | Flag | Description | Notes | |------|-------------|-------| -| `WABBAJACK_INCLUDE` | All mod files will be inlined into the `.wabbajack` file | Can lead to large `.wabbajack` files if used unsparingly | +| `WABBAJACK_INCLUDE` | All mod files will be inlined into the `.wabbajack` file | **DO NOT USE ON DOWNLOADED MODS** As it would result in you distributing that mod. Can lead to large `.wabbajack` files if used unsparingly | | `WABBAJACK_NOMATCH_INCLUDE` | Any unmatched files will be inlined into the `.wabbajack` file | Useful for custom patches or generated files | | `WABBAJACK_ALWAYS_ENABLE` | The mod will not be ignored by Wabbajack even if it's disabled | Wabbajack will normally ignore all mods you disabled in MO2 but there are some cases where you might want to give some choice to the end user and want to have the mod included | | `WABBAJACK_ALWAYS_DISABLE` | The mod will always be ignored by Wabbajack | Useful if you don't want some mods included in the Modlist but still want to keep it active in your own setup | From 77374363cf9e30090e51017c8f50831f1d7bcfab Mon Sep 17 00:00:00 2001 From: Ai-Elias <87244515+Ai-Elias@users.noreply.github.com> Date: Tue, 31 Aug 2021 15:57:13 -0600 Subject: [PATCH 5/5] Update README.md Co-authored-by: Luca <52624146+EzioTheDeadPoet@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d2041c5..8d8d6513 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ You can create an empty `tagfile` with no extention in any folder you want to ap | Flag/File | Description | Notes | |------|-------------|-------| -| `WABBAJACK_INCLUDE` | All files in this folder will be inlined into the `.wabbajack` file | Can lead to large `.wabbajack` files if used unsparingly | +| `WABBAJACK_INCLUDE` | All files in this folder will be inlined into the `.wabbajack` file | **DO NOT USE ON DOWNLOADED MODS** As it would result in you distributing that mod. Can lead to large `.wabbajack` files if used unsparingly | | `WABBAJACK_NOMATCH_INCLUDE` | Any unmatched files will be inlined into the `.wabbajack` file | Useful for custom patches or generated files | | `WABBAJACK_IGNORE` | All files in this folder will be ignored by Wabbajack and therefore not be put into into the `.wabbajack` file. | Useful for tools or other things outside a mod you don't want/need reproduced on a users machine. Handle with care since excluded stuff can potentially break a setup.\* | | `WABBAJACK_INCLUDE_SAVES` | When this file exists Wabbajack will include your save files in the `.wabbajack` file.| This will remove previous savefiles when the list gets installed as an update. |