itch.io is community of indie game creators and players

Devlogs

Room switch 2.3.4 Update: Multiplayer offset calc

Room switch - seamless rooms - game maker studio asset
A downloadable asset pack for Windows

Added script when you try using my room switch in multiplayer games.

Multiplayer offset calc: When you try use room switch for multiplayer you can now get the offset values from other players with the code:

scr_room_switch_MULTIPLAYER_OFFSET_CALC(your room, other players room);

Then use the return array to recalc the other players pos ex:

var offset=scr_room_switch_MULTIPLAYER_OFFSET_CALC(your room, client.room);
client.x=network_x_value+offset[0];
client.y=network_y_value+offset[1];

Files

  • RoomSwitch_2_3_4.gmez 453 kB
    May 25, 2017
Download Room switch - seamless rooms - game maker studio asset
Leave a comment