Jump to content

Recommended Posts

Posted

Not for t3d-bones. The entire point of that template is to be extremely barebones - purely core and loading functionality, nothing else.


The template you'd want for an example of a multiplayer environment is the Full template, which implements a basic deathmatch gamemode, with weapons and the like.

Posted

Actually @buckmaster was working on a multiplayer version for T3D-bones afaik.

Not sure he ever finished it, but check out the ghosting-test branch on his Github, at least there is a good tutorial there on how the client-server system works.

Posted

Yeeeeeahhh I was working on that. It needs finishing up. It works, just isn't very user-friendly. Then I kept getting distracted and trying to split everything into modules.


Essentially, I think you should look at the 'dedicated' branch, particularly the client_server tutorial. I think at the moment it'll work if you run the main.cs file in there, running one instance with a 'server' argument and one with a 'client' argument. If you're okay reading source code you should be able to read the 'client.cs' and 'server.cs' files pretty easily. Let me know if you need anything explained!


The tutorial has the basics, but isn't finished.


I should probably finish this branch and merge it to master.


There are lots of things I should probably do...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...