Emulated PlanetSide 1 world and login server by the PSForever project.
Find a file
Chord f762aa8e1f [Packet] VNLWorldStatus message - added IP port
Found out that the hidden fields were an array of IP and ports
2016-03-04 14:49:26 -05:00
common/src [Packet] VNLWorldStatus message - added IP port 2016-03-04 14:49:26 -05:00
notes Added document notes 2016-02-16 00:31:33 -05:00
project Initial Commit 2016-02-05 03:19:13 -05:00
pslogin/src/main/scala [Packet] VNLWorldStatus message - added IP port 2016-03-04 14:49:26 -05:00
.gitignore Initial Commit 2016-02-05 03:19:13 -05:00
build.sbt Initial Commit 2016-02-05 03:19:13 -05:00
README.md Add minimal readme 2016-03-04 14:47:14 -05:00

PlanetSide Login Server

This project contains the code to run and manage the login server role for PlanetSide 1.

Features

  • Crypto session establishment
  • Username and password (or token) acceptance
  • Able to specify a custom server name and IP:Port combos

Planned Features

  • Database integration for account lookup
  • Further netcode integration