Jump to content

[mod] Hide Something Pack


Recommended Posts

Posted

Hide Something Pack


This mod hide someting you don't want to see.

 

Pose card:
B + 1 --- toggle chair
B + 2 --- toggle teaset
B + 3 --- toggle beach bed
B + 4 --- toggle drink
B + 5 --- toggle beach chair
B + 6 --- toggle shower
B + 7 --- toggle Kanshidai
G + 1 --- toggle gun
G + 2 --- toggle mug
G + 3 --- toggle scrub brush
G + 4 --- toggle files
G + 8 --- toggle milk
L + 0 --- toggle bike
L + 8 --- toggle UMI Machine
L + 9 --- toggle shell
V + 1 --- toggle bouquet
Y + 5 --- toggle Yom's shoes
Y + 4 --- toggle Energy Drink
Y + 3 --- toggle Exercise Pole

 

Background:
P + 9 --- toggle volleyball net
Y + 6 --- toggle Yagura (tower in poolside)
B + 1 --- toggle chair (owner's room)
B + 8 --- toggle darkness in episode

 

Character:
G + 6 --- toggle Tsukushi's glasses
H + 1 --- toggle Kanna's horn
Y + 7 --- toggle Aayane's eyepatch
 


Caution:

1. Please install krunkDunk's GUI CVM.
https://www.loverslab.com/files/file/20372-guicvm_base_package_v10zip/

 

---Right click on icons, you can change status.
If you can't use GUICVM, move all "***_sub.ini" files to "DISABLED" folder.


2. If you use "Hide SHower", please install my latest ShaderOverrides.ini

 

 

-----------------------------------------------------------------------------------------------------------------------------

If you like my mods, please consider buying me a cup of coffee on ko-fi


 

  • 8 months later...
  • 3 months later...
Posted

Thank you. I'm really enjoying this mod. Could you please add more features? I'd really appreciate it if you could remove the watermelon-smashing stick, the eye patch, and the trees in the background.

Posted

namespace = Hide_Stick

[Constants]
global persist $stick = 0
global $keysEnabled = 0

[PresetEnableHotkeys]
$keysEnabled = 1

[KeyStick]
condition = $keysEnabled
Key = L 1
type = cycle
$stick = 0, 1

[TextureOverrideStick]
Preset = EnableHotkeys
hash = da8cdddd
if $stick == 1
    handling = skip
endif
 

I found the stick and made it, and it works well. But I can't find the hash for the blindfold...

Posted


omg i fonund that blindfold!!

 

namespace = Hide_Eyepat

[Constants]
global persist $eyepat = 0
global $keysEnabled = 0

[PresetEnableHotkeys]
$keysEnabled = 1

[KeyCycle]    
condition = $keysEnabled
Key = l 3
type = cycle
$eyepat = 0, 1

[TextureOverrideEyepat]
Preset = EnableHotkeys
hash = 7945aa86
if $eyepat == 1
    handling = skip
endif


It's all thanks to you, thank you so much.

958260_20250921224428_1.png

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...