View Single Post
Re: Supporting more than one player on the client
Old
  (#2)
Pierre-Marie Baty
Roi de France
 
Pierre-Marie Baty's Avatar
 
Status: Offline
Posts: 5,049
Join Date: Nov 2003
Location: 46°43'60N 0°43'0W 0.187A
Default Re: Supporting more than one player on the client - 07-12-2004

I would go through TCP/IP sockets. The game DLL would control 1 real client and 3 bots, the real client would use the HL network protocol, and the 3 others another protocol of yours. The advantage is that you don't need to send much to the game DLL (only position, angles, velocity and buttons). On the other hand, I wish you good luck modifying the client DLL, because I foresee quite a lot of changes of importance.



RACC home - Bots-United: beer, babies & bots (especially the latter)
"Learn to think by yourself, else others will do it for you."
  
Reply With Quote