Nicolas Gnyra
Nicolas Gnyra
Sorry if this belongs on Discourse – I was initially going to post this there but I believe this is a bug considering invalid DSL is being generated rather than...
This just adds `Libs/Native` and `IPA/Pending/Libs/Native` to the folders searched for installed mods so mods with native libraries (e.g. LookupID) are recognized properly.
I just got a 7900 XTX and noticed strange tracking behaviour when using [`GetDeviceToAbsoluteTrackingPose`](https://github.com/ValveSoftware/openvr/wiki/IVRSystem::GetDeviceToAbsoluteTrackingPose). This issue has been reproduced on at least two other systems running 7900 XTX GPUs, with...
### System information: - Windows OS version: Windows 11 Pro 23H2 (Build 22631) x64 - ImageGlass version: 9.0.10.201 ### To Reproduce Steps to reproduce the behavior: 1. Uninstall regular version...
I noticed yesterday I was accidentally still using my solution from #198 instead of the fix included in v1.19.0. Unfortunately, once I properly switched, I discovered the release is still...
Fixes the breaking change that occurred with 1.35.0 (PCAppInit got moved) and the transpiler that broke with 1.36.0. The modified transpiler still works with 1.35.0 so I kept that as...
Adds some barebones utilities for populating the `ClothProxyMapping` section of a VisualBank resource. Testing against game meshes with [this](https://github.com/nicoco007/lslib/compare/add-cloth-proxy-mapping-utils...add-cloth-proxy-mapping-utils-testing) to get an idea of how accurate it is. 