RF and Multiplayer
http://www.rakkarsoft.com/ Try it out. Maybe you can figure it out and tell me how to implement it.
I'll look and see if I can come up with anything but I think if anyone could do it would be nout and some of the others.
[edit]Wow were did you find this? I've been googling for something like this for a while!
[edit]Wow were did you find this? I've been googling for something like this for a while!
Jonas
Focused, hard work is the real key to success. Keep your eyes on the goal, and just keep taking the next step towards completing it. If you aren't sure which way to do something, do it both ways and see which works better. - John Carmack
Focused, hard work is the real key to success. Keep your eyes on the goal, and just keep taking the next step towards completing it. If you aren't sure which way to do something, do it both ways and see which works better. - John Carmack
Found it way back, around 1.5/2 years ago when I first discovered irrlicht ( don't remember exactly when ). Haven't been in need of networking till now though, and a lot had changed since I first found it. It's much better now, although you need to register to be able to use it in
shareware/commercial products.
shareware/commercial products.
That might pose as a problem. We might be able to study how its set up, maybe inplant it in RF see how it works then make our own. I have several links to different networking tutorials Here's one
Beej's Guide to Network Programming Using Internet Sockets
Beej's Guide to Network Programming Using Internet Sockets
Jonas
Focused, hard work is the real key to success. Keep your eyes on the goal, and just keep taking the next step towards completing it. If you aren't sure which way to do something, do it both ways and see which works better. - John Carmack
Focused, hard work is the real key to success. Keep your eyes on the goal, and just keep taking the next step towards completing it. If you aren't sure which way to do something, do it both ways and see which works better. - John Carmack
It appears that RF uses something called Hawknl for mulitplayer. And if we wanted to implant Raknet it looks like we may have to Almost have to start over and redo a couple of files.
Here are the files that control the multiplayer.
Cnetwork.cpp*(looks like we may have to redo this one)
Cnetbuffer.cpp
Cnetwork.h
Cnetbuffer.h
Take a look and see if i'm right please.
Here are the files that control the multiplayer.
Cnetwork.cpp*(looks like we may have to redo this one)
Cnetbuffer.cpp
Cnetwork.h
Cnetbuffer.h
Take a look and see if i'm right please.
Jonas
Focused, hard work is the real key to success. Keep your eyes on the goal, and just keep taking the next step towards completing it. If you aren't sure which way to do something, do it both ways and see which works better. - John Carmack
Focused, hard work is the real key to success. Keep your eyes on the goal, and just keep taking the next step towards completing it. If you aren't sure which way to do something, do it both ways and see which works better. - John Carmack
You can look into hawknl here! I did a google search and came accross it.
looks like the same people even offer multiplayer with voice! here!
looks like the same people even offer multiplayer with voice! here!
Jonas
Focused, hard work is the real key to success. Keep your eyes on the goal, and just keep taking the next step towards completing it. If you aren't sure which way to do something, do it both ways and see which works better. - John Carmack
Focused, hard work is the real key to success. Keep your eyes on the goal, and just keep taking the next step towards completing it. If you aren't sure which way to do something, do it both ways and see which works better. - John Carmack
- QuestOfDreams
- Site Admin
- Posts: 1520
- Joined: Sun Jul 03, 2005 11:12 pm
- Location: Austria
- Contact:
No. It looks like hawknl is better! They have the same functions basicly and would be easier just to add more functions to the code thats allready there.
Jonas
Focused, hard work is the real key to success. Keep your eyes on the goal, and just keep taking the next step towards completing it. If you aren't sure which way to do something, do it both ways and see which works better. - John Carmack
Focused, hard work is the real key to success. Keep your eyes on the goal, and just keep taking the next step towards completing it. If you aren't sure which way to do something, do it both ways and see which works better. - John Carmack
There would be If i could use the vc compiler on a 98. I would be able to test some code.
Jonas
Focused, hard work is the real key to success. Keep your eyes on the goal, and just keep taking the next step towards completing it. If you aren't sure which way to do something, do it both ways and see which works better. - John Carmack
Focused, hard work is the real key to success. Keep your eyes on the goal, and just keep taking the next step towards completing it. If you aren't sure which way to do something, do it both ways and see which works better. - John Carmack