Hi everyone, this is my first post on this great forum.
I have made a hack wich enables you to play old classic "
Beasts & Bumpkins" (game from 1997, released by EA) in almost any resolution.
Here is proof (1280x1024 resolution)
I made this changes for multiple resolutions so you don't have to make your hands dirty with hex editing.
You can download this package from:
RAPIDSHARE
Code:
https://rapidshare.com/files/459803109/Beasts___Bumpkins_HiRes_Patch.zip
MEGAUPLOAD
Code:
http://www.megaupload.com/?d=J0CSB9JV
This package supports following resolutions:
4:3
800x600 (tested)
1024x768 (tested)
1280x1024 (tested)
1600x1200 (not tested)
16:9 (widescreen)
1600x900 (not tested)
1920x1080 (not tested)
MANUAL (CUSTOM RESOLUTION) INSTRUCTIONS
1. Open "Beasts.exe" in your favorite hex editing program (for example Tiny Hexer)
2. Resolution editing
Search for
Replace highlighted hexadecimal numbers with your custom resolution numbers
For example: resolution 1280x1024
resolution width is 1280 = 500h (hex), in little endian that is 00 05
resolution height is 1024 = 400h (hex), in little endian that is 00 04
3. Face y-postion (picture that is displayed in bottom right corner when you select peasant)
Search for
Replace highlighted hexadecimal numbers with your calculated y-postion for face image.
Face image has 100x100 pixels.
y-postion = resolution_height - 100 (decimal)
For example if your desired resolution is 1280x1024
y-postion = 1024 - 100 = 924 = 39Ch (hex), in little endian that is 9C 03
4. Save your modified exe file and run it in "Windows 95" Compability mode
GAME DOWNLOAD & INSTALL
This game is free for download (it has been put as abandonware) from
Code:
http://www.cdosabandonware.com/std_games_details.php?gameid=1654
To install it on Windows Xp or newer you have to run "Setup.exe" in "Windows 95" Compability mode so that registry are correctly written. Also after installing game run "Beasts.exe" (or modified high resolution ".exe") in "Windows 95" Compability mode.
NEED HELP
I haven't been able to fix ingame video position and main menu postion in higher resolutions. Intro videos are positioned horizontaly right, verticaly in middle, main menu is positioned in top left corner but menu items are more to the right.
If someone have expirience in fixing this I would greatly appriciated any help.