A node.js based server emulator replacing official server for the Hitman 2016 series:
- Hitman (2016)
- Hitman Sniper Assassin
- Hitman 2
- Hitman 3 / World of Assassination
A node.js based server emulator replacing official server for the Hitman 2016 series:
This is the lazy version of the Docker guide (WiP), for people who don't understand what they are doing at all, or simply don't want to read and think, and just want to copy-paste few commands and be done with it
For ArchLinux-based systems you can find installation instructions on the ArchWiki, for everyone else: official docs.
#! /bin/bash | |
if [ "$#" -lt 2 ]; then | |
cat <<EOF | |
For use in Steam. Change Hitman's launch options in Steam to "./peacock_steam.sh HOST:PORT %command%" | |
Where HOST:PORT is the address of your Peacock server (you can omit "HOST:" if it's running locally), e.g.: | |
./peacock_steam.sh 4747 %command% | |
./peacock_steam.sh 192.168.0.10:5000 %command% | |
EOF |