Skip to content

Commit

Permalink
release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ArshvirGoraya committed Sep 29, 2024
1 parent 249514a commit 320301e
Show file tree
Hide file tree
Showing 12 changed files with 49 additions and 48 deletions.
2 changes: 1 addition & 1 deletion MapHours.dfmod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"ModTitle": "Map Hours",
"ModVersion": "1.1.0",
"ModVersion": "1.2.0",
"ModAuthor": "Arshvir Goraya",
"ContactInfo": "arshvir.dev@gmail.com",
"DFUnity_Version": "1.1.0",
Expand Down
Binary file removed Out/MapHours - StandaloneLinux64.zip
Binary file not shown.
Binary file removed Out/MapHours - StandaloneOSX.zip
Binary file not shown.
Binary file removed Out/MapHours - StandaloneWindows.zip
Binary file not shown.
Binary file added Out/StandaloneLinux64.zip
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Out/StandaloneOSX.zip
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Out/StandaloneWindows.zip
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions modpresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"Title": "Only Show Open/Close",
"Author": "Arshvir Goraya",
"Description": "Will not show hours. Only shows (open close).",
"SettingsVersion": "1.0.0",
"SettingsVersion": "1.2.0",
"Values": {
"Alchemist": {
"ShowOpenClosed": "True",
Expand Down Expand Up @@ -156,7 +156,7 @@
"Title": "Only Show Hours",
"Author": "Arshvir Goraya",
"Description": "Will only show hours. Will not shows (open close).",
"SettingsVersion": "1.0.0",
"SettingsVersion": "1.2.0",
"Values": {
"Alchemist": {
"ShowHours": "True",
Expand Down Expand Up @@ -309,7 +309,7 @@
"Title": "Only Shops",
"Author": "Arshvir Goraya",
"Description": "Will only show hours and (Open/Close) for shops.",
"SettingsVersion": "1.0.0",
"SettingsVersion": "1.2.0",
"Values": {
"Alchemist": {
"ShowHours": "True",
Expand Down Expand Up @@ -462,11 +462,12 @@
"Title": "All On",
"Author": "Arshvir goraya",
"Description": "Turns every setting on for every building.",
"SettingsVersion": "1.0.0",
"SettingsVersion": "1.2.0",
"Values": {
"ToolTips": {
"DontShowHoursForAlwaysAccessible": "False",
"DontShowOpenClosedForAlwaysAccessible": "False"
"DontShowOpenClosedForAlwaysAccessible": "False",
"RevealUndiscoveredBuildings": "True"
},
"Armorer": {
"ShowHours": "True",
Expand Down Expand Up @@ -619,7 +620,7 @@
"Title": "Disable",
"Author": "Arshvir Goraya",
"Description": "Doesn't show Hours or (Open/Close) for any buildings.",
"SettingsVersion": "1.0.0",
"SettingsVersion": "1.2.0",
"Values": {
"Alchemist": {
"ShowHours": "False",
Expand Down
Loading

0 comments on commit 320301e

Please sign in to comment.