Multiplayer Question -

I accidentally clicked the Make Wiki button, what does that do?

1 Like
pings

@DeadlyGumChewer @Ramshackle @ManiacPumpkin @John_Shrekinson @Pixel_Name1 @DWGAMEMASTER

I only had indie once and I never made a multiplayer game so I have no clue how any of it works.

3 Likes

Please don’t ping people for other’s. It’s their choice to ping people and if they don’t, they obviously don’t want to. It’s rude for both sides.

4 Likes

They have to be a player object since they are the player. shared objects should be movable crates, etc.

4 Likes

Shared objects won’t spawn unless there is a connected game. If its a player, the spawner needs to be set to player.

  • Player objects has to be used for each game to have their own playable version.
    (The player cannot be spawned in unless the spawner itself is set to the player. Then the spawner will need to spawn a shared object that would be the player. Player Objects has to already exist in the level.)
  • Shared objects keeps the position between both games.
  • Non-shared objects is non-movable objects like stuff thats already in the game.
    (spawning non-shared objects won’t show up for others, but if it already exist, everyone can interact with it.)

All objects are intractable and have physics, shared just means to sync position.


I made an attempt to make my first Multiplayer game last month and had an interview with Grazer on where it needs to go / what needs fixen. We may (probably) get a multiplayer focus update later this year.

Issues with current multiplayer:

  • No way to assign player values / IDs (very important)
  • Multiplayer behaviors not working as intended (Bugs)
  • No way to view code in a multiplayer session (makes it harder)
  • Needs more documentation. (more explanation)
7 Likes

thanks man really usefull!

1 Like

player objects wont make them spawn

yes, it is. that’s exactly how they work. If you have a plyaer object it will spawn enough based on the player count

2 Likes

i did it and it didnt work

you need a player object to be in the game first

2 Likes

so it knows where to spawn.

2 Likes

oooooohhh

now there are two players in the game whenever you play

you onlyneed one player object placed

2 Likes

alright i need you to know that the game CodeAlpaca and me making has a CHARACTER SELECTION!!!

please explain what this means

1 Like

?!?!?! its a simple word

please explain what this means

Screenshot 2022-04-24 2.55.54 PM

4 Likes