![]() |
How to use TCP. - Printable Version +- Mirage Source (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17) +---- Thread: How to use TCP. (/showthread.php?tid=2186) |
How to use TCP. - JadeCurt1ss - 25-09-2008 Well, I'm looking to make certain edits that require the sending of data from client to server (eg. a new item/weapon type.) I know it has to do with TCP, but I have no clue how TCP functions exactly. Can somone give me a basic tutorial? Re: How to use TCP. - William - 25-09-2008 The easiest way would be to download a sample code here: http://www.planet-source-code.com/vb/sc ... phabetical Re: How to use TCP. - JadeCurt1ss - 25-09-2008 Thanks! It's weird: I've learned more about the whole game-making process from non-game projects than I have from the game I'm creating. Re: How to use TCP. - William - 25-09-2008 JadeCurt1ss Wrote:Thanks! It's weird: I've learned more about the whole game-making process from non-game projects than I have from the game I'm creating.That's the idea, what you learn outside game making is what you use when making a game. |