/wowr-website

The website of the Warcraft III: Reforged funmap World of Warcraft Reforged.

Primary LanguageHTML

World of Warcraft Reforged Official Website

Official website of World of Warcraft Reforged: wowreforged.org

Inspired by Websites like MojoStormStout's Warcraft III Strategy Guide.

Located here.

The website will pull the changes from this repository automatically every 15 minutes.

Updating Map Data (Windows)

  • Play the map and enter the cheat "-website".
  • Run the script updatemapdata.bat with matching file paths to update the text files with all generated HTML data for the website.
  • Run the script formatallmapdata.html to update all HTML tables of the website.
  • Add, commit and push all files with git.

Updating Icons (Linux)

  • Use the following command before executing any Bash script to specify the library path in the current directory where all the shared object files exist: LD_LIBRARY_PATH=".:$LD_LIBRARY_PATH".
  • Enter the file path in and run the script download.sh in the map folder to download the latest version of the map into the map folder.
  • Enter the file path of the map file in extract_map_icons.sh and run the script.
  • Add, commit and push all files with git.
  • Alternative: Use the script extract_map_folder_icons.sh to extract the icons from a map folder.
  • Optional: If you need the latest icons from Warcraft MPQ archives, place the Warcraft III MPQ archives into the map folder and do the same stuff but with the script extract_war3_icons.sh.
  • TODO: CASC archives are not supported yet.

Updating Preview Thumbnails of Screenshots (Linux)