Child of Light Can't get it to play on the second monitor.

Tarvaln

Senior member
Apr 28, 2004
310
2
81
I'm trying to play Child of Light on a second monitor but I'm having issues.
My main is an Ultrawide, so I was trying to push the frame over to the second monitor with the ini. It will go to the second monitor but it is much bigger than the resolution I've set. Every time I make a change in game it throws the game back to the first monitor.

<?xml version="1.0" encoding="ISO-8859-1"?>
<root>
<Screen Width="1920" Height="1080" PosX="2561" PosY="0" DisplayMode="2" />
<Game CanSkipIntroVideos="1" CanKeepResourcesLoaded="1" />
<Controls Initialized="1">
<MoveUp Primary="KEY_W" Secondary="KEY_UP" />
<MoveDown Primary="KEY_S" Secondary="KEY_DOWN" />
<MoveLeft Primary="KEY_A" Secondary="KEY_LEFT" />
<MoveRight Primary="KEY_D" Secondary="KEY_RIGHT" />
<JumpFly Primary="KEY_W" Secondary="KEY_UP" />
<DashDrop Primary="KEY_SPACE" Secondary="KEY_KP_0" />
<Interact Primary="KEY_E" Secondary="KEY_RCTRL" />
<MenuAcceptUse Primary="KEY_SPACE" Secondary="KEY_ENTER" />
<MenuBack Primary="KEY_Q" Secondary="KEY_BACKSPACE" />
<MenuScrollLeft Primary="KEY_1" Secondary="KEY_PAGEDOWN" />
<MenuScrollRight Primary="KEY_2" Secondary="KEY_PAGEUP" />
</Controls>
</root>

Is there a way to fix this so the game will play at the right resolution and stay in the second monitor?

Thanks.