PC Game lag when launched via MP (1 Viewer)

tillz0r

Portal Member
February 10, 2009
27
0
Hey,
If I have MP and some of the newer PC games running I get a fair bit of FPS lag.

Is it possible to have MP exit when a game is launched?

I was thinking it might be possible to launch a batch file that stops MP then launches the game?
 

Squega

Portal Member
October 21, 2008
25
0
Southern California
Home Country
United States of America United States of America
There is a fix coming up with some code I implemented that will suspend Mediaportal while games are running. I am waiting on the write permissions for the svn repository but when I can get a test version out this would hopefully help you with your problem.
 

tillz0r

Portal Member
February 10, 2009
27
0
Hey guys, i've been away for a long time, does anyone know if this is fixed yet? Would be great to be able to launch my pc games from MP
 

kiwijunglist

Super Moderator
  • Team MediaPortal
  • June 10, 2008
    6,746
    1,751
    New Zealand
    Home Country
    New Zealand New Zealand
    u can probably use a .bat file in the interim

    grab this file and save it to c:\

    Here is an example for call of duty 4
    copy + paste the code in notepad and save as C:\Program Files (x86)\Activision\Call of Duty 4 - Modern Warfare\runcod4.bat
    Code:
    C:\killprocess.exe mediaportal.exe
    C:\Program Files (x86)\Activision\Call of Duty 4 - Modern Warfare\iw3sp.exe

    you could also try using /t
    C:\killprocess.exe /t mediaportal.exe
    this will attempt to close mediaportal nicely

    I'm sure someone else could come up with something fancier that auto restarted mediaportal when you closed the game.
     

    Users who are viewing this thread

    Top Bottom