Thursday, March 26, 2009

Forgotten Hope 2 Mapshot Pack

Another Mappack has emerged from the void and it includes several 640x480 screenshots for all the Forgotten Hope 2 Maps up to version 2.15.

Labels: , ,

Friday, May 18, 2007

Manage Windows Services

Tired of manually shutting down all the running Services on your Windows Box to get more Performance for your Gaming Sessions ?

Thanks to good old .bat files and the net Command you can switch your system to Gaming Mode and back with a single click. Here´s how:

Check your running Services and see their Names:

1. Open a DOS Command Prompt (start -> run -> cmd )
2. type in "net start"
This will give you a list of all the Services currently running.

Create a .bat file

Create a empty text file on your desktop and insert the services you want to be stopped in the following form
net stop "Automatic Updates" /y

net stop "Printer Spooler" /y

and so on..
Use the names you got from the "net start" command and put them in quotes behind "net stop"
Save this file as stop_services.bat or whatever you like.

And another

You can also create another .bat file to start all the services again after you played by using "net start":
net start "Automatic Updates"

net start "Printer Spooler"


Get rid of the window

If all runs well you can create a Shortcut to your .bat file and choose run as minimized in its properties. If you then start the shortcut instead of
directly starting the .bat file, the window

Labels: , ,

Tuesday, April 3, 2007

Forgotten Hope 0.7 Qtracker Mapshot Pack

I made a Forgotten Hope 0.7 Mapshot Pack for Qtracker so I can see what Map is playing while I´m sitting on my couch :)
It now contains 312 Screenshots for 81 different Maps. Some are from my selfmade Screenshots and others are official Pics from the Forgotten Hope and The Damned Priests Website.
Thanks to the FH Team for their great Work on this Mod and to TDP for the new Mappacks !

check out http://www.mayhemic.net/qtracker/ for the Link.

Labels: , , ,

Multiplayer Game Browser

For a very long time I´ve been using All Seeing Eye for my online gaming needs. Recently I checked the ASE Forum, looking for some updates. I found something much better: Qtracker. Unlike ASE, it´s supporting A LOT of games and is under Actual Development, what could you want more.
The .NET Framework made it a nice looking APP too. :)

Thanks to Ron for making such a nice app for free !

Labels: , ,