This commit is contained in:
RedDeadDepresso
2023-12-10 16:11:34 +00:00

View File

@@ -1,6 +1,7 @@
# KAFIO: Koikatsu Auto File I/O
# KKAFIO: Koikatsu Auto File I/O
<img width="1115" alt="Screenshot 2023-12-10 160912" src="https://github.com/RedDeadDepresso/KKAFIO/assets/94017243/26ee2553-218d-4b11-822f-5037bbd6cdb0">
KAFIO is a Python-based script to automate file input and output operations for the game Koikatsu which include:
KKAFIO is a Python-based script to automate file input and output operations for the game Koikatsu which include:
- Create Backup: It will create a .7z file which include the game Userdata, mods (Sideloader Modpack excluded), BepInEx folders. If a .7z already exists with the same name it will be overwritten.
- Filter & Convert KKS: Works the same as [FlYiNGPoTAToChiP's KK_SunshineCardFilter](https://github.com/FlYiNGPoTAToChiP/KK_SunshineCardFilter). Given a folder it find all KKS cards and move them into the folder _KKS_card_. If conversion is enabled it will also convert KKS cards and store them _KKS_to_KK_
- Install Chara: Given a folder with chara, coordinate, overlays and zipmod, it will automatically copy and paste them into the respective game folders. Also, if it finds any zip, rar, 7z it will automatically extract them. The script assume all chara are female so they will be installed in Userdata/female.
@@ -15,14 +16,14 @@ Follow these steps to get KAFIO up and running:
1. Clone or download this repository.
2. Install the required packages using `pip3` with the command `pip3 install -r requirements.txt`.
4. Run `KAFIO.py` and modify the settings to your preference.
4. Run `KKAFIO.py` and modify the settings to your preference.
5. Press Start
Note: You have to run as administrator if Koikatsu is saved in C:\Program Files (x86). To do it run cmd as administrator, type cd with the path of KAFIO folder and then type python KAFIO.py
Please feel free to use and modify KAFIO as you see fit. Your feedback and contributions are always welcome.
## Known Bugs
Here are some known issues with KAFIO:
Here are some known issues with KKAFIO:
- When running Create Backup it won't display any output for a while. Don't worry, just wait.
- Any .png that cannot be classified as chara or coordinate will be treated as Overlays. It is not a big issue, you can go to Overlays folder, sort by date and delete any files that are not overlays.