A Planetside 1 server emulator. Based on the PSForever project.
Clone this repo.
cd psemu
git submodule update --init
Use CMake:
Either GUI:
-
Source path = full path to psemu
-
Build path = full path to psemu/build
-
[Configure]
-
[Generate]
Or command line:
cd psemu
mkdir build
cd build
cmake ..
Use Visual Studio:
Build using the CMake-generated solution: psemu/build/psemu.sln