Room switch 2.3.4 Update: Multiplayer offset calc
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
Get Room switch - seamless rooms - game maker studio asset
Buy Now$9.99 USD or more
Room switch - seamless rooms - game maker studio asset
Travel between rooms without notice the room change.
Status | Released |
Category | Assets |
Author | The any Key |
Tags | GameMaker, gamemakerstudio |
More posts
- Raw converted to GMS2Jun 09, 2020
- Room switch 2.3.6 Update: Deactivate bugfixAug 23, 2017
- Room switch 2.3.5 Update: Include exCamera 1.0.4Jul 07, 2017
Leave a comment
Log in with itch.io to leave a comment.