F5F Stay Refreshed Software PC Gaming Setting up childhood games

Setting up childhood games

Setting up childhood games

Pages (2): 1 2 Next
L
LucaDoubleO7
Junior Member
4
11-07-2016, 03:50 PM
#1
Hey there, I'm getting ready to set up some old-school games for my younger brother. These games are pretty classic, but running them on Windows 10 isn't working. Windows 7 works with compatibility mode, but I decided to install a VM with a Windows XP Pro SP3 32-bit version, which is what I usually used when playing these games. After setting up the virtual machine and installing the discs, I managed to get an installer that includes DX7 for running the titles. The issue is that even though I set the VM to fullscreen at 1080p resolution, the game only shows up at 800x600, making everything around it black. I've tried using Windows XP compatibility mode (like Windows 2000 and 95), but the resolution stays the same. Is there a way to force the game to display at 1080p or a similar equivalent for the 4:3 aspect ratio? Everything else seems fine—sounds and other features work. Any advice would be greatly appreciated.

Yours,
DaSchmitt
L
LucaDoubleO7
11-07-2016, 03:50 PM #1

Hey there, I'm getting ready to set up some old-school games for my younger brother. These games are pretty classic, but running them on Windows 10 isn't working. Windows 7 works with compatibility mode, but I decided to install a VM with a Windows XP Pro SP3 32-bit version, which is what I usually used when playing these games. After setting up the virtual machine and installing the discs, I managed to get an installer that includes DX7 for running the titles. The issue is that even though I set the VM to fullscreen at 1080p resolution, the game only shows up at 800x600, making everything around it black. I've tried using Windows XP compatibility mode (like Windows 2000 and 95), but the resolution stays the same. Is there a way to force the game to display at 1080p or a similar equivalent for the 4:3 aspect ratio? Everything else seems fine—sounds and other features work. Any advice would be greatly appreciated.

Yours,
DaSchmitt

T
Texas1047
Posting Freak
889
11-08-2016, 12:42 AM
#2
When mods are available sometimes there are options to set the display to 1080p. However, some versions remain similar to the menu in Battlefront II 2005, stuck at a fixed resolution (though I'm not sure what it is—probably around 480p). I can increase the game's resolution to 4K, but the menu stays locked to a specific size. If the game lacks resolution settings in its menus, it's likely using a standard resolution for that era. Forcing a higher resolution would probably cause the user interface to break, just like in Battlefront II 2005 where it fails above 1440p.
T
Texas1047
11-08-2016, 12:42 AM #2

When mods are available sometimes there are options to set the display to 1080p. However, some versions remain similar to the menu in Battlefront II 2005, stuck at a fixed resolution (though I'm not sure what it is—probably around 480p). I can increase the game's resolution to 4K, but the menu stays locked to a specific size. If the game lacks resolution settings in its menus, it's likely using a standard resolution for that era. Forcing a higher resolution would probably cause the user interface to break, just like in Battlefront II 2005 where it fails above 1440p.

L
louisdm
Member
98
11-08-2016, 06:02 AM
#3
The title doesn't appear to have an available mod, as it's a fairly modest name that isn't widely recognized. Perfectly fine if it fits the screen size, since my monitor only supports 1080p.
L
louisdm
11-08-2016, 06:02 AM #3

The title doesn't appear to have an available mod, as it's a fairly modest name that isn't widely recognized. Perfectly fine if it fits the screen size, since my monitor only supports 1080p.

T
TheFallenRose
Senior Member
616
11-08-2016, 06:53 AM
#4
No, you cannot locate the configuration file within the data and adjust the resolution manually.
T
TheFallenRose
11-08-2016, 06:53 AM #4

No, you cannot locate the configuration file within the data and adjust the resolution manually.

S
SoyDash
Posting Freak
859
11-09-2016, 08:58 PM
#5
I've included an image here. It seems all the game files are packed into the executable, with some code in another file explaining character movement. The rest of the content is within that exe file. I assume you're not a tech expert, but I'm sure every file for the game is present in the folder shown.
S
SoyDash
11-09-2016, 08:58 PM #5

I've included an image here. It seems all the game files are packed into the executable, with some code in another file explaining character movement. The rest of the content is within that exe file. I assume you're not a tech expert, but I'm sure every file for the game is present in the folder shown.

T
TheWarlord23
Member
194
11-10-2016, 03:21 AM
#6
There are some third-party solutions that might let you adjust the resolution of a specific .exe file and revert to the standard setting after closing. I haven't tested them myself, but others recommend:
http://12noon.com/?page_id=80
T
TheWarlord23
11-10-2016, 03:21 AM #6

There are some third-party solutions that might let you adjust the resolution of a specific .exe file and revert to the standard setting after closing. I haven't tested them myself, but others recommend:
http://12noon.com/?page_id=80

H
huityweb
Member
157
11-11-2016, 11:53 AM
#7
I downloaded it and tested it, my main success was:
dccmd.exe -force -width=800 -height=600 "C:\Program Files\THQ\Warner Bros\Scooby-Doo\Monsters Unleashed\Scooby.exe"
dccmd.exe -width=1920 -height=1080 -refresh=max -depth=max
pause
the pause happened because I was correcting issues and the command kept closing. I tried forcing the display to 800x600 and also attempted 1920x1080 and 1440x1080, but neither worked.
H
huityweb
11-11-2016, 11:53 AM #7

I downloaded it and tested it, my main success was:
dccmd.exe -force -width=800 -height=600 "C:\Program Files\THQ\Warner Bros\Scooby-Doo\Monsters Unleashed\Scooby.exe"
dccmd.exe -width=1920 -height=1080 -refresh=max -depth=max
pause
the pause happened because I was correcting issues and the command kept closing. I tried forcing the display to 800x600 and also attempted 1920x1080 and 1440x1080, but neither worked.

B
Ballenknijper
Member
80
11-14-2016, 09:28 PM
#8
Bugger! Check if it locates the executable properly. Consider sending a shortcut to the desktop and setting its destination to the desktop shortcut.
B
Ballenknijper
11-14-2016, 09:28 PM #8

Bugger! Check if it locates the executable properly. Consider sending a shortcut to the desktop and setting its destination to the desktop shortcut.

K
KPN
Member
61
11-21-2016, 08:24 PM
#9
The tool locates and launches the game using the command prompt correctly, but it fails to adjust its size. This might be because the software is compatible with Windows 7 or higher.
K
KPN
11-21-2016, 08:24 PM #9

The tool locates and launches the game using the command prompt correctly, but it fails to adjust its size. This might be because the software is compatible with Windows 7 or higher.

C
CrimsonFrenzy
Junior Member
44
11-23-2016, 10:48 AM
#10
Sure, at least it was worth a shot... trying QRes?
C
CrimsonFrenzy
11-23-2016, 10:48 AM #10

Sure, at least it was worth a shot... trying QRes?

Pages (2): 1 2 Next