Questions, announcements, configurations and troubleshooting.
rcon.sh
#!/bin/bash
# settings
host="set ip"
port="27960"
pass="set pass"
timeout="1"
nc="$(which nc6 2>/dev/null || which nc)"
while :; do
echo "=====================================================";
echo "[say], [s], [cp], [status], [map], [serverinfo], [cvarlist], [cmdlist], [exit]";
echo "[fdir *.pk3], [fdir *.bsp], [fdir *.cfg]";
echo "=====================================================";
read -p "rcon@$host: " cmd;
[ "$cmd" == "exit" ] && exit
echo -e "\xff\xff\xff\xffrcon\x20$pass\x20$cmd\x00" | $nc -q $timeout -u $host $port 2>/dev/null | sed -ne
Can't get custom bots.txt working. I have seta g_botsFile "scripts/bots.txt"
in server.cfg.
can someone explain in detail ?
Hey, me and my friend Dream Killer used to play q3 on osp in past. We are playing QL together since year i guess. Mostly railonly... and here is our question. What config should we play if we usually play instagib? And how to set it up on eplus localhost? Load it in game i guess? We dont rly know much about it. We r planning to make some rail clan here so answers would be appreciated!
I'm looking to practice offline with the same setup as InstaPlusN, CTF q3ctf1 America. Preferably on all maps, not just CTF. All with a few bots.
Is there a simple guide or config around to achieve this?
hello! have linux 64b ubuntu VPS and quake3 server there with punkbuster-enable now:
92.63.88.62:27965
why this server don't have Server Spider list?
as this fix?
Hello, i have a problem in my server. After end of 10 fraglimit my server is stay on statistic screen, only after all player press enter or click mouse1, and get "ready" in statistic, then server is change map from my config in mapcycle. I Have a ploblem with bots, bots dont click Enter or mouse1, and my server is stay on statistic screen. If i connect to my server, and press Enter or mouse1, and get "ready", then my server is change a map. Please Help me... really need your help.
Sorry for my english
Hi all,
I'm looking for a method to make different rotation executable for ref or votable in game?
Does anybody know a safty way to realize it?
Cheers Kersy