REQ?: searching status changer when application runs |
Author: |
Message: |
vinzz
New Member
Posts: 5
Joined: Nov 2005
|
O.P. REQ?: searching status changer when application runs
i'm searching for a plug-in that can change your status when i run a prog that i have chosen,
ex: i'm playing the game cod2 --> when game(exe) runs, my status has to change too "playing COD2 - busy"
something like this.
if someone can write this for me please, or if it already exsits, pleaz let me know?
thanks in advance
vinzz
This post was edited on 11-30-2005 at 11:30 PM by vinzz.
|
|
11-30-2005 11:30 PM |
|
|
Reaper
Veteran Member
Posts: 1393 Reputation: 23
36 / /
Joined: Jun 2004
|
RE: REQ?: searching status changer when application runs
you can do this with MsgPlus!. the message helper section in the preferences
for example for counter strike i have:
/run "C:\Program Files\Valve\Steam\Steam.exe" -applaunch 240
#2#/nbusy Playing: Counter Strike: Source, Leave a message
when i type /css in a conversation window it will set my status to busy and change my name to Playing: Counter Strike: Sourcce, Leave a message
the #2# is the number of seconds it takes to change
so in your case it would be
/run "<applcation path>"
#2#/nbusy Playing COD2
note: remove the <> but keep the speech marks
This post was edited on 11-30-2005 at 11:40 PM by Reaper.
|
|
11-30-2005 11:37 PM |
|
|
vinzz
New Member
Posts: 5
Joined: Nov 2005
|
O.P. RE: REQ?: searching status changer when application runs
fast reply!
i'll test it
*edit*
this is a nice solution, but isn't it possible, when the prog starts/run, msn turns into that status automatically? and when i shut the prog down i go to the provious status? this would be alot easier.
btw when i run "/cod" (with the script you just gave me changed "/css" to "/cod"
then it gives an cod error: "WIN_ERROR: error during initialization: Couldn't load default.cfg. make sure Call of Duty is run from the correct folder. when i click on the exe file in explorer it runs normally!
This post was edited on 12-01-2005 at 12:01 AM by vinzz.
|
|
11-30-2005 11:41 PM |
|
|
Reaper
Veteran Member
Posts: 1393 Reputation: 23
36 / /
Joined: Jun 2004
|
RE: REQ?: searching status changer when application runs
well using the message helpers, it isnt possible to do that.
hmm, change the applcation path that you have typed in. If you right click a shortcut of the game (presuming the game made one on your desktop) and go to properties, there should be a box saying "Target", then an application path next to it in quotes. copy the WHOLE thing and see if it works
|
|
12-01-2005 12:00 AM |
|
|
vinzz
New Member
Posts: 5
Joined: Nov 2005
|
O.P. RE: REQ?: searching status changer when application runs
i did it, that way
i know sometimes it's nescessary to put a parameter after the exe, like you gave in the script: Steam.exe" -applaunch 240
but still the same result
|
|
12-01-2005 12:04 AM |
|
|
Reaper
Veteran Member
Posts: 1393 Reputation: 23
36 / /
Joined: Jun 2004
|
RE: REQ?: searching status changer when application runs
well the parameter for counter strike is different becuase it has an application called steam.exe, and running that will just run the steam program and not the game.
post the code you have written ill take a look see
|
|
12-01-2005 12:06 AM |
|
|
vinzz
New Member
Posts: 5
Joined: Nov 2005
|
O.P. RE: REQ?: searching status changer when application runs
this is the code
/run "C:\Program Files\Activision\Call of Duty 2\cod2sp_s.exe"
#2#/nbusy Playing COD2
/cod
for the single player mode.
directory:
"C:\Program Files\Activision\Call of Duty 2\cod2sp_s.exe"
i think i'd found it on google, have a look
http://www.softpedia.com/get/Internet/Chat/Other-...Task-Monitor.shtml
|
|
12-01-2005 12:13 AM |
|
|
Reaper
Veteran Member
Posts: 1393 Reputation: 23
36 / /
Joined: Jun 2004
|
RE: REQ?: searching status changer when application runs
hmm, i havnt got a clue about that. sorry mate, but maybe someone else can help you
|
|
12-01-2005 12:16 AM |
|
|
vinzz
New Member
Posts: 5
Joined: Nov 2005
|
O.P. RE: REQ?: searching status changer when application runs
try the link
it's usefull!!!
just check it out, it automaticlly change the sub-nick
|
|
12-01-2005 12:24 AM |
|
|
prashker
Veteran Member
Posts: 5109 Reputation: 104
– / / –
Joined: Mar 2005
Status: Away
|
RE: REQ?: searching status changer when application runs
That program I have not tested yet but it looks good.
PS: Remember to use the "Edit" instead of double posting
|
|
12-01-2005 12:36 AM |
|
|
|