How to create an update Launcher for MU Online
Keep your players' client always up to date with a launcher that downloads only what changed.
A launcher is the program the player opens before the game. It ensures the client is up to date and usually shows news and social buttons.
How a launcher works
- On open, it reads a version list hosted on your site;
- Compares it with the player's local files;
- Downloads only new or changed files;
- Enables the "Play" button, which starts the Main.
Step 1 — Host the update files
You need web space (your site works) to store the client files and the version list the launcher reads.
Step 2 — Configure the version list
The list tells the launcher each file's name, size/hash and where to download it. When you update something in the client, you update this list.
Step 3 — Point the launcher to your domain
In the launcher, set the base update URL and the news URL. Test on a clean machine to ensure updating works from scratch.
Perguntas frequentes
What is a launcher for?
It compares the player's client files with the server's and downloads only what changed, so the player doesn't reinstall everything each update.
Does the launcher replace the client?
No. The launcher only updates and starts the client (Main). It's the program the player opens first.