• Hi Guest!

    We are extremely excited to announce the release of our first Beta1.1 and the first release of our Public AddonKit!
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. For access to the Public AddonKit you must be a Creator tier member. Once subscribed, download instructions can be found here.

    Click here for information and guides regarding the VaM2 beta. Join our Discord server for more announcements and community discussion about VaM2.
  • Hi Guest!

    VaM2 Resource Categories have now been added to the Hub! For information on posting VaM2 resources and details about VaM2 related changes to our Community Forums, please see our official announcement here.

Recent content by yesferatu

  1. yesferatu

    Plugins + Scripts Mouse Control Overhaul

    Then smack Meshed out of Fantasy 2.0 and back into the UI abomination that he started. How hard can it be to provide UI-correctness to those willing to work on it?
  2. yesferatu

    Plugins + Scripts Mouse Control Overhaul

    Nice! Feels much better selecting Controllers. However, when using Person -> Move -> "Select Align To From Scene" the selection feels worse to me when using your plugin in a dense controller environment. It keeps selecting unexpected nearby controllers not directly under the mouse cursor. Could...
  3. yesferatu

    Plugins + Scripts CUA_Editor

    I believe there is a minor bug in version 1.5 when a GameObject has more than one component Collider or AudioSource. In such a scenario, a unique storable name is not created for each Collider/AudioSource component within the GameObject. The CUA_Editor UI works fine, but only one storable is...
  4. yesferatu

    Looks Palehead

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

    Looks Shangshi

    Finally... art that looks more human than art :D
  6. yesferatu

    Plugins + Scripts SimpleStateMachine

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

    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...
  8. yesferatu

    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."
  9. yesferatu

    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...
  10. yesferatu

    Question Looking for Look LadyG Hal Hadot

    if dynamics you seek... avoid anon...
  11. yesferatu

    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