Pellaeon Posted February 26, 2014 Share Posted February 26, 2014 I run a three-monitor setup. When I try to start Renegade X, all monitors go black, resolutions switch, then the game crashes with a "Could not initiate D3D device". I've seen this error with multiple games (even AAA ones) that seem to not be able to handle a multi-screen setup. Problem is... I can't find a ini file to change fullscreen to "false" anywhere and the game won't let me go into the in-game menu to change it from there. How can I change the game to windowed to tell it the correct resolution to use? And could you perhaps think about putting a non-GUI options menu (like in Skyrim or DX:HR) onto the launcher? Quote Link to comment Share on other sites More sharing options...
TomatoSlayer Posted February 27, 2014 Share Posted February 27, 2014 Ren-X install folder > UDKGame > Config > UDKSystemSettings.ini > [systemSettings] section Set Fullscreen = False Quote Link to comment Share on other sites More sharing options...
Numrollen Posted February 27, 2014 Share Posted February 27, 2014 Will there be some Multimonitor (eyefinity) support? Quote Link to comment Share on other sites More sharing options...
Pellaeon Posted February 27, 2014 Author Share Posted February 27, 2014 Ren-X install folder > UDKGame > Config > UDKSystemSettings.ini > [systemSettings] sectionSet Fullscreen = False That's damn hidden, but it worked! Thanks. Quote Link to comment Share on other sites More sharing options...
JeepRubi Posted February 28, 2014 Share Posted February 28, 2014 Will there be some Multimonitor (eyefinity) support? As much as we'd like to, it's not really up to us. We're using the UDK, which doesn't come with source code access, so we aren't able to implement features like that. If epic includes support in future UDK builds then we will most likely support it. Quote Link to comment Share on other sites More sharing options...
Skid Posted March 4, 2014 Share Posted March 4, 2014 Will there be some Multimonitor (eyefinity) support? As much as we'd like to, it's not really up to us. We're using the UDK, which doesn't come with source code access, so we aren't able to implement features like that. If epic includes support in future UDK builds then we will most likely support it. It is possible to give UDK games multi-monitor support, the main issue is the FoV ingame is vertical minus rather then horizontal plus, meaning rather then horizontal increasing the FoV as the aspect ratio gets wider. It's decreasing the vertical FoV while maintaining the horizontal one, the result is it chops off the top 1/3 and bottom 1/3 of the display area, looks a bit like this: Where as it should looks closer to this: Now with the UDK and Unreal 3 engines this is really simple to fix, you just need to change AspectRatioAxisConstraint=AspectRatio_MaintainXFOV to YFOV, this binds the FoV vertically and makes the game horizontal plus. You'll find this config option in the following file: Renegade X\UDKGame\Config\UDKEngine.ini Now for a few other screen shots followed but some multi-monitor issues I haven't worked out how to fix yet. So the main menu and all other menus seem to be fine, the HUD however is oddly positioned, ideally it wants be to centred on the middle monitor, however typically it's ether stretched or spanned across all 3. In your case it's appears to be left adjusted to centre monitor, but then spanned over the middle and right monitor, which is odd. The next issue is the gun models are horribly stretched, this is again a common issue with UDK/U3 games and it's not one I know how to fix, would need to ask HaYDeN about it. Lastly I'll need someone else to confirm this, but the aim down site model looks a bit big again, might be the fact the FoV of the weapons is wrong. I'll try and see if I can't get HaYDeN to weigh in, he's the guy from the Widescreen Gaming Forum that makes most of the Unreal Engine multi-monitor fixes. Quote Link to comment Share on other sites More sharing options...
wonderboyP8NT Posted November 26, 2014 Share Posted November 26, 2014 Any update on this? About to pick up a third monitor for black friday and I'm wondering if the HUD or zoom issues are still around. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.