I have honestly no idea of the game and still try to find out how all of this works and my question is how i get the char in the game
I downloaded a png file and packed it in the female chara folder but what is next how do i get them in tthe game :O?
Also when try to edit girl cards I can´t load any characters
Does anyone know how to edit the outfits? I couldn't find what I was looking for on google or hongfire. What I want to do is remove the string ties from one or two panties because they stick through whatever clothes is worn over them.
Anyone have a copy of the mat_cha_05.unity3d file inside the abdata folder? Mine seems to be corrupted after i extracted it... It's from the fan version btw...
The screenshot are the character data. Just download them and put them in the right folder. The actual character is stored in the meta-data of the image file.
The screenshot are the character data. Just download them and put them in the right folder. The actual character is stored in the meta-data of the image file.
But how do I know which one are for Honey Select, cause it looks like some of them are from different Illusion games, right? Especially those manga chars looks like from Artifilcial Academy 2, or Koikatu...?
But how do I know which one are for Honey Select, cause it looks like some of them are from different Illusion games, right? Especially those manga chars looks like from Artifilcial Academy 2, or Koikatu...?
i downloaded and installed this but im having issues for some reason when i install the mods the folders i start seeing characters people made but the faces etc are sunken in so im guessing something screwed up but i dont know where anyone can help?
Anyone know where to find the "Optional 32-Bit Folder" found in the Hongfire forums repack mod? I dropped all of the 64-bit versions of each game/program into the IPA.exe but I can't find the 32-bit folder they are talking about in Hongfire.
@muttdoggy please let me know what you think re above.
Well, after base install I've downloaded and unpacked 50 GB of mod packs.
And..... found out that they are all packed in separate folders. You need to walk through all ~530 folders and copy all files from folder to HoneySelect install dir. Well, it is not how I imagined I'll spent few hours of my life ;-)
So I made this script for Windows users.
Assuming that after unpacking all mods you'll get folder structure like this: D:\MODS_unpacked\mod1\abdata D:\MODS_unpacked\mod1\UserData D:\MODS_unpacked\mod2\abdata D:\MODS_unpacked\mod3\abdata D:\MODS_unpacked\mod4\abdata D:\MODS_unpacked\......\.....
As you can see, you'll need walk through all folders and copy its contents to your honeyselect install dir.
1. Save this as a file, for example: fetch.bat
2. Replace paths for your PC locations
3. Execute it
Bash:
@echo off
for /d %%i in ("D:\MODS_unpacked\*") do (
xcopy /S /E /Y "%%i" D:\MODS_fetched
)
P.S.
Yep, it is not super clean, but at least all 550 folders were fetched and stored in correct folder structure which you can now copy to your HoneySelect root install dir.
P.P.S.
And yes, it will force files overwrite, so you should not assume it ALL will work like a charm. However I have no solution for same files in different mods, so I usually override them anyway.
P.P.P.S.
I wonder if anyone has a better solution with all this mods PACK mess. I am sick of trying to get everything work. Because tones of mods use same files but with different content. I wasn't able to get stable output after installing all this mods SOme of them are now working together, unfortunately.