Results 1 to 9 of 9

Hybrid View

  1. #1
    Player
    Asai's Avatar
    Join Date
    Mar 2011
    Posts
    37
    Character
    Lord Asai
    World
    Excalibur
    Main Class
    Monk Lv 90
    Going to attempt this now. I have no idea what the driver issue is but I'm assuming there's some conflict because of the update. The person that I mentioned before, that was asking what a good resolution to use was, also can not see the 1776x1000 any more. What GPU are you using, if you don't mind my asking? Trying to see where the problem might be coming from.
    (1)

  2. #2
    Player
    Coldfire's Avatar
    Join Date
    May 2011
    Location
    Gridania
    Posts
    1,130
    Character
    Nero Coldfire
    World
    Sargatanas
    Main Class
    Goldsmith Lv 50
    I'm using two HD5870 and a Samsung T260 as monitor(16:10).
    (0)

  3. #3
    Player
    pribilof's Avatar
    Join Date
    Jan 2012
    Posts
    12
    Character
    Tristan Hunter
    World
    Mateus
    Main Class
    White Mage Lv 59
    Can someone please help? I am stuck on step 6. Can someone clarify what I need to do here.

    Thanks

    Karl
    (0)

  4. #4
    Player
    Coldfire's Avatar
    Join Date
    May 2011
    Location
    Gridania
    Posts
    1,130
    Character
    Nero Coldfire
    World
    Sargatanas
    Main Class
    Goldsmith Lv 50
    Quote Originally Posted by pribilof View Post
    Can someone please help? I am stuck on step 6. Can someone clarify what I need to do here.

    Thanks

    Karl
    The hex values inside the config file are saved backwards. That means you have to reverse them to read the values. It's small blocks of 2 digits from 00 to FF(in decimal it would be 0 to 255 which is exactly a byte). If you have two blocks with the order 12 34 you just have to swap them: 12 34 -> 34 12, 1C F0 -> F0 1C, etc.
    (0)