Jump to content

Home

EFMI High Resolution


jeunealbert

Recommended Posts

  • Replies 70
  • Created
  • Last Reply
Man, this is like the best thing I've downloaded in the past hour.

Correction: WORST!

 

I kinda dislike this level of sarcasm...

 

Here's what to do, step by step:

1. Get a hexeditor (search with google.)

2. You have to calculate a few values, use calc.exe for it.

Switch calc to scientific view. There are radiobuttons

"Dec" and "Hex", by switching between them you can easily

convert one to the other.

Say, we want to convert 5461 dec.

Switch to "Dec", type in 5461, switch to "Hex" and read:

1555. You have to switch 15 and 55: 5515, because this is the

way values appear in binary files.

Note: if you have a hexvalue like 1C8, it's 01C8.

3. Now open monkey4.exe with your hexeditor and search for

C7 44 24 XX 80 02 00 00 C7 84 24 XX 00 00 00 E0 01 00 00 (XX might be anything)

80 02 00 00 is 640 dec. = x-resolution,

E0 01 00 00 is 480 dec. = y-resolution.

Calculate your desired values and overwrite x- and y-res.

Now do the same for

C7 44 24 XX 80 02 00 00 C7 44 24 XX E0 01 00 00.

4. Now search for 68 80 00 00 00 68 00 01 00 00, replace it

with 68 00 01 00 00 68 00 02 00 00.

5. Done.

Link to comment
Share on other sites

Originally posted by jeunealbert

I kinda dislike this level of sarcasm...

Sorry about that - I can see how it comes across as a bit caustic, but I was just messing around really! It was the BEST software I had downloaded in the past hour because it was also the ONLY software - and when it didn't work, I decided to call it the "worst" instead! Just a silly joke, sorry. :)
Link to comment
Share on other sites

Originally posted by d3vilsadvocate

sorry mate. that was meant to be a question :cool:

whats the right proportion of 1600xYYYY?

Well, the original is 640x480. 1280x960 is exactly 2x that. 1600 is 2.5x, which I might add will mean that the background images won't be even, but 1200 is right since it is 2.5x, the equation being (1600/640)x480=1200.
Link to comment
Share on other sites

Originally posted by jeunealbert

Xippion, I don't know, what you did, but I can't see flying manholes and huge cracks under doors.

You must have done something different while patching.

I downloaded d3vilsadvocate's version, since your instructions didn't work for my v1.1 exe, nor did the patch and I was sick of twiddlying in olly. Then I patched his exe to 960, which fixed it.
Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...