Skip to content

Ch5. Equipment save point

XVs32 edited this page Feb 20, 2024 · 7 revisions

Equipment save point save your current equipment usage.
kcauto_custom can load the save file later to reload the equipment you had on your ship.

This is particularly useful for the tidy up after event,
you can save your regular equipment set before event, shuffle your equipment during event,
then let kcauto_custom restore it for you after the event.

PS. This is basically a by-product of me learning how to handle equipment in kancolle,
with the knowledge here, I can finally work on Expedition mode: Auto again.
as always, any bug report is appreciated.


Save

Nah, I am not making you set up yet another config file XD

Use --save-equipment to save the current equipment usage status

#Linux
./kcauto.bin --save-equipment

#Windows
.\kcauto.exe --save-equipment
$ ./kcauto.bin --save-equipment
[2024-02-30 00:00:00] Initializing kcauto.
[2024-02-30 00:00:00] Config successfully loaded.
...
[2024-02-30 00:00:00] Equipment list saved at data/equipment/XX-XX-2024-XX-XX-XX.json

Feel free to change the name of your save file.


Load

Use --load-equipment <save file> to load your save file

#Linux
./kcauto.bin --load-equipment <save file>

#Windows
.\kcauto.exe --load-equipment <save file>

note that you don't need the .json here

Clone this wiki locally