Skip to content

psdeathkill/psemu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

psemu

A Planetside 1 server emulator. Based on the PSForever project.

Building

Clone this repo.

Grab submodule dependencies:

cd psemu
git submodule update --init

Use CMake:

Either GUI:

  1. Source path = full path to psemu

  2. Build path = full path to psemu/build

  3. [Configure]

  4. [Generate]

Or command line:

cd psemu
mkdir build
cd build
cmake ..

Build using the CMake-generated solution: psemu/build/psemu.sln

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 87.3%
  • Objective-C 9.0%
  • CMake 3.6%
  • C 0.1%