Recent content by Eye9

  1. E

    Plugins + Scripts You Too, Hairdresser

    Hell. Yes. Thank you <3
  2. E

    Plugins + Scripts ClothingRipper

    Getting this error in your Beach Paradise scene Any idea why? I originally did not have the Custom UI var since it's not a dependency of this script but even after downloading and manually allowing script execution, it's still failing.
  3. E

    Scenes House Mates - Homework with Kelly

    Nice, I really enjoyed this! Small things that could be improved (maybe in future scenes?): For the daydreaming sequence, an appearance preset is loaded. That sadly replaces any custom appearance, so using a clothing preset instead would make it easier to use a different look. I really like...
  4. E

    Plugins + Scripts Decal Maker

    FWIW, apart from the difficulties around switching appearances that have always been there in some form (really hope VaM2 will have more callbacks ^^), it continues to work perfectly fine for me in VR.
  5. E

    Scenes Memories Summer

    This scene does not work for me in VR (SteamVR) sadly, I can't get past the initial UI. When I select "Enter Room", nothing happens. I also don't get that clicking sound effect when I switch the options around (language, mode). In "AfterClassNight" on the other hand I can get past it (I get the...
  6. E

    Plugins + Scripts MorphSculptor

    No pressure to implement any of these ;) But I think it is an interesting problem, so here are some thoughts. I think mesh relaxation can still be useful in certain cases like when you just want to fix something that was caused by other morphs, or clean up your own. Things do get squished...
  7. E

    Plugins + Scripts SIMTexturePainter

    Really cool to get this in VR, thanks! For when you ever revisit: Small issue: The "fill all" function seems to indeed fill everything, regardless of material selection. I was expecting it to be limited to the current material(s). And it cannot be undone. Luckily I was just doing a little...
  8. E

    Plugins + Scripts MorphSculptor

    Could not reproduce this in v3, may have been a stuck vertex on the cheek actually. Two things I did notice in v3 though was that the wireframe did not properly reflect the visible mesh (it was inside the mesh/not visible in many areas, whereas the vertex mode viz worked fine), and smoothing in...
  9. E

    Plugins + Scripts MorphSculptor

    Extremely cool, thank you for making this! An erase brush (with strength modifier) would be quite useful to clean up morphs. Also, any chance you could apply the brush strength to the grab tool as well? Quite difficult to control in VR. A little smoothing of VR input might also be worthwhile...
  10. E

    Plugins + Scripts Listener Killer

    Same for me when I was messing around with it tbh ^^ So I took a small gander and this is what happens when you toggle the AudioListener on the WindowCamera: if (audioListener != null && SuperController.singleton != null) { if (useAudioListener && cameraOn) {...
  11. E

    Plugins + Scripts Listener Killer

    I was always wondering why the sound would get like that sometimes. Read your description, went "yes of course!". Thank you. :D Two issues I noticed: 1. I don't think it restores correctly when saving & loading a scene (the listener stays active). Might be related to 'disable all' not working...
  12. E

    Plugins + Scripts Decal Maker

    Indeed, the latest update (Beta 2.13) seems to have an issue with initial alpha values. All layers load with 1.0 alpha / fully visible on level load (and iirc also when adding the plugin for a person atom with existing decalmaker layers). The layers need to come into view in the UI to have their...
  13. E

    Assets + Accessories Custom Magazine

    Really cool, thanks for sharing this! It would be very convenient if the image was automatically scaled and not stretched. I believe it's possible to get the texel size in hlsl using TextureName_TexelSize (declared as a float4), so e.g. float4 _MainTex_TexelSize; See this Unity discussion thread...
  14. E

    Plugins + Scripts Better Hair Tool

    About the symmetry question that @yeetomeato asked in the reviews, if you cannot directly mirror hair after-the-fact, you might be able to mirror the tools themselves? Syncing up two of them might work ... If you ever figure out how to manipulate the hair data directly though, I have a BUNCH of...
  15. E

    Plugins + Scripts Decal Maker

    Also a few thoughts about masking and layers: Masks I am wondering if we could have a 'clear' button for a layer's texture, to clear it? And have the default texture be white, so that it would become possible to just use a mask and e.g. a color/tint. Also it would be cool if the mask had a...
Back
Top Bottom