You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -44,9 +52,39 @@ This project is in no way or form associated with the developers of the game. It
44
52
45
53
If you use one of the "Tools" this will trigger a reload of the savegames, which will discard any pending changes. I'd recommend to use the tools after you're done with editing.
46
54
47
-
# Hints
55
+
# Inventory
56
+
57
+
- In order to add or remove items, just double click on the row
58
+
- There is no sanity check on the values entered at the player's inventory. So something like "100" for backpack will most likely lead to undesired behaviors.
59
+
60
+
# Armor
61
+
62
+
Armor protects you from most hazards. However you are still going to drown and die from fall damage.
63
+
64
+
# Weather
65
+
66
+
There is one very important thing. If you only change the season, it will be reverted immediately when the game progresses.
67
+
To fix that, you also have to adjust the played time at "Game State". It is calculated based on the length of the season. Here is an example:
48
68
49
-
There is no sanity check on the values entered at the player's inventory. So something like "100" for backpack will most likely lead to undesired behaviors.
69
+
- Starting Season: Spring
70
+
- Season Length: Long
71
+
- Played Time: 31 Days
72
+
73
+
The in-game season will be winter, because:
74
+
75
+
- Day 0-9 = Spring
76
+
- Day 10-19 = Summer
77
+
- Day 20-29 = Autumn
78
+
- Day 30-39 = Winter
79
+
80
+
So if you want to change the weather to Summer, you need to adjust the playtime days to something between 10 and 19.
81
+
82
+
Here is a list of number of days per season per season length setting:
83
+
84
+
- Short: ???
85
+
- Default (non-custom games): 5 days
86
+
- Long: 10 days
87
+
- Realistig: 90 days
50
88
51
89
# Troubleshooting
52
90
@@ -59,6 +97,9 @@ My game does not work anymore?
59
97
I get errors and the application does strange things
60
98
- Please upload any logs to https://pastebin.com and create an issue
61
99
100
+
I can not change "IsRobbyDead" or "IsVirginiaDead"
101
+
- In order to revive both there is a special button at "Tools" that does the job
102
+
62
103
# Contributing
63
104
64
105
Feel free to report any unknown items or any feature requests. PRs are also welcome.
0 commit comments