L2JMobius

Buy Custom updater

Thermodinamiki · 4 · 592

Offline Thermodinamiki

  • Heir
  • **
    • Posts: 12
Looking for some that creates custom updaters,dm




Offline shifu

  • Knight
  • ***
    • Posts: 81
  • Patria o Muerte
Maybe it will suit you L2.launcher

How to use:
1. You need to create a configuration file. To do this, run build_config.bat. Fill in the required information:
- Server Name: Your project name.
- Website: Your project website. The http:// is optional. This is a must-have!
- VK: Your VK link, if available. Can be left blank.
- Telegram: Your Telegram channel, if available. Can be left blank.
- Discord: Your Discord channel. Can be left blank.
- YouTube: Your YouTube channel. Can be left blank.
- Wiki: Link to the database page. Can be left blank. Default: l2central.info.
Once complete, a config.dat file is created; it's needed for the first launch of the application on the user side.

2. Create a check_list file. This contains a list of files for your patch for the game client. Prepare the folder with the files in advance.
Launch L2file.xml.tool.exe and enter 1 to select the folder, or 2 if you placed the utility directly in the patch folder.

After the operation is complete, check_list.xml will appear in the specified location. Open it with Notepad, find <client url="" /> at the end, and enter the link to download the full game client (preferably in a .7z, .zip, .rar, or .torrent archive).
For example: <client url="http://website.ru/client/client.7z" />. The link must be direct. If you don't plan to host the client, you can leave it blank.

3. On the web server, in the root directory, create an 'updates' folder and place check_list.xml there along with the patch files.
4. Create an archive on your disk (for example, L2.launcher.zip) with two files: L2.launcher.exe and config.dat.

Basically, everything is ready; all that's left is to post it on the website for users to download.