3D Multiplayer?

Is there any possibility that a 3d multiplayer game could be made with the Raycasting extension, or some kind of other version of this extension?

I don’t know how to really tag people because this is my first new topic in this forum, so I’m going to assume you do it like this:

@AqeeAqee , would this be possible, or not? If not, could you think of a way that this could be implemented in a future extension? By doing this, you’d be a big help.

If this is currently or at all not possible, I completely understand. I know coding can be hard. Trust me, I may be a newbie, but I know. I’ve had my fair share of errors and other bad things, so if what I’m asking for isn’t possible, it wouldn’t be a big surprise to me. But if it is possible, I’d love to hear how it is.

Thank you, and have a wonderful day!:smiley:

3 Likes

Well, the problem with the raycasting 3d is that the two players need to see different things. This is possible with an extension, but it only allows different camera positions and visible/invisible sprites. This means you would have to code your own 3d raycaster that draws on a sprite and run it for each of the players. Its possible, but a lot of work.

the arcade-second-screen extension is not compatible with @AqeeAqee’s raycasting extension today, unfortunately.

2 Likes