1
mirror of https://github.com/thepeacockproject/Peacock synced 2024-11-22 22:12:45 +01:00
Go to file
moonysolari bfe82fe1e2
Implement the Challenges tab on the Career page (#80)
* Renders Career->Challenges page

* Support sniper levels on Career->Challenges page

* Refactor the code to get challenges for locations

* Support clicking tiles on Career->Challenges page

* Add elusives part (currently unsupported)

* Add gameVersion check to avoid issues on old games
2023-01-14 02:12:08 -05:00
.github Update some dependencies 2022-11-23 22:28:53 -05:00
.idea Reworking of challenge system (#50) 2022-12-12 16:38:55 -05:00
.vscode Update some vscode settings 2022-11-10 03:49:47 +01:00
.yarn Fixes to the express patch 2022-12-15 20:40:49 -05:00
components Implement the Challenges tab on the Career page (#80) 2023-01-14 02:12:08 -05:00
contractdata Update season 1 challenges and add challenges for the rest of the locations (#77) 2023-01-13 22:04:58 -05:00
docs Move the code of conduct to the docs folder [skip ci] 2023-01-04 11:33:58 -05:00
packaging Added Mission Story Progression (#68) 2023-01-06 21:15:14 -05:00
patcher Initial commit 2022-10-19 21:33:45 -04:00
resources Add missing locale strings 2022-12-28 15:53:22 -05:00
static Implement the Challenges tab on the Career page (#80) 2023-01-14 02:12:08 -05:00
webui Use the new axios across all workspaces 2022-12-30 21:08:15 -05: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 Fix the gitattributes 2022-12-02 12:01:29 -05:00
.gitignore Rebuild h2 dynres 2022-12-22 16:11:13 -05:00
.nvmrc Update Node to v18.13.0 2023-01-06 21:16:47 -05:00
.prettierignore Initial commit 2022-10-19 21:33:45 -04:00
.yarnrc.yml Fixes to the express patch 2022-12-15 20:40:49 -05:00
LICENSE Initial commit 2022-10-19 21:33:45 -04:00
package.json Added challenges page for mission debriefing (#67) 2023-01-04 11:36:22 -05: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 Added challenges page for mission debriefing (#67) 2023-01-04 11:36:22 -05: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 Bump json5 from 2.2.1 to 2.2.2 (#65) 2023-01-04 11:28:05 -05: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.