gimli_aa Posted April 10, 2002 Posted April 10, 2002 Ok my server.cfg is as: // Server Config seta sv_hostname "The Jedi Burial Tomb" seta g_motd "Welcome to HELL" seta net_port "28070" sv_privatePassword ************ sv_privateClients 1 seta sv_pure 1 seta sv_maxclients 8 seta sv_maxping 400 seta g_allowvote 1 seta timelimit 20 seta capturelimit 10 seta g_gametype "7" seta rconpassword ********** seta sv_floodProtect "1" seta g_inactivity 0 sv_maxRate 8000 seta g_allowvote 1 seta timelimit 20 seta capturelimit 20 seta g_autoMapCycle 1 seta sv_cheats "0" seta g_logSync "1" seta g_log "logs/jedi-ctf.log" // Set up maps for CTF set d1 "map ctf_ns_streets; set nextmap vstr d2" set d2 "map ctf_imperial; set nextmap vstr d3" set d3 "map ctf_bespin; set netmap vstr d4" set d4 "map ctf_Yavin; set nextmap vstr d1" vstr d1 ... In the terminal after doing ./jk2ded +exec server.cfg I get this: Sys_Error: Could not open string package 'STR_SERVER' I have the 2 files in the base/ directory the 510mb one and the 84mb one along side my server.cfg file (from the cd) What did I do wrong? (had to reinstall linux on another machine cause my hdd's both crashed. So this is why I had to redo my jk2 server stuff.. Thanx =)
MatrixCPA Posted April 10, 2002 Posted April 10, 2002 Try using something like: ./jk2ded +set dedicated 2 +exec server.cfg It might be getting confused because you're not telling it what dedicated mode to run in: (0=listen, 1=LAN, 2=Internet). Beyond that, you might want to check the integrity of your pk3 files. Do you get any startup log at all? Or does it just quit *snap* like that? If you do get a bit of a log, paste it here.
Ghaladar Posted April 11, 2002 Posted April 11, 2002 You have to put the jk2ded file in the jk2 directory NOT the base directory. Give that a try. Also if you put +dedicated in the start line it will be a LAN only server.
MatrixCPA Posted April 11, 2002 Posted April 11, 2002 Their are 3 dedicated modes -- 0, 1, and 2. +set dedicated 0 is for a listen server. This type can only be connected to via ip address--LAN or Internet. +set dedicated 1 is for a LAN server. This type can be connected to via the in-game LAN browser (if you are on the same LAN) or by ip address. +set dedicated 2 is for an internet server. This type can be connected to via the in-game Internet browser, LAN browser (if you are on the same LAN), or by ip address. A blanket statement that +set dedicated = LAN only is misleading.
gimli_aa Posted April 13, 2002 Author Posted April 13, 2002 All I did was reload the .pk back into the directory and it worked. Hehe thanx =)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.