Thanks guys, I didn't even think about checking the folder for it. Just added c_team_train_watcher.cpp and it's header file to the project from the src files folder and it rain fine.
-------------------------------------------------- From: "Nick" <[EMAIL PROTECTED]> Sent: Friday, July 04, 2008 11:52 PM To: "Discussion of Half-Life Programming" <[email protected]> Subject: Re: [hlcoders] New MP mod gets "Client missing DT classCTeamTrainWatcher" error > Yep. Glad I am not the only one who found this bug :P > > > c_team_train_watcher.cpp and c_team_train_watcher.h are not > included in the clienside project file sdk....(hl2mp ep2 sdk) > http://img301.imageshack.us/my.php?image=screenshot017zn9.jpg > Causes this error::: > http://img300.imageshack.us/img300/8887/screenshot015cf8.jpg > > > > also multiplayer options menu has been broken since last year... > http://img168.imageshack.us/img168/7247/screenshot022gm9.jpg > > > On Fri, Jul 4, 2008 at 7:54 PM, Tony omega Sergi <[EMAIL PROTECTED]> > wrote: >> add c_teamtrainwatcher.cpp to the client project. >> >> >> On Fri, Jul 4, 2008 at 8:28 PM, Ryan Matthew Paterson >> <[EMAIL PROTECTED]> >> wrote: >> >>> Hey all, >>> I'm messing around with coding in the Source SDK. I successfully created >>> mod of singleplayer HL2, and had no problem getting it up and running. >>> However, I tried to create a new mod of HL2 multiplayer, and when >>> trying to >>> load a map I get the following error in the console: >>> >>> DataTable warning: No matching RecvTable for SendTable >>> 'DT_TeamTrainWatcher'. >>> Client missing DT class CTeamTrainWatcher >>> Host_EndGame: CL_ParseClassInfo_EndClasses: CreateDecoders failed. >>> >>> The console says the server starts, the background goes black, and then >>> it >>> instantly drops me. Apparently that's the TF2 entity for the payload >>> style >>> maps. Anyone have any suggestions for a fix, I'm stumped.(I'm fluent in >>> Java >>> and know a bit of C#, but C++ is a bit different so I'm just diving in >>> as a >>> side hobby) >>> _______________________________________________ >>> To unsubscribe, edit your list preferences, or view the list archives, >>> please visit: >>> http://list.valvesoftware.com/mailman/listinfo/hlcoders >>> >>> >> >> >> -- >> -Tony >> _______________________________________________ >> To unsubscribe, edit your list preferences, or view the list archives, >> please visit: >> http://list.valvesoftware.com/mailman/listinfo/hlcoders >> >> > > > _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

