1
mirror of https://github.com/thepeacockproject/Peacock synced 2024-11-22 22:12:45 +01:00
Go to file
Reece Dunham 990b815e08
Actually ship Node in full CI builds
Signed-off-by: Reece Dunham <me@rdil.rocks>
2022-11-02 16:48:04 -04:00
.github Add @AnthonyFuller as Evergreen codeowner 2022-10-27 22:31:46 -04:00
.idea Initial commit 2022-10-19 21:33:45 -04:00
.vscode Add type for challenge scopes 2022-10-25 15:11:38 -04:00
.yarn Initial commit 2022-10-19 21:33:45 -04:00
components Add type for challenge scopes 2022-10-25 15:11:38 -04:00
contractdata Fix Rocco escalation having mission stories 2022-10-22 19:00:05 -04:00
packaging Add type for challenge scopes 2022-10-25 15:11:38 -04:00
patcher Initial commit 2022-10-19 21:33:45 -04:00
resources Initial commit 2022-10-19 21:33:45 -04:00
static Initial commit 2022-10-19 21:33:45 -04:00
webui Initial commit 2022-10-19 21:33:45 -04:00
.cirrus.yml Actually ship Node in full CI builds 2022-11-02 16:48:04 -04:00
.editorconfig Initial commit 2022-10-19 21:33:45 -04:00
.eslintignore Initial commit 2022-10-19 21:33:45 -04:00
.eslintrc.js chore(lint): setup eslint to run prettier as part of lint (#3) 2022-10-20 23:13:27 -04:00
.gitattributes Initial commit 2022-10-19 21:33:45 -04:00
.gitignore Refine patterns for plugins in gitignore 2022-11-02 09:16:18 +00:00
.nvmrc Actually ship Node in full CI builds 2022-11-02 16:48:04 -04:00
.prettierignore Initial commit 2022-10-19 21:33:45 -04:00
.yarnrc.yml Initial commit 2022-10-19 21:33:45 -04:00
CODE_OF_CONDUCT.md Add type for challenge scopes 2022-10-25 15:11:38 -04:00
LICENSE Initial commit 2022-10-19 21:33:45 -04:00
package.json chore(lint): setup eslint to run prettier as part of lint (#3) 2022-10-20 23:13:27 -04:00
PeacockPatcher.exe Initial commit 2022-10-19 21:33:45 -04:00
readme.md Add credits section 2022-10-20 10:50:19 -04:00
Start Server.cmd Initial commit 2022-10-19 21:33:45 -04:00
THIRDPARTYNOTICES.txt Initial commit 2022-10-19 21:33:45 -04:00
Tools.cmd Initial commit 2022-10-19 21:33:45 -04:00
tsconfig.json Initial commit 2022-10-19 21:33:45 -04:00
webstorm.config.js Initial commit 2022-10-19 21:33:45 -04:00
yarn.lock chore(lint): setup eslint to run prettier as part of lint (#3) 2022-10-20 23:13:27 -04:00

The Peacock Project

Discord

The Peacock Project is a HITMAN World of Assassination Trilogy server replacement. The primary purpose is preservation of the game, but it also adds new features and content to the game, and allows for other enhancements to be made while in online mode.

Installation

Install Node.js. Use the Latest version, or the version specifically mentioned here: Version 18

Clone the repository where-ever you wish.

Open Windows terminal AS ADMINISTRATOR.

Install Yarn, by typing:

corepack enable

Then move to the folder where you cloned the repo to by using:

cd Folder/Path/Here

then install the dependencies by using:

yarn install

Usage

The project is bundled with a server running configuration. Run that when editing the project with the IDE of choice, and it should open.

We highly suggest you use WebStorm for development, but it is a paid product, so you may want to choose something like Visual Studio Code. WebStorm will provide a better experience for development, but VSCode will work just fine.

Contributing

Writing bug reports is cool. You should do that. Or update this readme whenever it's needed.

Thank you to people who have contributed!

License

Peacock is under the AGPL-3.0 license, see the license file for more info.

Credits

Peacock started off as a fork of LocalGhost by grappigegovert, and has since been rewritten in TypeScript, and a whole host of new features have been added. The codebase has been relicensed to AGPL-3.0 with explicit permission from grappigegovert.

The game is owned by IO Interactive, and is not affiliated with this project in any way.