Jump to content

Setting up childhood games

DaSchmitt

Hey, I'm setting up some childhood games for my younger brother to play. The games are reasonably old, running them on Windows 10 is impossible, Windows 7 managed with a few using compatibility mode but I decided to download a Virtual Machine running a copy of Windows XP Pro SP3 32-bit to run the games, as that's what I used quite often when playing the games. 3 Virtual Machine softwares later I get one that supports all the stuff like DX and the like needed to play most of the titles I want to run. So I get the discs, slot them in an run the installer, the disc comes with DX7 to run the games. The problem is, when launching the game, despite having my VM fullscreen resolution at 1080p, the game launches at 800x600, leaving everything around it black. I tried using Windows XP compatibility mode (Windows 2000 and Windows 95) to run the games but the resolution is unchanged.Is there any way to force the game to play at either 1080p, or a 1080p equivalent for the 4:3 resolution ratio. Everything else like sounds and the likes looks fine. The game doesn't have a settings menu. Any help is appreciated.

Yours,

DaSchmitt

Capture.PNG

Link to comment
Share on other sites

Link to post
Share on other sites

If there's mods for them sometimes there's ones to force 1080p. But some will be like the menu in Battlefront II 2005, it's locked to a certain resolution (I forget which one but it's 480p or something). I can up the game itself to 4K and such but the menu is always locked at a certain resolution. If the game doesn't have resolution options in the menus it's probably locked to a standard (for the time) one AFAIK. If you could force it to a higher res it'd likely break the UI (again, like in BFII 2005, it breaks the UI at anything higher than 1440p). 

Intel HEDT and Server platform enthusiasts: Intel HEDT Xeon/i7 Megathread 

 

Main PC 

CPU: i9 7980XE @4.5GHz/1.22v/-2 AVX offset 

Cooler: EKWB Supremacy Block - custom loop w/360mm +280mm rads 

Motherboard: EVGA X299 Dark 

RAM:4x8GB HyperX Predator DDR4 @3200Mhz CL16 

GPU: Nvidia FE 2060 Super/Corsair HydroX 2070 FE block 

Storage:  1TB MP34 + 1TB 970 Evo + 500GB Atom30 + 250GB 960 Evo 

Optical Drives: LG WH14NS40 

PSU: EVGA 1600W T2 

Case & Fans: Corsair 750D Airflow - 3x Noctua iPPC NF-F12 + 4x Noctua iPPC NF-A14 PWM 

OS: Windows 11

 

Display: LG 27UK650-W (4K 60Hz IPS panel)

Mouse: EVGA X17

Keyboard: Corsair K55 RGB

 

Mobile/Work Devices: 2020 M1 MacBook Air (work computer) - iPhone 13 Pro Max - Apple Watch S3

 

Other Misc Devices: iPod Video (Gen 5.5E, 128GB SD card swap, running Rockbox), Nintendo Switch

Link to comment
Share on other sites

Link to post
Share on other sites

4 minutes ago, Zando Bob said:

If there's mods for them sometimes there's ones to force 1080p. But some will be like the menu in Battlefront II 2005, it's locked to a certain resolution (I forget which one but it's 480p or something). I can up the game itself to 4K and such but the menu is always locked at a certain resolution. If the game doesn't have resolution options in the menus it's probably locked to a standard (for the time) one AFAIK. If you could force it to a higher res it'd likely break the UI (again, like in BFII 2005, it breaks the UI at anything higher than 1440p). 

There doesn't seem to be mod for it anywhere, it's a reasonably small title that not too many people know about. Ideally I'd just like for it to fit the screen, my monitor is only made for 1080p anyways. 

Link to comment
Share on other sites

Link to post
Share on other sites

18 minutes ago, DaSchmitt said:

Hey, I'm setting up some childhood games for my younger brother to play. The games are reasonably old, running them on Windows 10 is impossible, Windows 7 managed with a few using compatibility mode but I decided to download a Virtual Machine running a copy of Windows XP Pro SP3 32-bit to run the games, as that's what I used quite often when playing the games. 3 Virtual Machine softwares later I get one that supports all the stuff like DX and the like needed to play most of the titles I want to run. So I get the discs, slot them in an run the installer, the disc comes with DX7 to run the games. The problem is, when launching the game, despite having my VM fullscreen resolution at 1080p, the game launches at 800x600, leaving everything around it black. I tried using Windows XP compatibility mode (Windows 2000 and Windows 95) to run the games but the resolution is unchanged.Is there any way to force the game to play at either 1080p, or a 1080p equivalent for the 4:3 resolution ratio. Everything else like sounds and the likes looks fine. The game doesn't have a settings menu. Any help is appreciated.

Yours,

DaSchmitt

 

 

Can't you find the config file in the data and set the resolution manually?

Link to comment
Share on other sites

Link to post
Share on other sites

@Netivity I've attached an image to this reply. Unfortunately all the game files are encoded into the exe file, with a some code in one other file on how the characters move. Everything else is inside that exe file. I think at least, not much of a tech expert. I'm certain that every file for the game is in that folder shown though.

Capture.PNG

Link to comment
Share on other sites

Link to post
Share on other sites

12 minutes ago, DaSchmitt said:

@Netivity I've attached an image to this reply. Unfortunately all the game files are encoded into the exe file, with a some code in one other file on how the characters move. Everything else is inside that exe file. I think at least, not much of a tech expert. I'm certain that every file for the game is in that folder shown though.

 

 

There are a few third party options that could allow you to change the resolution from that specific .exe and then change back to the normal resolution when exited.

 

I have personally never tried it, but I have heard good things about it:

 

http://12noon.com/?page_id=80

 

 

Link to comment
Share on other sites

Link to post
Share on other sites

31 minutes ago, Netivity said:

 

There are a few third party options that could allow you to change the resolution from that specific .exe and then change back to the normal resolution when exited.

 

I have personally never tried it, but I have heard good things about it:

 

http://12noon.com/?page_id=80

 

 

I downloaded it and tried it, my most notable attempt is:

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 is there because I was fixing errors and cmd kept closing. It tried both forcing my display into 800x600 and I also tried forcing the game into 1920x1080 and 1440x1080, niether worked :( 

Capture.PNG

Link to comment
Share on other sites

Link to post
Share on other sites

2 minutes ago, DaSchmitt said:

I downloaded it and tried it, my most notable attempt is:


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 is there because I was fixing errors and cmd kept closing. It tried both forcing my display into 800x600 and I also tried forcing the game into 1920x1080 and 1440x1080, niether worked :( 

 

Bugger! Does it actually find the exe? Try sending a shortcut to the desktop and changing the destination to the desktop shortcut instead.

Link to comment
Share on other sites

Link to post
Share on other sites

@Netivity It finds and opens the game with the cmd alright, it just doesn't resize it, I have a feeling it's due to the program being supported by Win7+

Link to comment
Share on other sites

Link to post
Share on other sites

Just now, DaSchmitt said:

@Netivity It finds and opens the game with the cmd alright, it just doesn't resize it, I have a feeling it's due to the program being supported by Win7+

Yeah, at least it was worth a try... try QRes?

Link to comment
Share on other sites

Link to post
Share on other sites

@Netivity Still no cigar. Also, the programs seem to be trying to change my monitor display resolution instead of the game resolution. 

Link to comment
Share on other sites

Link to post
Share on other sites

One game runs in fullscreen mode perfectly on a normal host machine running Win 10 and Win 7, the rest are mostly 16-bit titles, with a few 32-bit titles that Windows has trouble with. I don't know what that means exactly, but the VM i'm using is VMWare's Workstation player 12. I'm going to try to install Win98 onto the VM, see if that changes anything.

Link to comment
Share on other sites

Link to post
Share on other sites

9 hours ago, DaSchmitt said:

One game runs in fullscreen mode perfectly on a normal host machine running Win 10 and Win 7, the rest are mostly 16-bit titles, with a few 32-bit titles that Windows has trouble with. I don't know what that means exactly, but the VM i'm using is VMWare's Workstation player 12. I'm going to try to install Win98 onto the VM, see if that changes anything.

Are you not able to change the window size within the VM?

Link to comment
Share on other sites

Link to post
Share on other sites

On 2/19/2019 at 3:30 PM, DaSchmitt said:

Hey, I'm setting up some childhood games for my younger brother to play. The games are reasonably old, running them on Windows 10 is impossible, Windows 7 managed with a few using compatibility mode but I decided to download a Virtual Machine running a copy of Windows XP Pro SP3 32-bit to run the games, as that's what I used quite often when playing the games. 3 Virtual Machine softwares later I get one that supports all the stuff like DX and the like needed to play most of the titles I want to run. So I get the discs, slot them in an run the installer, the disc comes with DX7 to run the games. The problem is, when launching the game, despite having my VM fullscreen resolution at 1080p, the game launches at 800x600, leaving everything around it black. I tried using Windows XP compatibility mode (Windows 2000 and Windows 95) to run the games but the resolution is unchanged.Is there any way to force the game to play at either 1080p, or a 1080p equivalent for the 4:3 resolution ratio. Everything else like sounds and the likes looks fine. The game doesn't have a settings menu. Any help is appreciated.

Yours,

DaSchmitt

Capture.PNG

Kudos for setting up your lil bro with games. I hope you get things working. I'm glad I saved my WinXP for older games I installed on my last retired build. Old school Need for Speed is awesome again.

Got a computer problem? Update the BIOS! ?

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×