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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
# CHANGELOG
2
2
3
-
### `1.6.0-SS1.0``2022-08-26``LATEST`
3
+
### `1.6.0-SS1.1``2022-09-10``LATEST`
4
+
- Add save and restore offset between pouch item list count (i.e. `mCount`) and actual inventory size to level 3
5
+
- Make save and restore key binding configurable
6
+
- In setting mode, hold the current key binding for 3 seconds, then hold the new key binding for 3 seconds.
7
+
8
+
### `1.6.0-SS1.0``2022-08-26`
4
9
- Level 3 save and restore
5
10
- Change save/restore key combo to include both left triggers (`L` and `ZL`). This is so that you don't accidentally save or restore during a super launch
6
11
- Enable logging (except for debug logging) in ship builds
Copy file name to clipboardExpand all lines: README.md
+19-3Lines changed: 19 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,8 +56,13 @@ In setting mode. You can switch between levels of save state.
56
56
57
57
- Hold `L` for 1 second: Decrease level
58
58
- Hold `R` for 1 second: Increase level
59
+
- Hold save/restore to memory/file key binding for 3 seconds: Change the key binding (Hold the new keys for 3 seconds to change)
59
60
60
-
The level settings are preserved through restarts, meaning that when you close the game on a level, you will be on the same level when you boot up the game again.
61
+
The settings are preserved through restarts. For example, if you close the game on a level, you will be on the same level when you boot up the game again.
62
+
63
+
If you somehow messed up the settings and want to reset them, you can do so by deleting `/botwsavs/worker.txt` file on your sd card.
64
+
65
+
### Levels
61
66
62
67
There are currently 4 levels:
63
68
@@ -101,6 +106,8 @@ Level 3 save state includes everything available, which includes all from Level
101
106
- Flame Resist
102
107
- Shock Resist
103
108
- Stealth
109
+
- Inventory offset:
110
+
- i.e. the number of broken slots
104
111
105
112
### Save/Restore with Different Levels
106
113
If you save a state with a high level (for example, level 3), then switch to a lower level (for example, level 1) and restore, only the lower level values will be restored. However, the state still contains the higher level data. You can switch back to the higher level and be able to restore all the values
@@ -110,7 +117,16 @@ If you save a state with a low level (for example, level 1), then switch to a hi
110
117
You need to lower the setting level to restore!
111
118
```
112
119
113
-
### Save State Transfer Script
120
+
### Change Key Binding
121
+
122
+
You can change the key binding for save/restore following these steps:
123
+
1. Hold all triggers + whistle for 3 seconds to enter setting mode
124
+
2. Hold the current key binding for the one you want to change for 3 seconds
125
+
3. Let go of all buttons. You will see a message telling you to hold the new binding for 3 seconds
126
+
4. Hold the new binding for 3 seconds and you will see a confirmation message
127
+
5. Hold all triggers + whistle for 3 seconds to exit setting mode
128
+
129
+
### FTP Transfer Script
114
130
A python script `ftp.py` is also included for transfering save state files over FTP (with the `ftpd` homebrew app). Run `python3 ftp.py` to see how to use.
115
131
116
132
(This has nothing to do in game, just makes managing the save state files generated by the mod easier)
@@ -143,7 +159,7 @@ Need Python 3. (3.10 is preferred but other version probably works as well).
0 commit comments