Log in

View Full Version : Changing Screen Reso.... It can be done !!!!!


Tikigod
02-16-06, 03:08 PM
I did all the instructions as posted on page 4. Everything installed correctly as far as I can tell from instructions. The test launches sh3 as it says after install. But, I'm not finding a 'd3d9.cfg' to change my resolution..I run the app and its still in 1024x768 and I cannot locate this cfg file everyone is talking about...(I even did windows search files/folders and it turned up nothing). I have the sh3.sdb database file that I saved in sh3 root and that is it. I have no folder labeled "video" in sh3/data/cfg/. I cannot open folders with notepad only files so this instruction up above doesn't make sense. Can someone explain to me what I may be doing wrong?

tommyk
02-16-06, 03:12 PM
http://koti.mbnet.fi/kegetys/dl.php?f=dx9res10&e=zip

ahoi!

Tikigod
02-16-06, 03:14 PM
what the hell is that?

tommyk
02-16-06, 03:16 PM
a zipfile with the d3d9.cfg you are searching?

Tikigod
02-16-06, 03:21 PM
I unzipped it and there is no cfg I open the file in text editor and its scrambled

tommyk
02-16-06, 03:26 PM
Strange... OK, I extract it for you...

only the parts BETWEEN the '=' go into d3d9.cfg

========================== d3d9.cfg
;
; DX9res Settings
; by Kegetys <kegetys@dnainternet.net>
;
; Note that this config is reloaded on device reset, so you can task switch out
; of the game, change settings from this file and then return
;

[config]
; ResX: Horizontal resolution setting
; ResY: Vertical resolution setting
; useFiltering: Use linear filtering for UI elements
; enableScreenshots: Hook printscreen keypress to save TGA screenshot
resX=1280
resY=1024
useFiltering=1
enableScreenshots=1
screenshotPath=.

[gamma]
; setGamma: Override gamma ramp
; gammaRed: Red channel gamma (1.0 = normal, decrease to add brightess, increase to darken)
; gammaGreen: Green channel gamma (1.0 = normal, decrease to add brightess, increase to darken)
; gammaBlue: Blue channel gamma (1.0 = normal, decrease to add brightess, increase to darken)
setGamma=0
gammaRed=1.0
gammaGreen=1.0
gammaBlue=1.0
=============

Tikigod
02-16-06, 03:30 PM
where do I save it? in sh3 root?

tommyk
02-16-06, 03:37 PM
yes,

d3d9.cfg
d3d9.dll

go into the main-directory (where the sh3.exe is)

Here comes the readme from the zip

---------------------------------------------------------
·: DX9res v1.0 :·
---------------------------------------------------------

This DLL attempts to override the screen resolution set
by a Direct3D 9 program. To install, extract this archive
to the directory the program is installed to. Do NOT
install the DLL into any system directories.

Edit the cfg file for resolution and other settings.

Note that some games have copyprotection systems that
block this DLL from working, so if you want to use this
with such games you need to remove the protection first.

---------------------------------------------------------
credits
---------------------------------------------------------

Made by Kegetys <kegetys@dnainternet.net>

---------------------------------------------------------
license & disclaimer
---------------------------------------------------------

You are permitted to install and use this software for
personal entertainment purposes only. Any commercial,
military or educational use is strictly forbidden without
permission from the author.

You are free to distribute this software as you wish, as
long as it is kept 100% free of charge, it is not modified
in any way and this readme file is distributed with it.

The author takes no responsibility for any damages this
program may cause, use at your own risk.

---------------------------------------------------------