Please test the OHRRPGCE callipygous release candidate!

Make games! Discuss those games here.

Moderators: Bob the Hamster, marionline, SDHawk

User avatar
Soule X
Red Slime
Posts: 84
Joined: Wed Sep 19, 2012 4:18 pm
Location: Indianapolis

Post by Soule X »

Love it. I love that it persists the next time you open it. That's very important, as I hate when I have to reconfigure when I'm playing a game.
I played for a good bit and switched between fullscreen and various windowed modes quite extensively. From what I can see it works perfectly.
TMC
Metal King Slime
Posts: 4101
Joined: Sun Apr 10, 2011 9:19 am

Post by TMC »

What OS are you using? (Also I'll assume gfx_directx if you're on Windows)

Also, does anyone have multiple monitors and any comments about that?
User avatar
kylekrack
Liquid Metal Slime
Posts: 1188
Joined: Mon Jun 16, 2014 8:58 am
Location: USA
Contact:

Post by kylekrack »

I was going to have two monitors, but then Apple told me to take the $80 adapter I bought and stick right up my no. bad. no.

I'm not bitter.

EDIT: Anyway, I am experiencing issues with the fullscreen related features. OS X 10.10, the menu item functions perfectly toggling fullscreen mode, but the setting does not persist after closing the game while in fullscreen. More worrisome, changing the general game default to fullscreen, testing the game still opened in windowed mode. I have not received any error messages. I downloaded the latest Nightly as of today (3/28) at around 5pm.

EDIT EDIT: I also LOVE the new default walkabout spritesets
Last edited by kylekrack on Tue Mar 29, 2016 12:46 am, edited 2 times in total.
My pronouns are they/them
Ps. I love my wife
User avatar
Foxley
Metal Slime
Posts: 832
Joined: Sat Nov 09, 2013 5:54 pm

Post by Foxley »

I have this crappy little USB sub-monitor. Windows 7 regards it as a legit second monitor, so it'd probably do the trick.

What would you like to be tested on it?
User avatar
Soule X
Red Slime
Posts: 84
Joined: Wed Sep 19, 2012 4:18 pm
Location: Indianapolis

Post by Soule X »

I tried it on Windows 7 Professional. I also have a Windows 98 virtual machine I could probably try it on lol

I will confirm that it did not open fullscreen in test mode, but I assumed that was not unintentional. I don't find it terribly important in test mode, but I guess personal preference can differ.
User avatar
Ichiro
Slime Knight
Posts: 237
Joined: Sat Sep 11, 2010 1:20 am
Location: john madden

Post by Ichiro »

I added a "fullscreen/window" option to Dark Planet and it works okay on my laptop. Need to test on desktop.
Image
TMC
Metal King Slime
Posts: 4101
Joined: Sun Apr 10, 2011 9:19 am

Post by TMC »

Thanks everyone!
Regarding multiple monitors, I was just wondering whether anything undesirable happens. It seems like games handle that in several different ways. I've never heard of USB sub-monitors, so that's interesting...

I have a question for people with multiple monitors: If you open g_debug.txt after starting a game you'll see a couple of lines like

Code: Select all

Desktop resolution: 2560*1024
automatic_scale_factor(0.8), screen size: 2560*1024
If you have two monitors, what do you see? On Linux, I get that it reports the size of the screen as being the size of both monitors put together (I have two 1280x1024 monitors in this case), which is a bit unfortunate.
kylekrack wrote:More worrisome, changing the general game default to fullscreen, testing the game still opened in windowed mode.
That's intentional. If you want to fullscreen just press alt+enter.
kylekrack wrote:OS X 10.10, the menu item functions perfectly toggling fullscreen mode, but the setting does not persist after closing the game while in fullscreen.
I will guess that this is also because you ran the game using Test Game, which always opens in a window.
User avatar
kylekrack
Liquid Metal Slime
Posts: 1188
Joined: Mon Jun 16, 2014 8:58 am
Location: USA
Contact:

Post by kylekrack »

Opps!

I will try it out for real this time. I thought it might have been because I was in test mode, but I didn't know what difference that would make.
My pronouns are they/them
Ps. I love my wife
User avatar
KF Harlock
Slime Knight
Posts: 194
Joined: Wed Oct 22, 2008 10:45 am
Location: East Coast USA
Contact:

Post by KF Harlock »

TMC, I have two monitors on Windows 7, and this is what was reported for me:

get_screen_size: true screen size 1920x1080
Desktop resolution: 1920*1052
automatic_scale_factor(0.8), screen size: 1920*1052

More concerning, but probably not your problem is that when I toggled between fullscreen and windowed using the in-game menu option, it nerfed the color settings on both my monitors that I spent about four hours tweaking last weekend, haha XD
Again, I doubt this has anything to do with OHR, but my colors are now wickedly warm-toned, with all greys imbued with a sinister diabolical red.
SPELLSHARD: THE BLACK CROWN OF HORGOTH now COMPLETE! <a href="http://www.slimesalad.com/forum/viewgam ... 4363">Grab it today!</a>
User avatar
KF Harlock
Slime Knight
Posts: 194
Joined: Wed Oct 22, 2008 10:45 am
Location: East Coast USA
Contact:

Post by KF Harlock »

More info for TMC:

To restore my colors, I had to go into Catalyst Control Center and re-check "re-activate AMD control of color profiles" for both my monitors, even after closing game.exe. However, using alt-enter to change from fullscreen to windowed and back, in the same .rpg file, didn't mess with my colors at all. There might be something amiss with the command after all?
SPELLSHARD: THE BLACK CROWN OF HORGOTH now COMPLETE! <a href="http://www.slimesalad.com/forum/viewgam ... 4363">Grab it today!</a>
TMC
Metal King Slime
Posts: 4101
Joined: Sun Apr 10, 2011 9:19 am

Post by TMC »

Whoa! I've never contemplated that changing monitor resolution could affect the colour settings.

Actually, are you using gfx_directx? Or have you removed the .dll? (And if so, why?) I had a look at gfx_directx and it definitely does absolutely nothing related to monitor settings at all, instead it just resizes the window the fill the whole screen. It's gfx_sdl (which is the default if gfx_directx isn't used) that tries to do "true" fullscreen and changes the monitor resolution to 640x400 or whatever. And that is why fullscreening in gfx_sdl has some problems. I could try to modify gfx_sdl to specify a resolution equal to the current one.

Also, I notice that gfx_directx will always fullscreen on the primary monitor, but it looks like it would be really easy to make it use a different monitor instead, say, the one that the window is on.
Last edited by TMC on Thu Mar 31, 2016 11:18 am, edited 1 time in total.
User avatar
KF Harlock
Slime Knight
Posts: 194
Joined: Wed Oct 22, 2008 10:45 am
Location: East Coast USA
Contact:

Post by KF Harlock »

Hrmm, no, I didn't remove any .dlls or anything. In fact, I just extracted the above-linked .zip into its own directory for the sake of testing Cally. I just checked and gfx_directx.dll is still in that directory, so it would have been there yesterday when I did the test. Is there anything different happening when I hit alt-enter from when I use the menu-based fullscreen/windowed command.
SPELLSHARD: THE BLACK CROWN OF HORGOTH now COMPLETE! <a href="http://www.slimesalad.com/forum/viewgam ... 4363">Grab it today!</a>
TMC
Metal King Slime
Posts: 4101
Joined: Sun Apr 10, 2011 9:19 am

Post by TMC »

Using alt-enter or the 'fullscreen' menu option should fullscreen in an almost identical way in both gfx_directx and gfx_sdl (although that's not true for other backends like gfx_fb).

There are various ways to check whether you're using gfx_directx; right-clicking the icon at the top-left of the window shows "Options" in gfx_directx.

So if you were using gfx_directx, then maybe Catalyst just has some strange rule to disable colour profiles if it autodetects fullscreen games?
User avatar
Pepsi Ranger
Liquid Metal Slime
Posts: 1419
Joined: Thu Nov 22, 2007 6:25 am
Location: South Florida

Post by Pepsi Ranger »

Harlock, are you sure it's not Catalyst Control Center's doing? I'm guessing by the presence of CCC, you're using an ATI graphics card? I know when I had one, I was having issues with graphics resets all the time, product of the ATI2DVAG bug, but never as a result of using the OHR. Just anything that overloaded the visuals on my screen. Of course, I was running Windows XP on that computer, and I don't know if Windows 7 has the same issues with that bug. But I'm wondering if CCC is still part of the problem.
Place Obligatory Signature Here
User avatar
KF Harlock
Slime Knight
Posts: 194
Joined: Wed Oct 22, 2008 10:45 am
Location: East Coast USA
Contact:

Post by KF Harlock »

TMC: I confirmed it happens when using gfx_directx.

Pepsi: I'm using CCC to control color, or at least I was, because one of my monitors just plain has a different base temp than the other, and I haven't found anything else that works as well to balance them out. It seems what happened was, when I fullscreened the OHR, it took control of color profile away from CCC and returned it to Windows default. Then, after closing OHR, I had to manually re-enable CCC's control.
SPELLSHARD: THE BLACK CROWN OF HORGOTH now COMPLETE! <a href="http://www.slimesalad.com/forum/viewgam ... 4363">Grab it today!</a>
Post Reply