Installer heroes-of-newerth-heroesofnewerthcom-l
This script is for reference only and can't be directly used to install the game in the Lutris client. To install the game, download the full script.
files: - installer: http://v2202208181808199115.megasrv.de:8001/HoN_Client_4_10_1_Linux.tar.gz - startscript: http://v2202208181808199115.megasrv.de:8001/hon.sh game: args: -masterserver kongor.online:666 -messageserver kongor.online:666 exe: $GAMEDIR/hon.sh install_complete_text: Please go to https://kongor.online to register a HoN Account if you don't have one already! installer: - extract: dst: $GAMEDIR file: installer format: tgz - merge: dst: $GAMEDIR src: startscript - chmodx: $GAMEDIR/hon.sh system: disable_runtime: true
{ "files": [ { "installer": "http://v2202208181808199115.megasrv.de:8001/HoN_Client_4_10_1_Linux.tar.gz" }, { "startscript": "http://v2202208181808199115.megasrv.de:8001/hon.sh" } ], "game": { "args": "-masterserver kongor.online:666 -messageserver kongor.online:666", "exe": "$GAMEDIR/hon.sh" }, "install_complete_text": "Please go to https://kongor.online to register a HoN Account if you don't have one already!", "installer": [ { "extract": { "dst": "$GAMEDIR", "file": "installer", "format": "tgz" } }, { "merge": { "dst": "$GAMEDIR", "src": "startscript" } }, { "chmodx": "$GAMEDIR/hon.sh" } ], "system": { "disable_runtime": true } }