-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Description
Primarily thinking about TF2 here, but it would be nice if it arrived for all...
Since Valve decided that we shouldn't be able to compile the SDK for 32 bits (despite compiling for 32 bits for themselves), can we
atleast have the PDB files for updates so working with Sourcemod on windows for 32 bit is less painful.
Having to hunt down functions again and again and again and again for the windows binary gets booring really fast.
It's probably going to take years before Sourcemod finally gets dhooks and other important things working correctly on 64 bit
and is stabilized/standardized
so we can finally get debugging symbols on our own by compiling the SDK by ourself. Help Smooth this transition over pls.
With the PDB file, it would be as easy as a couple of clicks in for example Ghidra in order to have properly named functions
on the windows 32 binary
and without having to become depressed over hunting for hours on end for virtual functions.
Please Gaben!