Go to file
Lennard Fonteijn 0c4d946c9e
Added workflow to automatically build and test the server
2023-11-21 23:43:32 +01:00
.github/workflows Added workflow to automatically build and test the server 2023-11-21 23:43:32 +01:00
.idea/.idea.Cobra/.idea Moved database-related logic to own project 2023-10-27 01:23:42 +02:00
.vscode Initial commit 2023-04-28 23:14:23 +02:00
Bin/Hook Added support paging and filtering contract Web UI 2023-07-18 22:18:28 +02:00
Docs Moved database-related logic to own project 2023-10-27 01:23:42 +02:00
Src Added workflow to automatically build and test the server 2023-11-21 23:43:32 +01:00
.editorconfig Added workflow to automatically build and test the server 2023-11-21 23:43:32 +01:00
.gitattributes Updated to .NET 8 2023-11-21 22:48:17 +01:00
.gitignore Added mocked SteamAuthMiddleware to allow impersonating a specific user when using an API client 2023-10-27 03:01:10 +02:00
Cobra.Hook.sln Moved database-related logic to own project 2023-10-27 01:23:42 +02:00
Cobra.sln Moved database-related logic to own project 2023-10-27 01:23:42 +02:00
Cobra.sln.DotSettings Updated to .NET 8 2023-11-21 22:48:17 +01:00
LICENSE.md Added precompiled hook 2023-04-28 23:55:22 +02:00
README.md Added forgotten files 2023-10-23 01:11:15 +02:00

README.md

Cobra

Cobra is a HITMAN: Absolution server replacement developed by The Peacock Project. It restores all online functionality to the game.

This project is currently in-development.

Installation

As this is in-development, there are no exact final installation instructions. A basic plan for what we want for this can be seen below:

Public Instance

Due to the nature of Absolution's online implementation, there is no real reason to host this locally like Peacock. So, The Peacock Project is planning to host a public instance of the server for people to connect to. Currently, these instances will be disjoint from one another, but there are plans (for very far into the future) to make an API for contracts and leaderboards.

Self-hosting

Instructions for this are TBC, but see above for why this may not be an ideal option.

License

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

Credits

All the groundwork for Cobra is based off work done by LennardF1989 in his Hitman-5-Server repository. This prototype implementation has been re-written into a fully working server replacement, but we are hugely grateful for all the work Lennard has done.

The game is owned by IO Interactive who are in no way affiliated with this project.