Widescreen Gaming Forum
https://www.wsgf.org/phpBB3/

Automaticly switch ATI profiles when loading game.
https://www.wsgf.org/phpBB3/viewtopic.php?f=66&t=20141
Page 1 of 1

Author:  Delphium [ 12 Jul 2010, 14:17 ]
Post subject:  Automaticly switch ATI profiles when loading game.

Thought this might be of some use to folks...

After a while, I got fed up of having to switch between extended and spaned profiles for gaming and desktop use.
As a long standing user of SoftTH, which seem to have the most seemless desktop to span mode when loading games, I took at look at how something similar could be done for ATI. (i dont have a pair of nvidia cards to test nvidias own solution).

First you will need to create your profiles for extended and span/group modes.
Once you have these, I call mine "extend" and "span" you can setup some .bat files to do the switching of profiles and launching of games for you.

Code:

   @ECHO OFF
   ECHO Switching profiles and loading game, please wait . . .
   "C:Program Files (x86)ATI TechnologiesATI.ACECore-StaticCLI.exe" Start Load profilename="span"
   "U:gamesSteamSteamAppscommonleft 4 dead 2left4dead2.exe"
   ECHO Restoring profiles, please wait . . .
   "C:Program Files (x86)ATI TechnologiesATI.ACECore-StaticCLI.exe" Start Load profilename="extend"
   ping 1.1.1.1 -n 1 -w 6000 > NULL
   "C:Program Files (x86)ATI TechnologiesATI.ACECore-StaticCLI.exe" Start Load profilename="extend"

Note: I need to load the extned profile twice otherwise the outside 2 monitors are swapped around for some bizzare reason.
Because of this we need to insert a delay of 6 seconds before calling the extended profile again thus here I have used "ping 1.1.1.1 -n 1 -w 6000 > NULL"

I then simply change the game's shortcut to point to the .bat file, and change the icon for the .bat file to that of the game.

This will switch to the span mode profile, launch Left 4 Dead 2, then when the game closes, it will automaticly switch back to extend mode.
Not quite as seemless as I would like, but it is a step closer Cheesy

Hope this is of use to some.

Author:  boredtotears001 [ 12 Jul 2010, 21:21 ]
Post subject:  Re: Automaticly switch ATI profiles when loading game.

What exactly tells the bat file to queue those commands? I'm trying to do something similar with Resident Evil 5 and Hamachi Override dlload.exe. I thought I could just do something like this:
Code:
"C:Program Files (x86)CAPCOMRESIDENT EVIL 5DLLLoad.exe"
   "C:Program Files (x86)CAPCOMRESIDENT EVIL 5Launcher.exe"

But that just opens dllload.exe and then stops

EDIT: Ok so i found a way that works-
Code:
Start "" "C:Program Files (x86)CAPCOMRESIDENT EVIL 5DLLLoad.exe"
   Start "" "C:Program Files (x86)CAPCOMRESIDENT EVIL 5Launcher.exe"

IDK why that works but it does, now how do i change the icon? lol

EDIT 2: K found out how to change its icon. Just made a shortcut of the .bat and changed the shortcuts icon ><

Page 1 of 1 All times are UTC [ DST ]
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/