-
Notifications
You must be signed in to change notification settings - Fork 19
Switching The Branch
FeroxFoxxo edited this page Sep 2, 2023
·
4 revisions
So, you want to develop on MQR? Great! Let's get started ❤️
- 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!
-
Click on the current selected branch (typically "main").
-
Head into the "remotes" tab.
-
Finally, click on "origin/tutorialStart" to switch the branch.

- 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".

- 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
shutdowncommand!
- 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:

- Notice the name verChk, this is the first protocol we need to develop! Please continue to the next tutorial to find out more.
- Setting up the development environment
- Getting started with dependency injection
- Creating your first pull request
- Troubleshooting
- Creating An Issue
- Init Data
- Sync Events
- Console Commands
- Timers
- XMLs
- Web