EVERSPACE™

EVERSPACE™

查看统计:
RAVENMAX 2016 年 12 月 16 日 下午 8:10
Any way to force a custom resolution and disable aspect ratio lock?
Hey all i am looking for a way to force the game into a custom resolution and turn off the aspect ratio lock when resizing the game in windowed mode. heres what im trying to do, so i have 2 1080p monitors and i wanna span it across both monitors by resizing it in windowed mode, but the aspect ratio lock prevents me from sizing it properly to span on both screens, i usually do this with other games with ease. but this game is kinda weird. any way to do it?
< >
正在显示第 1 - 6 条,共 6 条留言
rockfish_andi  [开发者] 2016 年 12 月 19 日 上午 12:31 
You could try the following:
- First set the game to window mode and select any resolution
- Then locate your GameUserSettings.ini (C:\Users\{YOUR_USERNAME}\AppData\Local\RSG\Saved\Config\WindowsNoEditor\GameUserSettings.ini
- Edit the .ini. - Find/edit or add the following lines somewhere in the [/script/rsg.customgameusersettings] section

ResolutionSizeX={YOUR DESIRED X RESOLUTION}
ResolutionSizeY={YOUR DESIRED Y RESOLUTION}
LastUserConfirmedResolutionSizeX={YOUR DESIRED X RESOLUTION}
LastUserConfirmedResolutionSizeY={YOUR DESIRED Y RESOLUTION}

ThumpieBunnyEve 2018 年 2 月 8 日 上午 12:40 
because the game -always- caps max screen resolution based on display #1 limits,
( Regardless of what you enter into into

C:\Users\{USERNAME}\AppData\Local\RSG\Saved\Config\WindowsNoEditor\GameUserSettings.ini

) I am unable to apply Display #2's propper aspect rezolution to the game, Without changeing my desktop icon layout and task bar position. (Note it will go full screen yes, but only to 1400 x 900 display 1's max rez), Everspace simply will not Display at 1920 x 1080 as an option from the display menu. instead providing only a streched distorted image on display 2 in all instances.

I -need- a command line peramiter switch (stronger then an ini file, which does not work.) to simply start the game based on display #2 please. somthing like " -display2" in the launch options for steam.

please tell me there is some option for this??

While this is a major problem for me on this desktop that is not mine, its an even BIGGER problem for me on my Laptop which has higher screen resolution options for a connected display2 then the native 1400x900 that its main screen displays. without an option to start the graphical process on display2 right from the start, it wont mater if display2 is 8k or vr. because it will be limited by the initial detected resolution of an incorrect monitor. please add a startup command line switch immediatly!

Nearly all Unity unrealEngin and havok based games have such a feature implimented already. Its not hard to develop, detecton of the switch is simple, and applying the number to the display adaptor hook occurs at load of the engine. Even dos-box and mame have this feture. its a standard.
最后由 ThumpieBunnyEve 编辑于; 2018 年 2 月 8 日 上午 12:55
hck  [开发者] 2018 年 2 月 8 日 上午 6:02 
I'm sorry that we don't seem to support this feature. We rely on Unreal Engine's system to provide us with the available resolutions. So unless this system supports multiple displays you will have to set your gaming display as Window's primary display.
ThumpieBunnyEve 2018 年 2 月 9 日 上午 2:52 
Acording to the Unreal Engine's website,
" https://docs.unrealengine.com/latest/INT/Programming/Basics/CommandLineArguments/ "
under the RESOLUTION section.

the command line shortcut of:
"Everspace.exe -FULLSCREEN ResX=1920 ResY=1080 WinX=1401 WinY=0"

Logisticly would work,
but appears in practice to do nothing with your games present launcher and executable. : (

最后由 ThumpieBunnyEve 编辑于; 2018 年 2 月 9 日 上午 2:55
ThumpieBunnyEve 2018 年 2 月 9 日 上午 3:09 
oh! oh i was able to get it to temporarily ignore Display1 @ 1400x900, and display at the right size 1920x1080 on Display2 ~ again, temporarily, as it will maintain the fullscreen 1920x1080 resolution at startup but will reset down to 1400x1080 if you touch the Settings > Display Options at any point afterward while the executable is running.

heres how i made the command line accept my forced resolution.

---------64 bit installs:-----
* = your install drive letter for Everspace *:\Steam\steamapps\common\EVERSPACE\RSG\Binaries\Win64\RSG-Win64-Shipping.exe -FULLSCREEN ResX=1920 ResY=1080 WinX=1401 WinY=0

-----for 32 bit versions i assume the path would be:--------
* = your install drive letter for Everspace *:\Steam\steamapps\common\EVERSPACE\RSG\Binaries\Win32\RSG-Win32-Shipping -FULLSCREEN ResX=1920 ResY=1080 WinX=1401 WinY=0


edit: added 32bit path version
最后由 ThumpieBunnyEve 编辑于; 2018 年 2 月 9 日 上午 3:17
hck  [开发者] 2018 年 2 月 9 日 上午 3:39 
Interesting! Thanks for finding this out.
< >
正在显示第 1 - 6 条,共 6 条留言
每页显示数: 1530 50

发帖日期: 2016 年 12 月 16 日 下午 8:10
回复数: 6