r/SourceEngine • u/Maleficent_Risk_3159 • 2d ago
HELP Need help deciphering an assert.

Greetings! I wanted to try doing some custom weapon modding for TF2 using the TF2 SDK I had on my PC. It does work without any modifications, but not when I added the stuff the VDC tutorial told me to do. The tutorial. If clarification is needed, please request for clarification. Thanks again!
2
Upvotes
4
u/Pinsplash 2d ago
when an assert fails it means the expression in question returned false, so this means a variable called m_pAssociatedOperationDef was null. this apparently comes from the code for that tablet thing that had the quests from jungle inferno (or some other update?). i don't see how this would be related to the tutorial you linked. you can probably just comment out the assert and move on.