proofcho Posted November 16, 2006 Posted November 16, 2006 how to create a dedicated base JKA server ? pls help !!!
CalcProgrammer1 Posted November 16, 2006 Posted November 16, 2006 In windows you can start JKA from a DOS prompt like jamp.exe +set dedicated 2 +exec server.cfg You make a server.cfg file in notepad or download one, it contains gametype and map settings. The set dedicated is 1 for LAN and 2 for Internet (from what i could tell by looking at lugormod's bat files)
CalcProgrammer1 Posted November 16, 2006 Posted November 16, 2006 In linux you download the dedicated server 1.0.1.1 file and extract to /usr/local/games/ja and you make /base inside of there and copy assets 1, 2, 3, and 0 pk3's to it. Then you put the jampgame so file in /base then do chmod a+x (i use rwx for read/write/execute) to the linuxjampded file. Then at the terminal from directory .../ja you do: ./linuxjampded +exec server.cfg +set dedicated 2 (and other parameters) it will run in linux console
CalcProgrammer1 Posted November 17, 2006 Posted November 17, 2006 Here is a simple, short server.cfg. It doesn't set that many options but feel free to add more. seta sv_hostname "your_server_name" seta g_motd "your_loading_message" seta g_enterMotd "your_enter_game_message" seta g_motdDispTime "5" //Time to show enter message, in seconds rconpassword "your_rcon_password" sv_cheats "" //if 1, then cheats will be enabled, you should instead use devmap though g_gravity "" //default 800, changes gravity sv_pure "0" //Set this to 0 if you want to be able to use models and skins not on the server map mp/ffa3 //the map that the server will start
Recommended Posts
Archived
This topic is now archived and is closed to further replies.