Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thepeacockproject/Peacock
The Peacock Project is a HITMAN™ World of Assassination trilogy server replacement.
https://github.com/thepeacockproject/Peacock
csharp game hitman preservation typescript
Last synced: 4 days ago
JSON representation
The Peacock Project is a HITMAN™ World of Assassination trilogy server replacement.
- Host: GitHub
- URL: https://github.com/thepeacockproject/Peacock
- Owner: thepeacockproject
- License: agpl-3.0
- Created: 2022-10-18T00:58:20.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T23:31:17.000Z (12 days ago)
- Last Synced: 2024-10-30T03:34:18.354Z (11 days ago)
- Topics: csharp, game, hitman, preservation, typescript
- Language: TypeScript
- Homepage: https://thepeacockproject.org
- Size: 26.9 MB
- Stars: 380
- Watchers: 7
- Forks: 59
- Open Issues: 33
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: docs/SECURITY.md
Awesome Lists containing this project
README
# The Peacock Project
[![Discord](https://img.shields.io/discord/826809653181808651?label=Discord&logo=discord&logoColor=white&style=for-the-badge)](https://discord.gg/peacock)
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](https://nodejs.org/en/). Use the Latest version, or the
version
specifically mentioned here: **Version 22.9.0**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](https://www.jetbrains.com/webstorm/) for
development, which is free for non-commercial use.
If you'd prefer, you can also use [Visual Studio Code](https://code.visualstudio.com/).
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](https://gitlab.com/grappigegovert/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](https://ioi.dk), and is not affiliated
with this project in any way.