MarleY Posted April 12, 2002 Share Posted April 12, 2002 Has anyone written a good script? If so, could someone link me? Or should I setup some kind of cron job todo this? If so, could someone help me out with this? I'm pretty new to linux. Or is there anything better out there? Link to comment Share on other sites More sharing options...
M1m3R Posted April 12, 2002 Share Posted April 12, 2002 Here is a good tutorial on crontab stuff. not mine, but lemme know if anything doesn't make sense. As far as keeping your server running, there are a number of options. Since jk2's ded server is based on the Q3A ded server, You might try looking in the Quake3World forums...or using something like this... #/bin/bash cd /path/to/your/jk2ded while true do ./jk2ded +exec server.cfg +blah +blah sleep 5 done ...obviously replacing the path with yours...and the exace commandline you call your jk2ded with. Z. Link to comment Share on other sites More sharing options...
Soul-Burn Posted April 12, 2002 Share Posted April 12, 2002 PS, JK creates a dir called .jkii/ in your home directory, so it's better to place your JK files there too, since that's where the game thinks it is.. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.