edale
Member
- Apr 1, 2018
- 101
- 120
- 94
i cant find the circle you have to press 3 times to unlock everything
Those little ovals under the icons.
i cant find the circle you have to press 3 times to unlock everything
This time the PC versionI buy it from dlsite today. it's new update.
google drive
I buy it from dlsite today. it's new update.
google drive
There was an update May 30th. Do you think you could grab and upload the new version (you won't have to re-buy it, you just need to download it from dlsite again)?I buy it from dlsite today. it's new update.
google drive
Thank you!Google Drive
update done , I have no idea what is wrapper, i just download it from dlsite and upload here.
Here's decen mod but I dont want to bother compiling it
C:using UnityEngine; using System.Collections.Generic; string mosaicTextureName = "Mosaic"; List<SkinnedMeshRenderer> mosaicRenderers = new List<SkinnedMeshRenderer>(); // Find SkinnedMeshRenderers with Mosaic Materials SkinnedMeshRenderer[] allRenderers = UnityEngine.Object.FindObjectsOfType<SkinnedMeshRenderer>(); foreach (SkinnedMeshRenderer renderer in allRenderers) { if (renderer.materials != null && renderer.materials.Length > 0) { foreach (Material material in renderer.materials) { if (material != null && material.name.Contains(mosaicTextureName)) { mosaicRenderers.Add(renderer); break; } } } } // Remove Mosaic Materials and Apply New Material Array foreach (SkinnedMeshRenderer renderer in mosaicRenderers) { List<Material> newMaterialsList = new List<Material>(); // Temporary list to hold non-mosaic materials foreach (Material material in renderer.materials) { if (material != null && !material.name.Contains(mosaicTextureName)) { newMaterialsList.Add(material); // Add the material if it doesn't contain the mosaic texture name } } // Convert the list to an array and assign to the renderer renderer.materials = newMaterialsList.ToArray(); }
With zero C# and Unity expertise, I managed to decompile and recompile the game files from this update here, using the code graciously provided above. Here is a decensor mod for what I think is the May 30th update, or whatever is linked here. Back up preexisting file (again, this is my first time doing this, this is provided as is), but just drop into Game\Game_Data\Suposeku_Data\Managed and replace existing file.Google Drive
update done , I have no idea what is wrapper, i just download it from dlsite and upload here.
Do you have a reupload of this? The link is deadGoogle Drive 07/09 updated
Your patch will prevent you from changing clothesWith zero C# and Unity expertise, I managed to decompile and recompile the game files from this update here, using the code graciously provided above. Here is a decensor mod for what I think is the May 30th update, or whatever is linked here. Back up preexisting file (again, this is my first time doing this, this is provided as is), but just drop into Game\Game_Data\Suposeku_Data\Managed and replace existing file.
In VR mode, I could not find these, but found them in destkop mode. Just clicking suposeku.exe did launch the Desktop and clicked those oval buttons. Then I went back to VR mode.![]()
Those little ovals under the icons.
the desktop exe has like 39 flags on virustotal and people are saying their gpus are melting. can anyone tell if this is a virus.New update available on 08/06! Hero!
I have suspicions it's a DRMthe desktop exe has like 39 flags on virustotal and people are saying their gpus are melting. can anyone tell if this is a virus.