• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

Recent content by ToeJam

  1. T

    Plugins + Scripts CPU Performance Patch (Up to 30% faster physics, up to 60% more FPS)

    BTW, Why 32 bit? is it 64bit mask? SetProcessAffinityMask has parameter "[in] DWORD_PTR dwProcessAffinityMask" and this is not as pointer, but data as it is. And DWORD_PTR should be 64 bit data.
  2. T

    Plugins + Scripts CPU Performance Patch (Up to 30% faster physics, up to 60% more FPS)

    The affinity options seems to set only the first 32 cpus. (So, 16 cpus for skipping HTs at my previous post case) If BIOS setting disables HT & NUMA, can set 32 cpu cores affinity. But... - with no affinity (1-44cpu), got lower fps even use all cpu cores. - 1-22 cpu, still lower... - 1-16 cpu...
  3. T

    Plugins + Scripts CPU Performance Patch (Up to 30% faster physics, up to 60% more FPS)

    How to unlimit the 16 cpu limitation? I had chance to try VaM on many cores desktop (but very old...). This patch seems to improve fps well. But it seems still limited only for 16cpu of 2*22cpu cores.(2*44 threads) SkinMeshPartDLL.ini: ----- [threads]...
Back
Top Bottom