GitXplorerGitXplorer
e

egs

public
114 stars
46 forks
0 issues

Commits

List of commits on branch master.
Unverified
ceea04c3b438cee9a8470f2abc6297429bf347c5

Work in progress on egs_net (will be amended)

committed 13 years ago
Unverified
9adab0ea874213d321c481d2d3a296d38a5aa280

Move the PRS compression library into a separate application

committed 13 years ago
Unverified
6579c26f98acee1ee7f9237aa4adbbfa697d3698

egs_patch: Rename the folder containing the patch files

committed 13 years ago
Unverified
368bb0f7b4a388583c490e694e5fe05807965bc4

egs_patch: Use code:priv_dir/1 to get the location of the configuration

committed 13 years ago
Unverified
807510f6690d0654d338de504cff569a682cce17

Add custom crc.bin and SmutFilter_J.bin files to the patch server

committed 13 years ago
Unverified
c69513073d206b786866f3e93406640c56a532d2

Move the patch server into its own separate application

committed 13 years ago

README

The README file for this repository.

EGS is a GNU AGPL Erlang Game Server for the game Phantasy Star Universe: AOTI.

This is a community effort toward reviving the now dead western PC servers. Ultimately the goal is to provide common components for instanced action RPG game servers, by providing facilities to handle characters, items, communication aspects, and more. A later goal could be to research a new and optimized protocol and build an associated client.

This is a very early work in progress. It does not include any data files yet, meaning one cannot at this point run a server without using the proprietary files from AOTI.

The server requires Erlang R14B to compile and run.

Use 'make' to compile, 'make run' to run and 'make fclean' to cleanup.