1
mirror of https://github.com/thepeacockproject/Peacock synced 2024-11-22 22:12:45 +01:00
Go to file
Anthony Fuller 46052c7b0e
Multi-Version Mastery and Sniper Scoring (#270)
* Add multi-version mastery files

* Add pro1 unlocks to legacy allunlockables

* Add 47's suit to scpc all unlockables

* Add and remove various configs

* Remove some useless promises

* Fix scpc hub

* Fix issue with user profile saving

* Fix scpc issues for hub

* Add singleplayer/multiplayer sniper

* A great many things

- Add multi-version mastery
- Improve sniper mastery support
- Improve general H2016 support

* Fix some warnings

* Fix pro1 mastery on destination screens

* Remove entP from createInventory, lock/unlock pro1 accordingly

* Remove JSDoc entP parameter from createInventory

* Remove difficultyunlocks from safehouse pages

* Add versioned user profiles

* Prettier run

* Remove false point from user profiles docs

* Add comment about profile versioning to types

* Fix default profile links

* Remove remaining lowercase

* Fix sniper showing XP as XP

* Add game versions to the unlockable map

* Update getMasteryForUnlockable call in planning

* Fix missing locations when updating profiles

* Update versions to v7

* Fix ICA Facility destination mastery

* Fix sniper challenge unlockables showing in inventory

* Sniper Scoring (#273)

* Initial sniper scoring

* Fix linting errors

* Update require table

* Calculate and display final sniper score on end screen

* Bump SMP version to v5.7.0

* Update since version for scoring

* Fix create inventory call for sniper scoring

* Support sniper unlockables in the inventory

* Update versions to v7

* Reflect changes to createInventory in scoreHandler

* Get unlockable name in completion data

* It was not okay.

* Thanks webstorm

* Add support for /profiles/page/GetMasteryCompletionDataForUnlockable

* Support sniper play next

* Remove sniper gamemodes template from overrides

* Remove debug prints from scoring event handler

* Fix challenge multiplier

* Exclude sniper unlockables from stashpoint

* Start fixing up the missionEnd response for sniper

* Update misleading comment

* Use existing global challenge to check for SA on sniper contracts

* Re-add removed global challenges

* Proper support for the mission end screen on sniper contracts

* Remove redundant label

---------

Signed-off-by: Anthony Fuller <24512050+AnthonyFuller@users.noreply.github.com>
Co-authored-by: Govert de Gans <grappigegovert@hotmail.com>

* Add co-op sniper scoring defs

* Update MasteryUnlockable template

* Bump SMP version to v5.9.3

* Re-add deepmerge

* Fix SMP checksum

* Fix linting errors caused by merge

* Fix score handler imports

* Move load flags

* Remove unnecessary game version arg

* Whoopsies

Co-authored-by: Reece Dunham <me@rdil.rocks>
Signed-off-by: Anthony Fuller <24512050+AnthonyFuller@users.noreply.github.com>

---------

Signed-off-by: Anthony Fuller <24512050+AnthonyFuller@users.noreply.github.com>
Co-authored-by: Govert de Gans <grappigegovert@hotmail.com>
Co-authored-by: Reece Dunham <me@rdil.rocks>
2023-07-24 23:47:28 +01:00
.github Feat request issue template 2023-07-15 15:10:45 -04:00
.idea Significant performance improvement that I have not actually tested 2023-01-28 21:59:26 -05:00
.vscode Fix vscode launch parameters to show output from the new winston logger 2023-04-24 04:27:49 +02:00
.yarn Update deps 2023-07-06 10:48:55 -04:00
components Multi-Version Mastery and Sniper Scoring (#270) 2023-07-24 23:47:28 +01:00
contractdata Multi-Version Mastery and Sniper Scoring (#270) 2023-07-24 23:47:28 +01:00
docs Multi-Version Mastery and Sniper Scoring (#270) 2023-07-24 23:47:28 +01:00
packaging Update a bunch of stuff (fix the vite sec warning) 2023-06-14 11:45:10 -04:00
patcher Initial commit 2022-10-19 21:33:45 -04:00
plugins Added logic to generate require table for plugins 2023-04-17 00:24:13 +02:00
resources Added Dashes in between every Escalation with "Name/Noun-Noun" do be on par with the official ioi names (#307) 2023-07-24 17:33:32 +01:00
static Multi-Version Mastery and Sniper Scoring (#270) 2023-07-24 23:47:28 +01:00
tests Fix the tests in the dumbest possible way 2023-04-28 22:37:46 -04:00
webui Update a bunch of stuff (fix the vite sec warning) 2023-06-14 11:45:10 -04:00
.cirrus.yml Add a CI task to run the tests 2023-04-08 22:46:51 -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 Remove region markers 2023-04-28 23:49:06 -04:00
.gitattributes Fix the gitattributes 2022-12-02 12:01:29 -05:00
.gitignore Add DEBUG_PROFILE.zip to gitignore 2023-04-25 05:43:25 +01:00
.nvmrc Update deps 2023-07-06 10:48:55 -04:00
.prettierignore Exclude generated locale files from prettier 2023-04-23 02:53:43 +01:00
.yarnrc.yml Update deps 2023-07-06 10:48:55 -04:00
LICENSE Initial commit 2022-10-19 21:33:45 -04:00
package.json Multi-Version Mastery and Sniper Scoring (#270) 2023-07-24 23:47:28 +01:00
PeacockPatcher.exe Initial commit 2022-10-19 21:33:45 -04:00
readme.md Fix typo in readme 2023-04-23 03:41:11 +01:00
tsconfig.json Refactor localisation to use one file 2023-04-21 18:08:43 +01:00
webstorm.config.js Update copyright years to 2023 2023-01-23 13:37:33 -05:00
yarn.lock Multi-Version Mastery and Sniper Scoring (#270) 2023-07-24 23:47:28 +01: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

To contribute, you can use Pull Requests from your own fork. You can fix bugs reported in issues or add new features you think would be useful, new features not listed in issues would have to be discussed before merging.

Localisation

Automated

The Peacock repository has an automated workflow to rebuild locale packages. All you need to do to update localisation files is:

  1. Edit locale.json.
    • If you're adding new strings, make sure to add the English versions to all languages.
    • If you're translating existing strings, you only need to translate the ones that are in the language(s) you are translating.
  2. Then push locale.json.
  3. Then, make a Pull Request. When it is reviewed and merged, locale packages will automatically be rebuilt.

Manual

If you need to manually rebuild locale packages for whatever reason (testing or otherwise), follow steps 1 and 2 above, then do the following:

  1. Make sure rpkg_cli.exe, HMLanguageTools.exe, and ResourceLib_*.dll are in the resources folder.
  2. Then, from the root project folder, run yarn rebuild-locale.
  3. These generated RPKGs should not be pushed or merged into Peacock as the automated workflow will take care of this for you.

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.