Results 1 to 3 of 3
  1. #1

    Default How can i change resolution to 1080 with tweaker

    i keep getting Couldn't find Width3D in user settings. This is OKAY. If you notice your resolution not changing, try resetting your PSO2 Settings to default. If everything works, feel free to ignore this error.

  2. #2

    Default

    Quick Questions? Come here for quick answers!

    That's because you don't have config file yet, or the file missing the line.
    Launch the JP launcher first to generate that config file, and then you can change it with tweaker later, or using notepad if you know what are you doing.
    Last edited by wefwq; Feb 13, 2016 at 04:51 AM.

  3. #3

    Default

    I believe the Tweaker's trying to modify the Width3D and Height3D in your User.PSO2 file. That said, even with those entries in there, I've never been able to get the Tweaker to modify them itself and, worse, it's sometimes wiped out my settings and replaced it with default stuff.

    To do this manually, go to this location (or your operating system's equivalent):

    C:\Users\<You>\Documents\SEGA\PHANTASYSTARONLINE2

    You're looking for a file called user.pso2. Open that up in Notepad and add the following, if these variables aren't already there, or modify them appropriately if they are.

    Code:
        Windows = {
            Width3d = 640,
            FullScreen = true,
            Height = 720,
            Height3d = 480,
            VirtualFullScreen = false,
            ManagedDevice = false,
            Width = 1280,
        },
    Please note that the Windows subtag is directly beneath the Ini tag, it is NOT under another subtag (pretty sure I had it stuck under Config at first and wondered why it didn't work).

    Obviously there you would insert your own values as appropriate- I'm on my laptop at the moment so mine are all rather small. VirtualFullScreen and ManagedDevice do not change resolution at all, so you can keep yours as you prefer (though I certainly recommend turning VirtualFullScreen on if you like to play in a maxed-out window).

    Also worth noting is this:
    Code:
            Screen = {
                InterfaceSize = 0,
                MaxScale = 1,
                PreferredScale = 1,
                ReferenceResolution = {
                    Y = 720,
                    X = 1280,
                },
    Please note that unlike the last subtag, the Screen subtag is under the Config subtag. The important thing to note here is ReferenceResolution - keep these in your same aspect ratio, but if you use larger/smaller values, it will make your HUD appear smaller/larger respectively.

    I haven't got it set up properly on my laptop (as you can see the values in Screen match the values in Windows), but on my desktop I have X and Y set to much larger values here to make the HUD appear much smaller- it basically tricks that one particular aspect of the game into thinking I'm playing on a much larger monitor.

    Keeps it out the way, to give you more room to look at the actual game instead of cut-in windows, chat logs, PA bars and the like
    Last edited by Hysteria1987; Feb 13, 2016 at 05:00 AM.

Similar Threads

  1. How can I change my Email?
    By consume in forum Tech Support
    Replies: 0
    Last Post: Nov 10, 2012, 07:58 AM
  2. How can i change to full screen mode?
    By Bolmack in forum PSO2 General
    Replies: 6
    Last Post: Aug 5, 2012, 12:27 PM
  3. Replies: 0
    Last Post: Dec 4, 2007, 05:47 AM
  4. How Can I Change My T.V Into 60hz?
    By Meh in forum Tech Support
    Replies: 1
    Last Post: Jun 21, 2005, 04:18 AM
  5. How Can i Change my Sig text color to pink?
    By RAmar_Monkey_Boy in forum Site Related
    Replies: 2
    Last Post: Apr 29, 2003, 11:29 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •