[Release] XTools Manager

Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    I are an engineer beyastard is offline
    MemberRank
    Feb 2009 Join Date
    OklahomaLocation
    501Posts

    information [Release] XTools Manager

    This is still in Beta but I'm releasing it so you can give it a test run and give your opinions.
    Currently, the plugins are based on Ronny's tools so I can get this tool released. Once I get
    more plugins based on Ronny's tools done, I plan on completely rewriting everything as,
    currently, the code is highly monolithic.

    Mediafire: XTools Manager v0.1.1.1
    4Shared: XTools Manager v0.1.1.1

    NOTE: All previous versions of AIPolicy Editor has a serious bug that has escaped
    everyone in the Play_Action method. This bug is fixed in this version.

    UPDATE: I forgot to add... when you first start the program, click on "Refresh List" to activate the plugins list.
    Also, to close tabs, you can middle-button click or double-click it. You can hide the plugin-view by
    clicking on the split bar...

    UPDATE:
    Elements Editor Plugin - Based on sELedit
    MediaFire: Elements Plugin
    4Shared: Elements Plugin
    Last edited by beyastard; 03-10-12 at 09:18 AM.


  2. #2
    Omega 343 is offline
    MemberRank
    Oct 2009 Join Date
    Ancient DGN CTYLocation
    5,514Posts

    Re: [Release] XTools Manager

    @everyone, PLEASE only CONSTRUCTIVE criticism this time @.@

  3. #3
    Psy Sins Psytrac is online now
    MemberRank
    Jul 2011 Join Date
    Hammond, INLocation
    2,012Posts

    Re: [Release] XTools Manager

    and what fun is that? :P

  4. #4
    I are an engineer beyastard is offline
    MemberRank
    Feb 2009 Join Date
    OklahomaLocation
    501Posts

    Re: [Release] XTools Manager

    Updated with Elements Editor plugin. Just copy to your plugins folder and click Refresh List...

  5. #5
    New porn: share'N'leach ivanaivana is offline
    MemberRank
    Oct 2010 Join Date
    RussiaLocation
    323Posts

    Re: [Release] XTools Manager

    AIEditor still gives exception with international ver of data, when try to save condition with comma in decigmals.

    Here is aipolicy.data, which gives that error.
    aipolicy.rar

  6. #6
    I are an engineer beyastard is offline
    MemberRank
    Feb 2009 Join Date
    OklahomaLocation
    501Posts

    Re: [Release] XTools Manager

    Hmmm... I'm not getting any errors. The way I programmed AIPolicy is the comma is changed to a period.
    Let me know the exact input to the expression textbox so I can try to recreate the exception.

  7. #7
    New porn: share'N'leach ivanaivana is offline
    MemberRank
    Oct 2010 Join Date
    RussiaLocation
    323Posts

    Re: [Release] XTools Manager

    Donwload data from attach topway 1st and try it.

    Here screen.
    03.10.jpg

  8. #8
    I are an engineer beyastard is offline
    MemberRank
    Feb 2009 Join Date
    OklahomaLocation
    501Posts

    Re: [Release] XTools Manager

    I am still puzzled... I'm not getting the same error. It may have something to do with the operating system localization. I'm going to go to bed as it's nearly 0300 hrs here and see about writing a routine that detects the OS localization ans see if that fixes it. If it does, I'll update the main program and all plugins to auto-detect OS localization and execute accordingly...

    Thanks for the bug report!

  9. #9
    Account Upgraded | Title Enabled! ronny1982 is offline
    MemberRank
    Jan 2010 Join Date
    744Posts

    Re: [Release] XTools Manager

    if you don't wanna handle different cultures you can force an application to use some kind of international culture...

    Spoiler:

    Code:
    #pragma once
    
    #include "MainWindow.h"
    
    [STAThreadAttribute]
    int main(array<System::String ^> ^args)
    {
    	// Enabling Windows XP visual effects before any controls are created
    	Application::EnableVisualStyles();
    	Application::SetCompatibleTextRenderingDefault(false);
    
    	// Select international culture Profile (NumberFormat, Localization,...)
    	Application::CurrentCulture = System::Globalization::CultureInfo::InvariantCulture;
    
    	// Create the main window and run it
    	Application::Run(gcnew MainWindow());
    	return 0;
    }

  10. #10
    I are an engineer beyastard is offline
    MemberRank
    Feb 2009 Join Date
    OklahomaLocation
    501Posts

    Re: [Release] XTools Manager

    Currently, I am rewriting everything so the project will have multi-language support.

  11. #11
    Omega 343 is offline
    MemberRank
    Oct 2009 Join Date
    Ancient DGN CTYLocation
    5,514Posts

    Re: [Release] XTools Manager

    If you're going to be using only this thread for the entire project/release/updates I will make it sticky...

  12. #12
    New porn: share'N'leach ivanaivana is offline
    MemberRank
    Oct 2010 Join Date
    RussiaLocation
    323Posts

    Re: [Release] XTools Manager

    Does there any progress in fixin aipolicy editor?

  13. #13
    RaGEaholic crxfreak is offline
    MemberRank
    Jul 2011 Join Date
    United StatesLocation
    625Posts

    Re: [Release] XTools Manager

    Anyone else having an issue with gshop editor not having options to add or delete items? If I select a category and sub category, then try to right click in the items pane to add a new item I don't get a menu to add or delete.

  14. #14
    Banned LegalSin(scam) is offline
    BannedRank
    Dec 2011 Join Date
    RaGEZONELocation
    489Posts

    Re: [Release] XTools Manager

    Suggestion : Make a X(close) button for the tabs you open.

  15. #15
    Nerd-IO Romulan is offline
    MemberRank
    Feb 2009 Join Date
    BelgiumLocation
    3,333Posts

    Re: [Release] XTools Manager

    Double-click on a tab will close it.



Page 1 of 2 12 LastLast

Advertisement