Skip to content

Instantly share code, notes, and snippets.

#! /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
@NekoiNemo
NekoiNemo / docker_lazy.md
Last active July 14, 2024 18:14
Peacock under Linux, Docker edition (draft)

Peacock server in Docker (lazy version)

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

Setup

Install Docker

For ArchLinux-based systems you can find installation instructions on the ArchWiki, for everyone else: official docs.

@NekoiNemo
NekoiNemo / peacock.md
Created July 13, 2024 18:01
Peacock server - Linux notes

Site Latest release

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

Installation