• Hi Guest!

    Please be aware that we have released another critical security patch for VaM. We strongly recommend updating to version 1.22.0.12 using the VaM_Updater found in your installation folder.

    Details about the security patch can be found here.

Search results for query: *

  1. dewbeus

    Looks Palehead

    Nice! Tho... the fingernails look a bit sketch, the toe geometry is WTF, and @$$-crack texture/geometry is like "so last version."
  2. dewbeus

    Looks Shangshi

    Finally... art that looks more human than art :D
  3. dewbeus

    Plugins + Scripts SimpleStateMachine

    Is this a "state machine" in the Computer Science sense (a symbol graph) or a "procedure that remembers stuff" sense?
  4. dewbeus

    Plugins + Scripts VAMMoan

    When changing Appearances, some scenes with vammoan get "lockjaw" (morph Mouth Open Wide stops animating, making some models look peculiar) hazmhox error, artist error, user error, other plugin error? Toggling 'Enable auto-jaw animation' checkbox in vammoan fixes it, so I mention it here...
  5. dewbeus

    Scenes Cavern Entrance

    "Far, far below the deepest delving of the Dwarves, the world is gnawed by nameless things. Even Sauron knows them not. They are older than he."
  6. dewbeus

    Plugins + Scripts DependencyViewer

    When using the "Check Current Scene" button, nothing happens unless line 719 is changed... foreach (string key in js.Keys) { - if (js[key].Value != string.Empty) + if (js[key] != null && js[key].Value != string.Empty) Not...
  7. dewbeus

    Question Looking for Look LadyG Hal Hadot

    if dynamics you seek... avoid anon...
  8. dewbeus

    Question VR Thumbstick Camera Motion Customization

    Is it possible to write a session plugin that alters the behavior of the VR camera in response to thumbstick movement, look direction, controller buttons, and context? I feel that comfortable VR free-fly camera motion is still a problem to be solved and i would like to experiment... with code...
Back
Top Bottom