Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
Hello everybody, I have a question, I have seen people make multiplayer games on coppercube but nobody knows exactly how, the plugins are gone and there is no tutorials on it. as far as i know, making multiplayer games as a beginner is impossible. I am making a game called BrickBox, its supposed to be a multiplayer block building sandbox game, ALL I WANT IS FOR MULTIPLAYER TO WORK. I saw a thread saying that you could Read, Load File Content, to and from a server? Help would be appreciated, and a tutorial or explanation is useful for me to create my own tutorial for users of Coppercube! Thanks! Brickman44 |
||||
|
Hi Brickman44, There is no simple solution. You can find a working http multiplayer example here:https://zeicmann.itch.io/ccb-var... In case you want to make a multiplayer game to work, you also need a basic understanding on the following: tcp/ip and ports, firewalls/portworwarding, networks infratructure, http, and some modern technology like websocket if you're going with webgl. Plus knowledge of any programming language and tools allows you to build some sort of server. I would also highly recommend to read through:https://developer.valvesoftware.... Also, thank you for your post |
||||
|
I concurr with okeoke, However if you wanted to do a Local-Play game I do know a way to do that without knowledge with tcip, ports, etc However it is rudementary and isn't plug and play either. It would allow you to create a co-op game though. |
||||
|
wrote: I concurr with okeoke, However if you wanted to do a Local-Play game I do know a way to do that without knowledge with tcip, ports, etc However it is rudementary and isn't plug and play either. It would allow you to create a co-op game though. any type of Multiplayer is accepted thx! |
||||
|
This test works for you ??? https://brainxcode.cl/develop/mu... Open 2 tabs, one of them in incognito mode... and you can see 2 player interact ... is a low framerate but work. |
||||
|
@JaimeZegpi can you teach me? |
||||
|
but, is working for you ??? you have problem to test this example ??? Is slow, is fast... have mush delay ?? |
||||
|
@jaimeZegpi, I tried it, but it wasn't working for me. I opened two tabs, but the second frog did not show any change in position or color, when I moved it. |
||||
|
I think php backend is turned off. |
||||
|
|