Skip to content

Commit

Permalink
Update description [nolog]
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffierThanThou committed Feb 28, 2022
1 parent 5494e49 commit ec609f0
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1 deletion.
Binary file modified About/Preview.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Assemblies/FluffyUI.dll
Binary file not shown.
Binary file modified Assemblies/WorkTab.dll
Binary file not shown.
5 changes: 5 additions & 0 deletions 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.
Expand All @@ -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)
Expand Down
11 changes: 10 additions & 1 deletion modinfo.json
Expand Up @@ -6,7 +6,7 @@
"version": {
"major": 4,
"minor": 4,
"build": 338
"build": 339
},
"author": {
"name": "Fluffy",
Expand All @@ -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",
Expand Down

0 comments on commit ec609f0

Please sign in to comment.