-
Notifications
You must be signed in to change notification settings - Fork 5
Server Setup
TriForce edited this page Aug 28, 2021
·
4 revisions
Before start is highly recommend to use JK2MV to play the game and host dedicated servers, specially because JK2MV has multi-version support, lots of game improvements and fixes. For mod setup follow the next steps:
- Download the lastest mod release here
- Go to
GameData(the directory which holdsjk2mp.exeorjk2ded.exein the main game folder) - Unpack the
JediKnightPlusfolder intoGameDatadirectory - Now you are ready to play and host Jedi Knight Plus Mod
- To configure mod options edit the files which starts with
jkplus_<name>.cfgfor examplejkplus_server.cfg - You can launch the server in-game using server setup menu, but is recommended to use the dedicated server binaries (jk2mvded or jk2ded)
- For Windows use the following parameters:
C:\<path to JK2>\GameData\jk2mvded.exe +set dedicated 2 +set net_port 28070 +set fs_game JediKnightPlus +exec jkmod_server.cfg
- For Linux or OSX use the following parameters:
cd /<path to JK2>/GameData/./jk2mvded +set dedicated 2 +set net_port 28070 +set fs_game JediKnightPlus +exec jkmod_server.cfg
- You can use any JK2 dedicated server binary on the previous steps:
jk2mp,jk2dedorjk2mvded - Is highly recommended to use
ref_whitelistandref_forcelistto force the plugin usage (See exampleassets) - That's it! Your server is now ready to host a Jedi Knight Plus Mod server
- To build the mod source first get CMake from either https://cmake.org or, in case of Linux, from the repositories of your distribution.
- For Windows you cangenerate the projects using the batch files on
buildfolder. In the project solution useBuild QVMsto generate the game/client modules. For Linux or OSX you can use thebuild-unix-qvms.shbatch files.
This mod is for Jedi Knight II: Jedi Outcast Multiplayer. If i missed something or if you have a question/suggestion join my Discord chat server here or send me an e-mail to triforce@gznetwork.com
Jedi Knight Plus