diff --git a/About/Preview.png b/About/Preview.png index 4d288ce..e969ee8 100644 Binary files a/About/Preview.png and b/About/Preview.png differ diff --git a/Assemblies/FluffyUI.dll b/Assemblies/FluffyUI.dll index b3c8d34..1229827 100644 Binary files a/Assemblies/FluffyUI.dll and b/Assemblies/FluffyUI.dll differ diff --git a/Assemblies/WorkTab.dll b/Assemblies/WorkTab.dll index 43dabf0..5e3e517 100644 Binary files a/Assemblies/WorkTab.dll and b/Assemblies/WorkTab.dll differ diff --git a/Readme.md b/Readme.md index d85e720..65b776f 100644 --- a/Readme.md +++ b/Readme.md @@ -1,9 +1,11 @@ Provides a vastly more customizable work tab. ![Important](https://headers.karel-kroeze.nl/title/Important.png) + Work Tab completely takes over job priorities from the vanilla game. In order to support core functionalities and other mods, it intercepts calls to get/set priorities. However, when it is told to set priorities by other modded code that is not aware of the time schedule or detailed priorities, the priority will be set for the whole day, and/or for all workgivers in a worktype. ![Features](https://headers.karel-kroeze.nl/title/Features.png) + Various usability extentions to the 'vanilla' work tab; - Work types can be expanded (by Ctrl+clicking the column header) to allow you to set priorities for the individual tasks within each work type. @@ -13,16 +15,19 @@ Various usability extentions to the 'vanilla' work tab; - _All functions are detailed in the tooltips, take a moment to hover over and read them!_ ![Known Issues](https://headers.karel-kroeze.nl/title/Known%20Issues.png) + - `"Star Wars -- The Force"` versions prior to 1.21.1 cause priorities to reset for force users. **THIS INCLUDES THE CURRENT STEAM VERSION OF STAR WARS -- THE FORCE!** (as of 25/3/20). There is an official update available by one of the collaborators on the mod on [GitHub](https://github.com/jecrell/Star-Wars---The-Force/releases). - `Better Pawn Control` has added support for `Work Tab` and `Animal Tab`, but there currently (as of 27/7/21) still is an issue where work settings may reset. ![Notes](https://headers.karel-kroeze.nl/title/Notes.png) + With great power comes great responsibility. The default priorities of tasks within a job is set for a good reason; it's (usually) a sensible default. Changing these can lead to deadlock situations, so change the priorities of individual jobs at your own risk! Finally, there will never be an 'autolabour' mode where a mod sets priorities for you. Due to the way the AI is handled (e.g. pawns actively look for work, instead of there being a 'bulletin board' of jobs that need doing), it's not feasible to get the complete list of work that needs doing that would be needed to make this a reality, without extreme overhead and loads of special exception coding. ![Powered by Harmony](https://headers.karel-kroeze.nl/title/Powered%20by%20Harmony.png) + ![Powered by Harmony](https://raw.githubusercontent.com/pardeike/Harmony/master/HarmonyLogo.png) ![Think you found a bug?](https://headers.karel-kroeze.nl/title/Think%20you%20found%20a%20bug%3F.png) diff --git a/modinfo.json b/modinfo.json index 0449a9b..99bec56 100644 --- a/modinfo.json +++ b/modinfo.json @@ -6,7 +6,7 @@ "version": { "major": 4, "minor": 4, - "build": 338 + "build": 339 }, "author": { "name": "Fluffy", @@ -19,6 +19,15 @@ "url": "https://github.com/fluffy-mods/WorkTab" }, "changelog": [ + { + "date": "2022-02-26T16:27:19.000Z", + "message": "Update description", + "author": { + "name": "Fluffy", + "email": "fluffy.l2032@gmail.com" + }, + "hash": "5494e49d72aa34780708ae6e38cb7a6c6483d995" + }, { "date": "2021-07-27T08:36:32.000Z", "message": "release v4.4.335",