From 59b84f3540be0acdb16e80a6985f73a4952b7772 Mon Sep 17 00:00:00 2001 From: RedDeadDepresso <94017243+RedDeadDepresso@users.noreply.github.com> Date: Sun, 10 Dec 2023 16:08:00 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6d4cee7..056b4af 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# KAFIO: Koikatsu Auto File I/O +# KKAFIO: Koikatsu Auto File I/O -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 +15,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. From 9aae9826ecd2935841e8981281124ca63fd33bfa Mon Sep 17 00:00:00 2001 From: RedDeadDepresso <94017243+RedDeadDepresso@users.noreply.github.com> Date: Sun, 10 Dec 2023 16:10:12 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 056b4af..94460b5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # KKAFIO: Koikatsu Auto File I/O +Screenshot 2023-12-10 160912 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.