Widescreen Gaming Forum

[-noun] Web community dedicated to ensuring PC games run properly on your tablet, netbook, personal computer, HDTV and multi-monitor gaming rig.
It is currently 07 Jul 2024, 15:49

All times are UTC [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: 12 Jul 2010, 14:17 
Offline
Administrators
Administrators
User avatar

Joined: 27 Dec 2009, 14:27
Posts: 1789
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.

_________________
| Gigabyte X79S-UP5-WiFi Skt2011 | i7 4820k @4.4GHz Watercooled (Ivy Bridge-E) | Corsair Vengence 32GB @2133MHz 11-11-11-27 2T Quad-Channel (8x4GB) | AMD R9-Fury-X 4GB @1140/505MHz + EKWB Watercooled | 256GB Crucial MX200 SSD | 8x 1TB Samsung F3 SATA-II | Corsair 850W TX PSU | 3x Dell S2209W 22"wide TFT's (5760x1080res) | Logitech Z-5400 5.1ch speakers | Win7 Ultimate x64 |


Top
 Profile  
 


PostPosted: 12 Jul 2010, 21:21 
Offline

Joined: 11 Dec 2009, 03:31
Posts: 48
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 ><


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 8 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  




Powered by phpBB® Forum Software © phpBB Group