Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - HueponiK

Pages: [1]
1
Open Feedback / Re: baseXResolution and baseYResolution: removed feature?
« on: November 06, 2016, 10:57:39 am »
I feel your pain

I fixed that for myself once. But changes were rejected :(
https://github.com/SupSuper/OpenXcom/pull/908

2
Suggestions / Re: Non square pixels
« on: July 06, 2014, 10:43:40 pm »
BTW, if anyone interested, this feature was merged in latest nightlies.
Just set this option
nonSquarePixelRatio: true

3
Suggestions / Non square pixels
« on: June 15, 2014, 06:01:13 pm »
Excuse me for digging up the aspect ratio question again.
I remember that my old CRT monitor had a 4:3 aspect ratio, and when the game set 320x200 mode (16:10), it stretched the image vertically to 4:3. That means that game had had non-square pixels. 1:1.2 to be exact. (240/200=1.2)
Yes, the Earth looked a bit like an egg, but everything else (IMO) looked correct. Maybe people who designed Earth on geoscape were using monitor which didn’t stretch the image.
I’m running OpenXcom 1.0 with FullHD monitor (1920x1080, 16:9) and trying to get widescreen resolution AND “distorted” image to emulate pixel aspect ratio of 1:1.2 and using 2x base resolution scaling.
So, with square pixels and 16:10, we get base resolution 640x400.

With square pixels and 16:9, we get base resolution 640x360 (image #1, same ratio as letterbox)


With 1:1.2 pixels and 16:9, we get base resolution 640x300 (image #2. that’s 32:15 aspect ratio ;D)


I was able to “emulate oldscool distortion” on battlescape with these settings:
  displayWidth: 1920
  displayHeight: 1080
  keepAspectRatio: false
  baseXBattlescape: 640
  baseYBattlescape: 300
  battlescapeScale: 2
  baseXGeoscape: 640
  baseYGeoscape: 400
  geoscapeScale: 2

These settings reset sometimes (when changing options for example), but I can live with that.
Unfortunately, these settings  do not work for geoscape and keep resetting to closest 16:10 resolution:
  baseXGeoscape: 640
  baseYGeoscape: 400

Is it possible to set the base resolution I want (640x300) not only on battlescape, but also on geo and in menus?
And maybe it's possible to make an option for internal 32:15 ratio for people like me?

Pages: [1]