| Branch | Status |
|---|---|
| master | |
| dev |
An ms game client.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Download and install the following:
-
Git
-
CMake v3.14+ (3.18+ for Windows) - found at https://cmake.org/
-
Ninja v1.9.0+
-
C++ Compiler - needs to support at least the C++20 standard, i.e. MSVC, GCC, Clang
-
Homebrew (MacOS ONLY) - found at https://brew.sh/
-
Visual Studio 2019 (Windows ONLY)
git clone https://github.com/filoper/ms-client.gitDownload the required NX files from:
https://mega.nz/file/3SxiRBDA#j_0_Hg_GqB2-MbK6OsQd4zlVq0nmgd9OYKrE1U4_PcA
https://mega.nz/file/HCJnQaiJ#mSSV6452km6X5UHQqKdzmldqXY2UAbzVsExPHh7c9c4
Place NX files in the msclient folder.
See install instructions for your platform below.
Download BASS from https://www.un4seen.com/download.php?bass24 and place inside `ms-client/thirdparty`.Download BASS from https://www.un4seen.com and place inside `ms-client/thirdparty`.brew install lz4brew install glfwbrew install freetypeDownload BASS from https://www.un4seen.com and place inside `ms-client/thirdparty`.sudo apt-get install liblz4-devsudo apt-get install libglfw3-devsudo apt-get install libfreetype-devStart Visual Studio 2019 x64 developer terminal.
cmake -Bbuild -GNinja -DCMAKE_C_COMPILER=cl -DCMAKE_CXX_COMPILER=cl -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=c:\msclient-install
cmake --build build --config Debug
cmake --build build --target install --config Debugcmake -Bbuild -GNinja -DCMAKE_INSTALL_PREFIX=./msclient-install
cmake --build build --config Debug
cmake --build build --target install --config DebugPlace all the Nx files in the install location of msclient.
Start your server, probably HeavenMS, then run
./msclientContributors to