800x600 Resolution Games

PyroStar

Reputable
Apr 12, 2014
40
0
4,530
So I am familiar with Compatibility mode, and options menus that allows customizations for resolutions (the only res appears to be 640x480). I am also aware that most games will auto set your resolution to what ever it runs on. I however have a game that ignores all of that.
Carnivores Ice Age is a favorite of my fathers and as a gift I purchased it for him. I keep my monitor set on a very high resolution (1600x1024) and the game will only appear in the top left part of the screen in 800x600 with the rest blacked out. it would be rather irritating to have to switch resolutions every time to play or just focus on the small area that the game provides. What I really want is a code so I can set up a batch file to open the game in a lower resolution, and upon exiting it returns the computer to the previous state. Window has demonstrated something like this is possible via the compatibility mode unfortunately I lack the proper sequence of code. I was thinking something like:

["C:\Program Files\Carnivores Ice Age\ICEAGE.exe" -width=800 -height=600]

any information would be welcome and helpful.
 
Solution
Its just as quick to switch with windows as hunt out and run a batch file. And Windows will work. You don't know if the batch file will. But have a go yourself and post back how it went. Maybe you could include a line in a batch file that then calls up the game exe file. I haven't used DOS in a long time and I'd have to look through cmd commands to work it out.
Its just as quick to switch with windows as hunt out and run a batch file. And Windows will work. You don't know if the batch file will. But have a go yourself and post back how it went. Maybe you could include a line in a batch file that then calls up the game exe file. I haven't used DOS in a long time and I'd have to look through cmd commands to work it out.
 
Solution

Karadjgne

Titan
Ambassador
And there is no resolution setting in the game itself? It's always better to run the actual screen resolution on native settings, but the game itself should have video and audio settings which will run independent of the actual screen resolution.
 

PyroStar

Reputable
Apr 12, 2014
40
0
4,530
it has a settings area but nothing of use, and as I said no issues are present if I swap resolutions prior to running the software, but that can be a cumbersome processor to just play a game. Obviously that's what I will have to do if I can't fix this with a simple batch file, but I am hopeful. There does appear to be some programs that assist in forcing a resolution but I have enough programs ion my computer, I was hoping for a simple fix.