help with fps

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
inno0220
Posts: 4
Joined: Fri Nov 02, 2007 4:19 pm

help with fps

Post by inno0220 »

i was wondering if someone could help me design a fps lobby and network layout

i tried asking on the other forums but noone would anwswer me

i want a almost halo2 looking lobby and party/matchmaking system
CuteAlien
Admin
Posts: 9721
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

While I have not the slightest idea about halo2, I suppose it won't differ that much from other lobby systems which are in use.

But what do you really need to know? How to make the gui (that's on client)? How the lobbyserved does handle matchdata & playerdata? How a network communication protocoll between server and clients has to look like? How to program a network connection? How to set up such a server?

A lobby system ain't so complicated, but if you have no idea at all it will be difficult to explain. Basicly my questions already outline the major parts of such a lobbyserver.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
rogerborg
Admin
Posts: 3590
Joined: Mon Oct 09, 2006 9:36 am
Location: Scotland - gonnae no slag aff mah Engleesh
Contact:

Re: help with fps

Post by rogerborg »

inno0220 wrote:i was wondering if someone could help me design a fps lobby and network layout
I'm sure someone can, but you don't appear to have given us any reason to do so. Perhaps if you did some research first, or asked a specific question, you might get some help.
inno0220 wrote:i tried asking on the other forums but noone would anwswer me
What other forums? You've made a total of 4 posts so far on these forums, two of which asked about running Irrlicht in a browser, and one of which solicited team members for an unspecified FPS. At no time have you asked for help with network or lobbying.

Perhaps you have been posting on other forums, and are confused about where you are. This forum is for the Irrlicht 3d engine. Do you know what that is, I wonder?
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
thojoh370
Posts: 12
Joined: Sun Nov 04, 2007 7:22 pm
Location: Linköping, Sweden
Contact:

Re: help with fps

Post by thojoh370 »

rogerborg wrote: What other forums? You've made a total of 4 posts so far on these forums, two of which asked about running Irrlicht in a browser, and one of which solicited team members for an unspecified FPS. At no time have you asked for help with network or lobbying.
This forum, irrlict.sourceforge.net/phpBB2/, is a forum created by the authors
of the Irrlicht engine (obviously). There might also be other forums dedicated
to Irrlicht - this isn't the only one! Here you have a german one, for example:
http://www.irrlicht3d.de/forum2/index.php

That's what he means by "forum" - not a forum inside a forum. (Heh, yeah, that was messed up.)
Programmers don't DIE, they just GOSUB and then RETURN.
Post Reply