PlaneShift

  • Status New
  • Percent Complete
    0%
  • Task Type Feature Request
  • Category Engine → Client start-up
  • Assigned To No-one
  • Operating System
  • Severity Low
  • Priority
  • Reported Version
  • Due in Version Undecided
  • Due Date Undecided
  • Votes
  • Private
Attached to Project: PlaneShift
Opened by Ralph Campbell - 06.07.2012
Last edited by Davide Vescovini - 11.11.2012

FS#5693 - Add 2560x1440 to launcher

I would like to see 2560×1440 added to the list of monitor resolutions in the launcher.
For example:

Index: src/pslaunch/pawslauncherwindow.cpp

— src/pslaunch/pawslauncherwindow.cpp (revision 8373)
+++ src/pslaunch/pawslauncherwindow.cpp (working copy)
@@ -342,6 +342,7 @@

   }
   else if(ratio == "16:9")
   {

+ resolution→NewOption(”2560×1440“);

       resolution->NewOption("1920x1080");
       resolution->NewOption("1366x768");
       resolution->NewOption("1280x720");
Admin
Talad commented on 06.07.2012 16:12

Will be best to put this into a configuration file.

Davide Vescovini commented on 11.11.2012 00:05

Changing to feature request.

Roman Yagodin commented on 11.11.2012 10:27

There are many more missing resolution options, e.g. 1024x640 at 16:10 and entire 1152-width line.

To be more universal, pslauncher just need two separate comboboxes for horizontal and vertical resolution with ability to enter numbers manually and automatic guess of nearest aspect ratio. And for aspect ratio in this case using just a label instead of combobox is sufficent.

Personally, I've get used to set resolution in planeshift.cfg, as there is ability to create several "presets" using comments:

;; Preset: Window
Video.FullScreen = false
Video.AspectRatio = 16:10
Video.ScreenWidth = 1024
Video.ScreenHeight = 640

;; Preset: Fullscreen
;Video.FullScreen = true
;Video.AspectRatio = 16:9
;Video.ScreenWidth = 1366
;Video.ScreenHeight = 768

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing