For my mod, any time someone tries to play back a demo, it refuses to
play giving the exact error message of

"DataTable warning: SetupClientSendTableHierarchy: missing SendTable
'DT_EffectData' (referenced by 'DT_TEEffectDispatch')."

Basically, it seems that when initializing the demo, it can't always
find a send table that is created with "BEGIN_SEND_TABLE_NOBASE" even
though it has no problems with certain other ones as
"DT_SDKLocalPlayerExclusive" works just fine.  I have a send table
specific to my mod implemented in DT_SDKPlayer that copies
DT_SDKLocalPlayerExclusive almost exactly except sending different
network vars.  If I comment out sending and receiving of the complaining
send table, then it moves on to another one to complain about.  I know
the send tables work fine when you actually play the mod, but something
is unique to demos.  Has anyone else encountered this problem?

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to