CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x
3.00 star(s) 1 Vote

isgeny256

New Member
Jun 12, 2024
6
9
[CENSORSHIP REMOVAL GUIDE]
I was able to modify windows version, not the android one unfortunately.
1) Download UABEAvalonia from github, I used "seventh release"
2) Extract everything from Harem_Life_PC_VR-OpenXR-v2024.03.29.zip
4) Open UABEAvalonia.exe
5) File -> Open -> ./PCVR(OpenXR)/Harem_Life_VR_Data/data.unity3d
6) Decompress pop-up will show, click "Memory" button
7) In dropdown find "level1", click "Info" button
8) Sort table by name, we need assets with name "GameObject Censor Capsule" and "GameObject Censor For Fanza", so far 36 assets
9) Click an asset, then click "Edit data" button, you need to find path id in [0] section:
[0]
0 ComponentPair data
0 PPtr<Component> component
0 int m_FileID = 0
0 SInt64 m_PathID = 7862
7862 we need, copy to clipboard, click "Cancel"
10) Click View in top -> Go to asset (or Ctrl+G), paste 7862 to Path Id input -> Ok
11) We found the transformation object, click "Edit data"
12) You need to find scale section:
1 Vector3f m_LocalScale
0 float x = 0,045
0 float y = 0,05
0 float z = 0,04
and set everything to 0 (basicly we set 0 size for censor), should be like this:
1 Vector3f m_LocalScale
0 float x = 0
0 float y = 0
0 float z = 0
Click OK
13) Repeat steps from 8) to 12) for all 36 assets (girls), you will spend some time here
14) File -> Save -> OK. Close asset window
15) In main window File -> Save
??? Profit!

UPD: for android version follow these steps: https://f95zone.to/threads/vr-harem...v2024-03-29-vr-game-shop.206150/post-14600501
 
Last edited:

isgeny256

New Member
Jun 12, 2024
6
9
How do you add new characters in the Quest (android) version? Where do you need to place the files?
Find "Together with VRoid", it was released recently from the same developer that created vr harem game. The game allows you to import custom vrm models
 

kkkak1229

New Member
Aug 18, 2024
1
5
[CENSORSHIP REMOVAL GUIDE]
I was able to modify windows version, not the android one unfortunately.
1) Download UABEAvalonia from github, I used "seventh release"
2) Extract everything from Harem_Life_PC_VR-OpenXR-v2024.03.29.zip
4) Open UABEAvalonia.exe
5) File -> Open -> ./PCVR(OpenXR)/Harem_Life_VR_Data/data.unity3d
6) Decompress pop-up will show, click "Memory" button
7) In dropdown find "level1", click "Info" button
8) Sort table by name, we need assets with name "GameObject Censor Capsule" and "GameObject Censor For Fanza", so far 36 assets
9) Click an asset, then click "Edit data" button, you need to find path id in [0] section:
[0]
0 ComponentPair data
0 PPtr<Component> component
0 int m_FileID = 0
0 SInt64 m_PathID = 7862
7862 we need, copy to clipboard, click "Cancel"
10) Click View in top -> Go to asset (or Ctrl+G), paste 7862 to Path Id input -> Ok
11) We found the transformation object, click "Edit data"
12) You need to find scale section:
1 Vector3f m_LocalScale
0 float x = 0,045
0 float y = 0,05
0 float z = 0,04
and set everything to 0 (basicly we set 0 size for censor), should be like this:
1 Vector3f m_LocalScale
0 float x = 0
0 float y = 0
0 float z = 0
Click OK
13) Repeat steps from 8) to 12) for all 36 assets (girls), you will spend some time here
14) File -> Save -> OK. Close asset window
15) In main window File -> Save
??? Profit!

Thanks for this guide. I was able to do the same for oculus quest 3.
I followed steps above, just adapt for android:
5. find same file - assets\bin\Data\data.unity3d
8,9. to simplify your life here is a list of all 36 ids:
7862
8046
8248
8299
8391
8398
8446
9192
9302
9319
9400
10189
11855
11991
12393
12671
12689
12803
7902
8104
8318
8820
9193
9306
9504
9609
10133
10774
10991
11184
11298
12180
12242
12395
12400
13154

16. compress all files back as zip with no compression and change extension to apk.
17. sign file with . e.g. `java -jar uber-apk-signer.jar --apks D:/Harem_Life_VR_v2024.03.29_uncenzored_nonzipped.apk`. Dont forget to install jdk - .
18. using Sidequest install this apk back to quest.

Unfortunately i cannot attach file as it is too big
 

isgeny256

New Member
Jun 12, 2024
6
9
Thanks for this guide. I was able to do the same for oculus quest 3.
I followed steps above, just adapt for android:
5. find same file - assets\bin\Data\data.unity3d
8,9. to simplify your life here is a list of all 36 ids:
7862
8046
8248
8299
8391
8398
8446
9192
9302
9319
9400
10189
11855
11991
12393
12671
12689
12803
7902
8104
8318
8820
9193
9306
9504
9609
10133
10774
10991
11184
11298
12180
12242
12395
12400
13154

16. compress all files back as zip with no compression and change extension to apk.
17. sign file with . e.g. `java -jar uber-apk-signer.jar --apks D:/Harem_Life_VR_v2024.03.29_uncenzored_nonzipped.apk`. Dont forget to install jdk - .
18. using Sidequest install this apk back to quest.

Unfortunately i cannot attach file as it is too big
It works, thanks!
 
  • Like
Reactions: kkkak1229

usebuz

New Member
Jan 30, 2022
1
2
Thanks for this guide. I was able to do the same for oculus quest 3.
I followed steps above, just adapt for android:
5. find same file - assets\bin\Data\data.unity3d
8,9. to simplify your life here is a list of all 36 ids:
7862
8046
8248
8299
8391
8398
8446
9192
9302
9319
9400
10189
11855
11991
12393
12671
12689
12803
7902
8104
8318
8820
9193
9306
9504
9609
10133
10774
10991
11184
11298
12180
12242
12395
12400
13154

16. compress all files back as zip with no compression and change extension to apk.
17. sign file with . e.g. `java -jar uber-apk-signer.jar --apks D:/Harem_Life_VR_v2024.03.29_uncenzored_nonzipped.apk`. Dont forget to install jdk - .
18. using Sidequest install this apk back to quest.

Unfortunately i cannot attach file as it is too big
For those, too lazy to do allat, uncensored signed apk right there:

anyway, props to both of the guys above, I just followed their steps.
 

zauuyyt11

New Member
Nov 30, 2024
1
0
Scene mesh is broken for me on Quest 3, they just fall through the floor :\ any1 else have this issue?? setup scene before opening and gave permissions
 

heyjey

New Member
May 11, 2019
7
1
Scene mesh is broken for me on Quest 3, they just fall through the floor :\ any1 else have this issue?? setup scene before opening and gave permissions
Ok so i finally go it working for me without the chicks going down the floor and into the abyss.
Basically: you need to set up your ENTIRE room's spacial data (the Quest 3 needs to scan ALL your furnitures, sofas/bed etc and walls) , NOT just scan the floor. If you only do the "boundary scan" with the floor , the characters WILL still fall down into the darkness.
So yeah do a full room SPACIAL data scan and then it'll work fine. It's in the Quest 3's settings
 
Last edited:
3.00 star(s) 1 Vote