ToothpasteVixen

Results 6 issues of ToothpasteVixen

Despite last being updated in 2015, the singleplayer branch code still requires 'upcoming' binaries on steam to run, which introduces a bit of trouble for the end user who wishes...

Recently, all of the main Source 1 Games got a series of updates to their engines that added a new gamepad UI for the SteamDeck, Vulkan support (via dx9vk), and...

enhancement

Many datadescs have not been updated to account for new data sizes in 64 bit, meaning that loading saves causes multiple issues, especially with physics objects. (A notable example of...

StudioMDL does not accept mod projects that use AppID mounting, and the x64 binaries don't even include mdllib.dll: ![Image](https://github.com/user-attachments/assets/b563c87e-cc0c-4c1c-af82-ba2831435c04) VTEX also does not accept these projects, although both the win32...

[`CUtlSymbolTableMT::Find` uses a read lock](https://github.com/ValveSoftware/source-sdk-2013/blob/master/src/public/tier1/utlsymbol.h#L197), where it should be using a write lock, as the [function it is wrapping writes to a member variable of `CUtlSymbolTable`](https://github.com/ValveSoftware/source-sdk-2013/blob/master/src/tier1/utlsymbol.cpp#L184). This causes a race...

Attempting to compile any of the included singleplayer games (hl2, episodic, lostcoast) and run the resulting mod causes an Access Violation / Segmentation Fault in `SendProxy_AnimTime`, as `pStruct` is set...