Quake 4 Soon ! .. Quake 4 Demo Sooner!! Community Center Geeks' Lounge by ReDuX …. Soon to release a demo for the eagerly awaited Quake 4 game ! A little background.. Apparently this is…The single player as mentioned will be akin to Quake 2. maintaining some favourite weapons such as the machine…confirmed). The multiplayer however, will be very similar to Quake 3 Arena (Q3A). Consisting various different team and … Re: Quake 4 Soon ! .. Quake 4 Demo Sooner!! Community Center Geeks' Lounge by ReDuX … im a die-hard FPS player and I love the quake series of games. Simply because they dont try to be… Quake 2 Source Programming Software Development by tomtetlaw When I try to compile the Quake 2 Source code from the if Software website, I get … saved at "file://C:\Documents and Settings\tom\Desktop\Quake 2 Source\quake2-3.21\DebugAxp\BuildLog.htm" quake2… Re: Querying Quake III Master Server Programming Software Development by DaKasper … am in the process of making an application to query Quake 3 servers, but I am starting with querying the master… below........ The Jibberish is before the data is converted.. [CODE] ================================================================== Quake 3 Master Server Query Tool. Version 1.3a By: Kasper… Spyware Quake problem - help, please? Hardware and Software Information Security by voluntary … kind enough to help me tackle the ever-annoyign Spyware Quake popping up every minute? The homepage of IE keeps changing… Re: Spyware Quake problem - help, please? Hardware and Software Information Security by DeanJ I just recently had some problems with Spyware Quake but I used the help of a these sources: [URL=&… Querying Quake III Master Server Programming Software Development by jonc … am in the process of making an application to query Quake 3 servers, but I am starting with querying the master… Chinese quake should not threaten Intel chip supply Hardware and Software Linux and Unix by newsguy … of its workers - none of whom were injured during the quake. With a seismic survey being carried out currently, workers could… Re: Quake 4 Soon ! .. Quake 4 Demo Sooner!! Community Center Geeks' Lounge by moderate_rock48 My opinion of those games are they are just too hyped up before they come out, and then peoples expectations are just too high, and when they come out peoples hope just drops like a rock. I mean, take Halo 2 for example, people blew it way out of porportion. Re: Quake 4 Soon ! .. Quake 4 Demo Sooner!! Community Center Geeks' Lounge by 1o0oBhP HALO and HALO2 were seriously over rated -> the PC version is what the XBOX version SHOULD have been. My brother being annoyed for PC users getting banshees and fuel rod cannons... I like the FPS because of the action and fast play. So Doom 3 was a dissapointment -> IMHO an average game with Excellent graphics (thats really what it was … Re: Quake 4 Soon ! .. Quake 4 Demo Sooner!! Community Center Geeks' Lounge by moderate_rock48 How popular is Counterstrike today? I remember about 4 years ago people in my class playing online and having clans. But I still see the counter strike games in like wal-mart. Are there a fair amount of people still playing it online? I might give it a look if there is. Re: Quake 4 Soon ! .. Quake 4 Demo Sooner!! Community Center Geeks' Lounge by 1o0oBhP Most people will still play it. Many have migrated to CS Source as a result of HL2... Re: Quake 2 Source Programming Software Development by tomtetlaw Bump Re: Spyware Quake problem - help, please? Hardware and Software Information Security by tayspen Hi, run HJT again, and check the following items. [b] R1 - HKLM\Software\Microsoft\Internet Explorer\Main,SearchAssistant = [url]http://www.websearch.com/ie.aspx?tb_id=50245[/url] R1 - HKLM\Software\Microsoft\Internet Explorer\Main,CustomizeSearch = res://C:\PROGRA~1\Toolbar\toolbar.dll/sa O2 - BHO: Nothing - {7a932ed2-1737-… Re: Spyware Quake problem - help, please? Hardware and Software Information Security by voluntary The Killbox thing only managed to delete one of the three files, the C:\WINDOWS\system32\j17j8afj.exe one. The new HJT log: [QUOTE]Logfile of HijackThis v1.99.1 Scan saved at 15:35:56, on 14/04/2006 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINDOWS\System32\smss.… Re: Spyware Quake problem - help, please? Hardware and Software Information Security by tayspen Please run HJT again, check these items. [b] O3 - Toolbar: Yahoo! Toolbar - {EF99BD32-C1FB-11D2-892F-0090271D4F88} - C:\Program Files\Yahoo!\Companion\Installs\cpn1\yt.dll (file missing) O3 - Toolbar: (no name) - {339BB23F-A864-48C0-A59F-29EA915965EC} - (no file) O4 - HKLM\..\Run: [ShowWnd] ShowWnd.exe [/b] Click Fix Checked.… Re: Spyware Quake problem - help, please? Hardware and Software Information Security by voluntary It appears now I've only wasted your time - they took the computer away to get it fixed 'professionally'. I'm sorry but at the same time thank you for your help, tayspen. Re: Spyware Quake problem - help, please? Hardware and Software Information Security by tayspen You are welcome. I hope it gets fixed :). Re: Querying Quake III Master Server Programming Software Development by jonc Hi DaKasper, Thanks for your reply, I will set about removing the ÿÿÿÿgetserversResponse\ from the incoming text now and go from there. I'm using VB6 for this, but am unsure how I would go about converting the incoming gibberish to a string - is it like doing a CStr(strData) or something? I guess there is only one way to find out!! Would be great… Re: Querying Quake III Master Server Programming Software Development by jonc Update: I've managed to figure it out (by accident as it happens). DaKasper, you helped by saying I needed to convert it to a string - on hunting google, I managed to find that each character in the gibberish is like an ASCII character. The decimal value of a character is the part of the IP. Between each \ marker, there is 6 bytes of data. The … Re: Querying Quake III Master Server Programming Software Development by DaKasper theres alot of ips in that and you need to either slpit each one put them all into a file then query each IP or Get a IP Query it then goto the next one and so on When you Query the Master Server all you get is a list of the Severs IPs and Port Numbers and Querying the Servers Seemed like a big pain to me so i looked around the internet and … Re: Querying Quake III Master Server Programming Software Development by jonc Hi DaKasper, I managed to get the output from the master server, dumped it into a text file. I'm in the process of pulling the IPs back into the application, and can get info back about the servers, but am struggling a bit with the format of what I'm receiving. With the help of a work colleague, I've got the server info into a listview … Re: Querying Quake III Master Server Programming Software Development by DaKasper [QUOTE=jonifen;634601]Hi DaKasper, I managed to get the output from the master server, dumped it into a text file. I'm in the process of pulling the IPs back into the application, and can get info back about the servers, but am struggling a bit with the format of what I'm receiving. With the help of a work colleague, I've got the server info … Re: Linux Rage Looks Likely Community Center Geeks' Lounge by Sturm Quake Wars is going to have a linux client. Make an earthquake in your browser Programming Web Development by murtazamzk …;script> function startEQ() { quake=5; parent.moveBy(0,quake); parent.moveBy(0,-quake); parent.moveBy(quake,0); parent.moveBy(-quake,0); timer=setTimeout("… Re: Classic Windows Taskbar, No audio, MSconfig errors...cont Hardware and Software Information Security by slntassassin87 …quot;C:\\Program Files\\id Software\\Enemy Territory - QUAKE Wars\\etqwded.exe:*:Disabled:etqwded.exe" &…}\setup.exe -runfromtemp -l0x0009 -removeonly Enemy Territory - QUAKE Wars(TM) --> C:\Program Files\InstallShield Installation …-A13C3CB1379F}\setup.exe -runfromtemp -l0x0409 Enemy Territory - QUAKE Wars(TM) 1.4 Patch --> C:\Program… How to Program on Linux...... Hardware and Software Linux and Unix by prasath_amd … Another small ques:- Everyone know abt id games.....Quake,Doom.........I know that Quake 3 is based on OpenGL & runs on… Linux.........I already downloaded the Quake 3 source from id software's website........I unzipped it…plz tell me where is the core engine code of Quake 3...........So i can just get a feel for it… dcomcfg.exe help Hardware and Software Information Security by hello_bec …\qttask.exe C:\Program Files\SpywareQuake.com\Spyware-Quake.exe C:\Program Files\Messenger\MSMSGS.EXE C:\…Program Files\SpywareQuake.com\Spyware-Quake.exe C:\WINDOWS\system32\ctfmon.exe C:\Program …HKLM\..\Run: [SpywareQuake.com] C:\Program Files\SpywareQuake.com\Spyware-Quake.exe /h O4 - HKCU\..\Run: [ibmmessages] C:\Program … Re: dcomcfg.exe help Hardware and Software Information Security by hello_bec …\qttask.exe C:\Program Files\SpywareQuake.com\Spyware-Quake.exe C:\Program Files\Messenger\MSMSGS.EXE C:\…Program Files\SpywareQuake.com\Spyware-Quake.exe C:\WINDOWS\system32\ctfmon.exe C:\Program …HKLM\..\Run: [SpywareQuake.com] C:\Program Files\SpywareQuake.com\Spyware-Quake.exe /h O4 - HKCU\..\Run: [ibmmessages] C:\Program … pc locks and tick in speakers Hardware and Software Microsoft Windows by Collection Agen … seems to do it 2-3 times per hour. on quake 4 when it happens it loses sound all together until… card. it don't get in the way cept playing quake. also hoping maybe its a software issue, and i do…