Skip to content

Switching The Branch

FeroxFoxxo edited this page Sep 2, 2023 · 4 revisions

So, you want to develop on MQR? Great! Let's get started ❤️

  1. Head into MQReawakened and switch the tab to "Git Changes" from "Solution Explorer".
  • Make sure to read the previous guide for how to get set up!
  1. Click on the current selected branch (typically "main").

  2. Head into the "remotes" tab.

  3. Finally, click on "origin/tutorialStart" to switch the branch.

image

  • Note, If you have any updates pending, click the down arrow to pull/get updates from the repository. If you want to push your changes to the main repository, make sure you're on the main branch and then press "push".

image

  1. Click "Run MQR" at the top and follow the steps in previous guides to get into the game.
  • Remember to save before you close the server by running the shutdown command!
  1. When you get into the game, you'll notice it doesn't load in. The idea of this tutorial series is to teach you how to reverse engineer! There will initially only be one message after loading in, which will be as follows:

image

  • Notice the name verChk, this is the first protocol we need to develop! Please continue to the next tutorial to find out more.

MQReawakened Wiki

Development

Developer Tutorials

System Protocols:

External Protocols (TO DO):

Entities (TO DO):

  • Init Data
  • Sync Events

Miscellaneous (TO DO):

  • Console Commands
  • Timers
  • XMLs
  • Web
Clone this wiki locally