05-21-2014, 04:45 PM
no i dont think the HR pack is doing this either especially since he said he tried w/o it.
sounds like a 'stretch to fullscreen' monitor problem.
sounds like a 'stretch to fullscreen' monitor problem.
Resolution issue on launch - D1X - Mac - High Res
|
05-21-2014, 04:45 PM
no i dont think the HR pack is doing this either especially since he said he tried w/o it.
sounds like a 'stretch to fullscreen' monitor problem.
08-26-2015, 07:53 PM
I found a workaround:
Editing the descent.cfg file found in ~/Library/Preferences/D1X Rebirth and setting the values as follows: ResolutionX=1280 ResolutionY=800 When launching the game the screen will be visible and it is possible to set the resolution at 2880x1800, it's a small hassle that happens at every launch, but that's the best I could do. I made a script to do it automatically: 1) put the following code in a file with extension .command in the same folder as D1X Rebirth.app for example: resetAndRunD1X.command Code: DIRNAME=`dirname "$0"` 2) Double click on it and it will patch the descent.cfg and run the game in 1280x800 mode so you can manually set the resolution. If you're happy about this solution please check out and "like" my band The Used Cars and listen to my songs ![]() ![]() www.theusedcars.com https://www.facebook.com/pages/Used-Cars/24981716676 https://play.spotify.com/artist/683iaWsLhpDiY6t03BOf4k
08-27-2015, 02:47 AM
That script goes to a lot of trouble for something so simple. You could rewrite it to be safer and also use fewer commands.
Code: sed -i.bak -e '/ResolutionX=/s/=.*/=1280/;/ResolutionY=/s/=.*/=800/' "~/Library/Preferences/D1X Rebirth/descent.cfg"
08-27-2015, 07:51 AM
That looks better, I'm not much of a savvy bash user, I will let you know if it works with the i- flag
Thanks
08-27-2015, 03:11 PM
if it were Windows, id suggest just editing the descent.cfg file and then set it to read only.
|
« Next Oldest | Next Newest »
|