Open XVs32 opened 3 months ago
For 3, it's kinda simple for the first step
All I need is import multi .kc3 files, select and edit, finally output it
Converting to back to kancolle api format could be the next step, or I can even put the convert function in kcauto_custom, so that kcauto_custom just simply read the .kc3 file
The copy of original site is now on https://xvs32.github.io/kancolle-replay-equipment-preset-edition/simulator.html
I can now start messing around
First thing first... Let's find out where is the .kc3 file handling function
Got the handler
It's onchangeFileKC3
in fleet-editor.js
Man, this is definitely the right path
I am able to upload a folder of .kc3
and switch between them now
Why:
To start using this code base
What:
How:
Result:
The thing is on Github io now, we could start testing stuff https://xvs32.github.io/kancolle-replay-equipment-preset-edition/simulator.html
Ref: