Results 1 to 12 of 12

Thread: [Tool] GUISelect

  1. #1

    [Tool] GUISelect

    GUISelect is a third-party tool that was made with the intent to help players of Anarchy Online change their GUI quickly and easily.

    Details
    Current Version: 1.2.0
    Site: http://www.wrongplace.net/?id=GUISelect

    Requires .Net 2.0 or Mono
    Last edited by Mawerick; Aug 30th, 2011 at 22:59:17. Reason: Updated website link.
    Tools: AOCrafter | AOcrayon | GUISelect | WebCrafter

    - Any sufficiently advanced bug is indistinguishable from a feature.

  2. #2

    Thumbs up

    You may have saved FC of some patching headaches with this
    Scene :: Meta-Physicist :: 220/30/70
    Scenetoo :: Trader :: 204/28/52
    Scentinal :: Enforcer :: 165/22/33
    Scenato :: Keeper :: 136/16/25


    AO Universe - by players, for players :: former general of Omni-Pol

  3. #3
    Not working in windows 7

    Just crashes at start, not responding
    ------------------------------------------------------------------------------
    Old maintainer and hoster of Helpbot, Xyphos, AO Minecraft Server, AO Devs
    Old dictator on Atlantean

  4. #4
    Buy me a comp with Win7 on so I can fix that
    Tools: AOCrafter | AOcrayon | GUISelect | WebCrafter

    - Any sufficiently advanced bug is indistinguishable from a feature.

  5. #5

    GUISelect 1.1.0 released.

    Changes in 1.1.0:

    * Settings and logs are no longer written to the application's folder, but rather the user's Application Data folder. This should hopefully fix the issue Win7 and Vista user have been having.
    Tools: AOCrafter | AOcrayon | GUISelect | WebCrafter

    - Any sufficiently advanced bug is indistinguishable from a feature.

  6. #6
    Sorry to say it, but still instacrash

    Don't have VS installed niether so I can debug
    ------------------------------------------------------------------------------
    Old maintainer and hoster of Helpbot, Xyphos, AO Minecraft Server, AO Devs
    Old dictator on Atlantean

  7. #7
    Quote Originally Posted by Iiiiriicheee View Post
    Sorry to say it, but still instacrash

    Don't have VS installed niether so I can debug
    No crash here, tried from source and binary.
    220 Shade | 220 NT | 220 Crat | 220 Fixer | 220 Agent | 165 Adv

  8. #8
    Quote Originally Posted by Graftmage View Post
    No crash here, tried from source and binary.
    I remember some bug with some other program a while back with wrong location, I mean localisation settings with date etc.
    ------------------------------------------------------------------------------
    Old maintainer and hoster of Helpbot, Xyphos, AO Minecraft Server, AO Devs
    Old dictator on Atlantean

  9. #9
    Try the latest version (1.1.1). All localization has been removed in this.
    Last edited by Mawerick; Jan 25th, 2010 at 15:53:47.
    Tools: AOCrafter | AOcrayon | GUISelect | WebCrafter

    - Any sufficiently advanced bug is indistinguishable from a feature.

  10. #10
    Changes in 1.2.0:
    * The Save button no longer closes the program, but instead disables itself when clicked. It's re-enabled when you select another GUI from the list.
    * The "Also Set Skin file" option has been disabled.
    Tools: AOCrafter | AOcrayon | GUISelect | WebCrafter

    - Any sufficiently advanced bug is indistinguishable from a feature.

  11. #11
    I haven't really looked at it, but I'm going to assume that the Win7 crash is UAC related;
    The application might be getting a file permission denied error,
    depending on where the user has the application extracted/ran from.

    to remedy such a problem, it is wise to use the application data folder.

    Code:
    // C#
    public static class SafeIO
    {
      public static System.String AppData(System.String dataFile)
      {
         return System.String.Format("{0}\\{1}\\{2}\\{3}",
            System.Environment.GetFolderPath(System.Environment.SpecialFolder.ApplicationData), 
            System.Windows.Forms.Application.CompanyName,
            System.Windows.Forms.Application.ProductName,
            dataFile
         );
      }
    }
    
    //Example use:
    
    string path = SafeIO.AppData("MyData.dat");
    
    byte[] data = System.IO.File.ReadAllBytes(path);
    on a Vista/7 system, the above would return
    C:\Users\{user name}\Application Data\{company}\{product}\MyData.dat

    in my case,
    C:\Users\Xyphos\Application Data\Xyphos Software\TestApp\MyData.dat



    ...no clue how that would work in WinXP; but I'm sure you could tell me
    Last edited by Xyphos; Jun 1st, 2011 at 18:26:12.
    "When life knocks you on your butt, you have to get back up and punch it in the face." --DJ Ashval of GSP

    Nullified "Bitbucket" Deadcode - 220/25 Neut NanoMage Engi
    Bits10 - 150/14 Clan Opifex Trader

  12. #12
    1.2.0 does in fact store its files in that location.
    Tools: AOCrafter | AOcrayon | GUISelect | WebCrafter

    - Any sufficiently advanced bug is indistinguishable from a feature.

Posting Permissions

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