21
Suggestions & Proposals / Re: Tremulous
« Last post by piramida on September 11, 2007, 05:42:01 AM »If it's a Q3 mod then it would just work (using Q3A).
|
21
Suggestions & Proposals / Re: Tremulous« Last post by piramida on September 11, 2007, 05:42:01 AM »If it's a Q3 mod then it would just work (using Q3A).
22
Suggestions & Proposals / Tremulous« Last post by Circle on September 10, 2007, 04:25:34 AM »Tremulous if a free open source FPS/RTS style game. This's a mod for Quake III and there're two teams, aliens and humans.
I'd like for this game to be added onto AGSM. 23
Computers and Internet / Re: Using BitTorrent : setup, links, overview« Last post by piramida on September 03, 2007, 11:48:22 PM »http://www.meganova.org/ - another portal with social search tagging. Shows what's hot
![]() 24
Dedicated game servers providers / $1 SLOT GAME SERVERS« Last post by chicken on August 23, 2007, 01:55:38 AM »All of the game servers we have are $1 a slot
We support all of the steam game platforms so check out out website and get your own server http://www.chickenshut.com/servers/ 25
Forum discussion / private message« Last post by Dave83 on August 09, 2007, 08:49:04 PM »I sent the moderator two pm's messages just now. But it seems like it's not working correctly.
![]() 26
aGSM FAQ (moderated) / Re: How to generate HTML output to single file?« Last post by achiever on June 19, 2007, 07:50:32 PM »thks for the reply dude
i m looking forward for ne developments eagerly achiever 27
Suggestions & Proposals / Re: Diablo II« Last post by piramida on June 19, 2007, 06:45:33 PM »Diablo2 does not support normal client-server model, only through bnet emulator (which we did support until it got closed by Blizzard). So the only viable method of D2 play is (was) through Battle.net which we can't support.
28
aGSM FAQ (moderated) / Re: How to generate HTML output to single file?« Last post by piramida on June 19, 2007, 06:40:15 PM »you'd need an utility like http://www.techeez.com/download/obslt10.zip and then add a line to your .bat file generator, something like
Code: [Select] <path_to>obsolete -s 5 minutes <pattern> c:\path\where\files\are\generatedYou will have to replace path_to with a path to the utility and <pattern> with a pattern you will be deleting. It will delete all files older than 5 minutes at the location you specify which match the pattern. You may want to test what you'll be deleting first by using -n instead of -s. Merging all files into one right now is not possible, you can only create a .php file for use in webserver which will read all individual server files and display them on one page. I won't give you code for that, try google, since it involves many things totally unrelated to agsm. 29
Suggestions & Proposals / Diablo II« Last post by Bromir on June 19, 2007, 10:37:00 AM »You should really consider adding Diablo II to your server list
30
aGSM FAQ (moderated) / Re: How to make generated HTML overwrite old files?« Last post by achiever on June 18, 2007, 08:20:14 AM »i have changed the do_lan.bat file and left only @echo off as its content and now its working.
i.e it overwrites the html files. thanks for ur help, achiever. |