Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: help meeeee :'(

  1. #1

    Default help meeeee :'(

    i canot modify graph parameters i have all time this error :


    Checking for PSO2 Updates...
    Checking for updates to patches...
    Current EN Patch version is: patch_2017_03_22
    Current Large Files version is: 10/7/2016
    Current Story Patch version is: Not Installed
    Checking for plugin updates... (0 plugin files updated)
    All done - System ready!
    ERROR - - System.FormatException: System.FormatException: Input string was not in a correct format.
    at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
    at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
    at System.Convert.ToInt32(String value)
    at PSO2TweakerVer2.frmPSO2Settingsv2.frmPSO2Settings_ Load(Object sender, EventArgs e)
    Couldn't find Width3D in user settings. This is OKAY. If you notice your resolution not changing, try resetting your PSO2

  2. #2

    Default

    Go into Documents/SEGA/PHANTASYSTARONLINE2 and look for the file "user.pso2." Right-click it and check its Properties; if "Read-only" is checked, uncheck it, but if it is already unchecked, delete "user.pso2."

  3. #3

    Default

    Quote Originally Posted by Anduril View Post
    Go into Documents/SEGA/PHANTASYSTARONLINE2 and look for the file "user.pso2." Right-click it and check its Properties; if "Read-only" is checked, uncheck it, but if it is already unchecked, delete "user.pso2."


    hum ok but i dont find it im usin windows 10 can this make a difference ?

  4. #4

    Default

    Quote Originally Posted by neeliel View Post
    hum ok but i dont find it im usin windows 10 can this make a difference ?
    Windows 10 makes no difference, but if you don't have file extensions visible, it may just be called "user."
    To find it, go into File Explorer or My Computer, then Documents should be visible as a Folder, or go into Libraries and go to Documents; then in Documents there should be a folder called SEGA, and in that folder there is a folder called PHANTASYSTARONLINE2. In that folder, there should be a few folders and files; user or user.pso2 should be one of the last files in the folder.

  5. #5

    Default

    found it but nothing has change :/

  6. #6

    Default

    Quote Originally Posted by neeliel View Post
    found it but nothing has change :/
    So, did you delete it? Or was it just on "Read-only?" Also, are you making sure to run the Tweaker as Administrator?

  7. #7

    Default

    Quote Originally Posted by Anduril View Post
    So, did you delete it? Or was it just on "Read-only?" Also, are you making sure to run the Tweaker as Administrator?
    deleted, reset pso completely ,and tweaker on admin but alway the same

  8. #8

    Default

    Quote Originally Posted by neeliel View Post
    deleted, reset pso completely ,and tweaker on admin but alway the same
    Only things that I can think of that you could try now are using the official launcher or making the changes directly in user.pso2.

  9. #9

    Default

    Quote Originally Posted by Anduril View Post
    Only things that I can think of that you could try now are using the official launcher or making the changes directly in user.pso2.
    there is no info in user pso for the graph config and the official launcher hum he is in japanese i need help from my team

    thanks for the help

  10. #10

    Default

    The graphics options are in user.pso2, but they are just not together.

    For max Frame Rate, you are looking for the line that says:
    Code:
    FrameKeep = 90
    The choices that would be in the options are 0 for Unlimited, 60, 90, and 120.

    For Window size, the line looks like this :
    Code:
    },
        Windows = {
            FullScreen = false,
            Width3d = 1920,
            Height3d = 1080,
            Height = 1080,
            VirtualFullScreen = true,
            ManagedDevice = false,
            Width = 1920,
    This is how it looks to have it at 1920x1080, but those options don't matter since Virtual Full Screen is active, so it will automatically fit to the current resolution.

    For the 1-6 slider from the Options, you need the line that says:
    Code:
    Config = {
            Simple = {
                DrawLevel = 6,
    1 disables most shaders, while 6 is needed to use the highest quality in-game shader options.

    For changing your shader and texture settings look for:
    Code:
    Draw = {
                ShaderQuality = 2,
    and
    Code:
    TextureResolution = 2,
                ShaderLevel = 2,
    0 is Basic, 1 is Standard, and 2 is High Quality.
    Last edited by Anduril; Mar 27, 2017 at 11:41 PM.

Similar Threads

  1. I need help with the free isp
    By Ghost_FaceX in forum Tech Support
    Replies: 1
    Last Post: Feb 16, 2001, 12:11 AM
  2. i have minspring/earthlink, HELP
    By Anonymous in forum Tech Support
    Replies: 1
    Last Post: Feb 13, 2001, 11:55 PM
  3. Need Help...
    By Anonymous in forum Tech Support
    Replies: 4
    Last Post: Feb 12, 2001, 12:45 AM
  4. need help w/ support magic!!!
    By Anonymous in forum Tech Support
    Replies: 0
    Last Post: Feb 10, 2001, 03:40 PM
  5. Access to Online Probs...any help appreciated
    By Nicodemus in forum Tech Support
    Replies: 0
    Last Post: Feb 7, 2001, 11:47 AM

Posting Permissions

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