Create and Fuck your AI Cum Slut –70% OFF
x

Shisaye

Engaged Member
Modder
Dec 29, 2017
3,500
6,202
676
I don't have any hope for that site.
We should really get this thread back on topic before the mods purge us.
Although it seems like the devs aren't really working on Two Horns right now, they even announced a new game while honey village isn't even remotely finished, yet.

But I don't really know what you mean. The only "problem" a-s has, which is causing the low engagement, is that the admin answers government and company requests with ascii art of penises, and as a result the site is being scrubbed from search results and sometimes the target of cyberattacks.
But in fact they are working on a complete overhaul of the site with new servers more features etc., it's far from dead and has sufficient funding.
 

katariya

Member
Apr 19, 2022
345
179
167
Beat the game.

They are pretty lackluster since only has fairy inside and nothing else, less I am missing something. Maybe they are more of future placeholder.
Unless you log in with a subscriber account to upgrade the game to the "Special Version" (which then requires a constant online connection), there's no real use for the Pink Cafe Art Offices.

That's where the Special Version sells cheat items($10 or ¥1000 plan); in the regular retail game, it's just a regular NPC.


P.S. In the Special Version, you can access this map and buy those items normally without needing to unlock anything.
 
Last edited:

ZEROHERO1

Newbie
Oct 5, 2022
45
14
76
The game has been updated to supporter version 1.0.2, allowing players to invite more main succubi into their houses. The final boss is also now available.
 

Slayerz

Active Member
Aug 2, 2017
761
3,002
401
Someone released a method to uncensor two horns a while back, since honey village uses the same game engine the method probably hasn't changed.

You need to open the game executable with a hex editor, and find :
gl_FragColor = texture2D(u_texture, mask.a > 0.5 ? target : v_texCoord);
You can find it directly below the X and Y values for "u_mosaiclevel"

Change 0.5 to 1.0, overwrite the original exe.


I'll see if I can do that on the latest APK, but idk.
Damn that worked pretty good!
1762235804813.png

I've never done this before, but that was pretty interesting. Here was my detailed process:

  1. Select Open file and open the HoneyVillage.exe on this online hexe editor:
  2. Search for "gl_FragColor" on the right and press Find next at the bottom right. There will be 2 options, so make sure to
    1762235075616.png

  3. Locate this area and make sure to replace 0.5 to 1.0. Keep the same spacing between the > and ?. When you replace the values, you need to select the number and press 1 or 0 and it'll overwrite the selection. This isn't like MicrosoftWord.
    1762235259468.png

  4. Now just above this, you'll find 2 more 0.5 values to change for 1.0 for the X and Y size:
    1762236036154.png

  5. Select Save as on top left and export it to your folder. I personally duplicated the default HoneyVillage.exe as backup and placed it in a seperated folder. If you don't have that spacing, that exe won't work.
    Also make sure to save it as the same name. No HoneyVillage
    2.exe as it won't find your save file.
    Windows might be fussy about the exe modification.
 
Jan 15, 2021
116
77
151
Damn that worked pretty good!
View attachment 5406451

I've never done this before, but that was pretty interesting. Here was my detailed process:

  1. Select Open file and open the HoneyVillage.exe on this online hexe editor:
  2. Search for "gl_FragColor" on the right and press Find next at the bottom right. There will be 2 options, so make sure to
    View attachment 5406443

  3. Locate this area and make sure to replace 0.5 to 1.0. Keep the same spacing between the > and ?. When you replace the values, you need to select the number and press 1 or 0 and it'll overwrite the selection. This isn't like MicrosoftWord.
    View attachment 5406445

  4. Now just above this, you'll find 2 more 0.5 values to change for 1.0 for the X and Y size:
    View attachment 5406455

  5. Select Save as on top left and export it to your folder. I personally duplicated the default HoneyVillage.exe as backup and placed it in a seperated folder. If you don't have that spacing, that exe won't work.
    Also make sure to save it as the same name. No HoneyVillage
    2.exe as it won't find your save file.
    Windows might be fussy about the exe modification.
That is good news, hopefully it can be applied for Android in the future ❤
 
Jan 17, 2019
112
166
129
That is good news, hopefully it can be applied for Android in the future ❤
already did that for android, it had that one false positive which you commented on before, but I know for sure it works because I tested it out on my android.

If youd like to repeat the process I did, you can install this apk editor:
next, install hxd:


drag the unmodified Honey Village apk onto the apk editor program and click "open contents"

in the folder open the "lib" folder, now you should see three folders: "arm64-v8a","armeabi-v7a","x86"


Open HxD now.

Repeat the steps below for each folder:
Open the folder and drag libMyGame.so onto HxD

search

gl_FragColor = texture2D(u_texture, mask.a > 0.5 ? target : v_texCoord);

You can find it directly below the X and Y values for "u_mosaiclevel"

Change 0.5 to 1.0, save the file.

repeat these steps for the next "libMyGame.so" file (if you haven't finished them all yet.)




ONLY CONTINUE AFTER YOU HAVE CHANGED ALL 3 OF THEM OR IT MIGHT NOT WORK!


Now just save the APK and you are done.


Heres my APK which I did that process on. It has one false positive, so if you don't trust it you can do the steps above, use a VM, or ask other people if it worked for them.

 
  • Wow
Reactions: JugadorDeBlizzard

AppRiss

Newbie
Jan 17, 2023
17
2
50
already did that for android, it had that one false positive which you commented on before, but I know for sure it works because I tested it out on my android.

If youd like to repeat the process I did, you can install this apk editor:
next, install hxd:


drag the unmodified Honey Village apk onto the apk editor program and click "open contents"

in the folder open the "lib" folder, now you should see three folders: "arm64-v8a","armeabi-v7a","x86"


Open HxD now.

Repeat the steps below for each folder:
Open the folder and drag libMyGame.so onto HxD

search

gl_FragColor = texture2D(u_texture, mask.a > 0.5 ? target : v_texCoord);

You can find it directly below the X and Y values for "u_mosaiclevel"

Change 0.5 to 1.0, save the file.

repeat these steps for the next "libMyGame.so" file (if you haven't finished them all yet.)




ONLY CONTINUE AFTER YOU HAVE CHANGED ALL 3 OF THEM OR IT MIGHT NOT WORK!


Now just save the APK and you are done.


Heres my APK which I did that process on. It has one false positive, so if you don't trust it you can do the steps above, use a VM, or ask other people if it worked for them.

Pixeldrain
I need help. Im stuck in here
 

katariya

Member
Apr 19, 2022
345
179
167
Save file location for Android? Can we even move save files on Android today without rooting?
"The game save is located in a system-protected folder (root directory), meaning you cannot access or modify it without rooting your device.

For non-rooted devices, the only way to transfer the save file is to log in with a subscription account, upgrade to the Special version, and then use the cloud save Upload/Download feature (which requires a continuous internet connection after the upgrade)."
 

katariya

Member
Apr 19, 2022
345
179
167
I can't find a windows Honey Village download... Am I missing something?
The game Honey Village is banned on this forum, so all previous discussion threads that contained a download link have been deleted. If you are looking for it, you might find a surprise over at anime-sharing...
 
  • Like
Reactions: kdaniel111

justaplayer69

Member
Nov 29, 2023
396
475
131
I've put quickly together a saved game editor and uncensor patcher. Works with all Pink Cafe Art games, including TH, ON, HV.

Here's the link: https://attachments.f95zone.to/2025/11/5460134_pcacheat.zip
And a screen: https://attachments.f95zone.to/2025/11/5448958_pcacheat.png

Usage:
1. run the game once and save game to the first slot
2. start pcacheat.exe (or "pcacheat.exe (gamedir)")
3. select the game folder (the one with the game .exe in it)
4. edit the inventory of the saved game to your heart's content
5. press 'Save'
6. enjoy!

As a bonus to the modified inventory, also gives 999999 money.

Limitations:
1. the uncensor patch (posted above with 0.5->1.0) does not remove the mosaic for me, just reduces it considerably, but not entirely.
2. only the first saved game slot can be modified

The attachment is guaranteed to be virus free (the executable is just 58K, simply no room for malicious code), but source also included if you don't believe me.

EDIT: minor update, game directory can be specified on the command line as well.
EDIT2: fixed an issue when too many items were added. Also removed symbols, the .exe is now just 58K.
 
Last edited:
4.00 star(s) 15 Votes