https://github.com/tarathep/sagaeco
Emil Chronicle Online (エミル・クロニクル・オンライン), often referred to as ECO, was a massively multiplayer online role-playing game created by Headlock and published by GungHo. It was first released in Japan on November 24, 2005 for Microsoft Windows.
https://github.com/tarathep/sagaeco
docker game poc
Last synced: about 1 year ago
JSON representation
Emil Chronicle Online (エミル・クロニクル・オンライン), often referred to as ECO, was a massively multiplayer online role-playing game created by Headlock and published by GungHo. It was first released in Japan on November 24, 2005 for Microsoft Windows.
- Host: GitHub
- URL: https://github.com/tarathep/sagaeco
- Owner: tarathep
- License: gpl-3.0
- Created: 2021-10-11T14:30:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-17T16:37:54.000Z (over 4 years ago)
- Last Synced: 2025-03-29T08:11:34.504Z (over 1 year ago)
- Topics: docker, game, poc
- Language: C#
- Homepage:
- Size: 10.7 MB
- Stars: 9
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SagaECO
Emil Chronicle Online Server
https://econline.org

# Example

## Docker
SagaLogin
```sh
docker run -d --restart always --name sagalogin -p 12200:12200 -v d:/SagaConfig/Config:/Config -v d:/SagaConfig/Log:/Log kietara/sagalogin:latest
```
SagaMap
```sh
docker run -d --restart always --name sagamap -p 12201:12201 -v d:/SagaConfig/Config:/Config -v d:/SagaConfig/Log:/Log kietara/sagamap:latest
```