News:

Zatikon is back and free to play! https://www.chroniclogic.com/zatikon.htm

Main Menu

2080X1024 resolution?

Started by Kegel, July 20, 2005, 02:16:17 AM

Previous topic - Next topic

Kegel

Is there any way to force Gish to run at 2080X1024?  I just got a new ViewSonic 19 inch LCD and thats the native res.  Currently running at 1024X768.  

If it isnt possible...would this be a possible addition to a furire patch?

Great game by the way.  I purchased to full version.  Never fails...I find these independent games to be more enjoyable..for longer..than any games purchased at EB from the big name producers.  Bravo.

Jonathan_NL

You can edit gish.cfg using a hexeditor. The 4-byte integers starting at byte 4 and 8 are width and height. They should be:
Code Sample
20 08 00 00  00 03 00 00

for 2080x1024. Note that Gish always fills the entire screen with 4/3 content.
I rarely check this forum anymore. Feel free to send me a PM if you want my attention.

DemonSlayer

Gish won't run after doing so.  I made a backup but I edited like you said. 100%.  Could you help me?
Thanks.
Need screen size for my new http://67.15.141.32/iB_html/non-cgi/emoticons/biggrin.gif" border="0" valign="absmiddle" alt=':D'> screen.

Jonathan_NL

What did you put in the file? If you just copied the bytes I gave, those are for 2080x1024, which is not going to work if your screen/renderer doesn't accept that. ;-)
I rarely check this forum anymore. Feel free to send me a PM if you want my attention.

DemonSlayer

I did copy that.  My card works fine on that and my monitor requestes that or I get an annoying blue box on my screen telling me to change it.

EDIT:  If I upload my cfg you you change it for me.

Kegel

SHould have been 1280x1024....not 2080....oops.  sorry.

Jonathan_NL

Then use:
Code Sample
00 05 00 00  00 04 00 00

Note that 1280/1024=5/4 and not 1024/768=4/3, so you'll get a bit of distortion. If your screen leaves black borders when the aspect ratio doesn't match, I recommend 1280x960 (1280/960=4/3).
I rarely check this forum anymore. Feel free to send me a PM if you want my attention.