Skip to content

RealTimeMP v0.3

Choose a tag to compare

@miche252 miche252 released this 06 Jun 20:29
724654d

🎮 RealTimeMP v0.3

What's New

✨ New Features

  • In-game Chat UI — A new Show Chat UI action that opens a fully built-in chat overlay inside your game. Players can send and receive messages in real time while inside a room. Call the action again to toggle/close the panel. No setup required.

  • Set Player Name — A new Set Player Name action lets you change the player's display name at any time during the game, even after connecting. The new name is instantly synced with the server and all other players in the room.

🔧 Improvements

  • Lobby UI overhaul — The Show Lobby UI panel has been significantly redesigned with a cleaner layout and two tabs:

    • Join — Browse available rooms and join with one click
    • ➕ Create Room — Players can now create a room directly from the lobby UI without any extra events. Fill in the name, max players, password, and privacy setting, then hit 🚀 Create Room — you automatically become the host.

    Previously the lobby only showed a message "Ask someone to create one!" with no creation option at all.

  • General stability fixes — Various internal improvements to connection handling and state management across scenes.


📦 How to Update

  1. Remove the old RealTimeMP extension from your project
  2. Import the new RealTimeMP0_3.json file
  3. No breaking changes — all existing actions and expressions remain compatible

🖥️ Server

No server changes required. The same Node.js server from previous versions is fully compatible with v0.3.
image
image