If noone wants to code it please explain me how to do this:
Let the Script read in
code:
%APP_DATA%\Xfire\status.ini
the first lines are e.g.:
code:
[STATUS]
Summary=In Game
InGame=4345
And if "Summary=Online" (or Offline ofcourse) the script should not be active because no game is running
then it should set the number behind "InGame=" as variable and search it in the file e.g. 4345 would be this:
code:
[4345]
LongName=Guild Wars
ShortName=gw
PlayTime=23:47:19
PlayDate=09.07.2006
now it just need to read out "LongName=" and set this as status message and if theres an ip "Server=" and put it behind! And setting the 'Gameicon' is not very hard i think^^