only one wish
only one wish
hy all
all best for 2006! hope you started well this year.
Last night i had a dream: i saw my mac and i turned it on. after started the os i wanna play that q3a. and to find my favoret server an to join in the game, i used a widget.
So my request is to find a member here who can make a q3a-widget for us all.
please please please
ONLY THIS WISH in this year!
BadPing
all best for 2006! hope you started well this year.
Last night i had a dream: i saw my mac and i turned it on. after started the os i wanna play that q3a. and to find my favoret server an to join in the game, i used a widget.
So my request is to find a member here who can make a q3a-widget for us all.
please please please
ONLY THIS WISH in this year!
BadPing
-
- Posts: 623
- Joined: Wed Dec 28, 2005 4:31 am
-
- Posts: 623
- Joined: Wed Dec 28, 2005 4:31 am
If a javascript can access the commandline then it would be simple, as you could get the widget to just store your favorite ip addresses for the servers, and then apply them to a +connect parameter as the widget calls the Applicataion to open. As for one that checks server status and such, that would be a lot harder...
-
- Posts: 623
- Joined: Wed Dec 28, 2005 4:31 am
thanxs for the replies
only one thing: i am not looking for a gamebrowser such like "gameranger" or "only mortal". these two working very well for me to find the servers.
a friend wrote a small widget for linux where he put in his favouret server-ip´s.
so (and this is my wish) he can check these few servers with one view for friends online gaming on these servers. QuakeMenue will do the same but i saw that the way via widget is more comfortable than joining a menue and view through the servers. also it has some bugs on my side.
tnx for help
only one thing: i am not looking for a gamebrowser such like "gameranger" or "only mortal". these two working very well for me to find the servers.
a friend wrote a small widget for linux where he put in his favouret server-ip´s.
so (and this is my wish) he can check these few servers with one view for friends online gaming on these servers. QuakeMenue will do the same but i saw that the way via widget is more comfortable than joining a menue and view through the servers. also it has some bugs on my side.
tnx for help
oh sorry... he didn´t it in javascript. he told me that the widget ist working together with "quakestat". so i suppose this is not usable for mac-os.
he just postet the code, maybe its a help, i dont know because i am absolut a newb in this case.
SERVER_IP=xxx.xxx.xx.xxx
SERVER_PORT=27960
karamba.addMenuConfigOption(widget,"bg","Show background")
case $1 in
"-p")
echo "`quakestat -P -sort F -q3s $SERVER_IP:$SERVER_PORT | grep 'ms' | awk '{print $4,$1,$2}'`"
;;
"-m")
echo "`qstat -q3s $SERVER_IP:$SERVER_PORT | grep '/' | awk '{print $4}'`"
;;
*)
echo -e "Usage:\n-p query player(s)\n-m query map"
;;
esac
thanxs for reading
he just postet the code, maybe its a help, i dont know because i am absolut a newb in this case.
SERVER_IP=xxx.xxx.xx.xxx
SERVER_PORT=27960
karamba.addMenuConfigOption(widget,"bg","Show background")
case $1 in
"-p")
echo "`quakestat -P -sort F -q3s $SERVER_IP:$SERVER_PORT | grep 'ms' | awk '{print $4,$1,$2}'`"
;;
"-m")
echo "`qstat -q3s $SERVER_IP:$SERVER_PORT | grep '/' | awk '{print $4}'`"
;;
*)
echo -e "Usage:\n-p query player(s)\n-m query map"
;;
esac
thanxs for reading
That information uses qstat to access the server. qstat is available for OS X and does work, but as far as getting a javascript to access it, I dont know. I know minimal javascripting. Its not hard to learn at all, so at some point I may give it a shot. Try taking a look at various widgets and open their source pages up to look at their codes.
Here's a Wolfenstein Server Status widget that should be EASILY portable to Q3 seeing how they're based off the same engine: http://www.apple.com/downloads/dashboar ... idget.html
Here's a Wolfenstein Server Status widget that should be EASILY portable to Q3 seeing how they're based off the same engine: http://www.apple.com/downloads/dashboar ... idget.html
I hosted a "modified" copy of that program to work with Q3 if you have it installed in /Applications/Quake3/
Hre: http://homepage.mac.com/tkessler/.Publi ... t.wdgt.zip
Hre: http://homepage.mac.com/tkessler/.Publi ... t.wdgt.zip