https://github.com/kralamoure/retropvp
An unofficial PVP game server of Dofus Retro. This repository is a WIP.
https://github.com/kralamoure/retropvp
dofus go golang
Last synced: 7 months ago
JSON representation
An unofficial PVP game server of Dofus Retro. This repository is a WIP.
- Host: GitHub
- URL: https://github.com/kralamoure/retropvp
- Owner: kralamoure
- License: mpl-2.0
- Created: 2020-06-07T05:37:06.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T00:01:09.000Z (over 1 year ago)
- Last Synced: 2025-01-18T05:16:54.000Z (9 months ago)
- Topics: dofus, go, golang
- Language: Go
- Homepage:
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# retropvp
[](https://github.com/kralamoure/retropvp/actions/workflows/ci.yml)
`retropvp` is an unofficial PVP game server of Dofus Retro.
> [!WARNING]
> This repository is a WIP, and it's in a very early stage of development. I decided to make the repository public
> because a user requested that, and also in case anyone else finds it useful in its current state.## Build
```sh
git clone https://github.com/kralamoure/retropvp
cd retropvp
go build ./cmd/...
```## Installation
```sh
go install github.com/kralamoure/retropvp/cmd/retropvp@latest
```## Usage
```sh
retropvp --help
```### Output
```text
retropvp is an unofficial PVP game server for Dofus Retro.Find more information at: https://github.com/kralamoure/retropvp
Options:
-h, --help Print usage information
-d, --debug Enable debug mode
-i, --id int Server ID
-a, --address string Server listener address (default "0.0.0.0:5556")
-p, --postgres string PostgreSQL connection string (default "postgresql://user:password@host/database")
-t, --timeout duration Connection timeout (default 30m0s)
--ticket duration Ticket duration (default 20s)Usage: retropvp [options]
```