Skip to content

Instantly share code, notes, and snippets.

@Daribon
Daribon / install-vmangos.sh
Last active December 31, 2025 04:58
VMaNGOS Linux install script
#!/bin/bash
set -euo pipefail
# -------------------------------------------------------------
# VMaNGOS Linux Installer
# -------------------------------------------------------------
[[ $EUID -eq 0 ]] || { echo "Error: Run as root (or with sudo)"; exit 1; }
# Get real user home directory

How to convert minimap images for usage in WaypointCreator.

  1. Start with extracting the minimap images from the client. They are always located in textures/Minimap
  2. Get https://github.com/Daribon/MapMD5Rename
  3. Run Md5Renamer.exe in the same directory as md5translate.trs
  4. All images will now be with correct name and path.
  5. Delete WMO folder.
  6. Batch convert the blp images to webp, in the below example I will use IfranView:
i_view64_5bGi2TiBek
@Daribon
Daribon / how-to-downgrade-client.md
Last active July 16, 2021 17:58
How to downgrade vanilla client