Jump to content

t3d-bones: multiplayer?


jamesonj

Recommended Posts

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.

Link to comment
Share on other sites

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...

Link to comment
Share on other sites

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...