FREE TOOL: AMS Options

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Centauri Soldier
    Indigo Rose Customer
    • Jun 2007
    • 1703

    FREE TOOL: AMS Options

    AMS Options
    I decided to revamp this little tool and make it a little more user-friendly. For those of you who have never used AMS Options before, here's the run-down.

    Purpose and Features
    Give the user easy, simple and risk-free access to the AMS core files.
    Give quick access to the Action File Editor, Action Plugin Compiler and AMS Script Editor from the main menu.
    Allow the user to add custom tools to the main menu.

    How is it Risk-free?
    Incorrect editing of the AMS core files can inhibit AMS or cause it fail altogether. With AMS Options, you can restore the default files at any time from the main menu.

    Currently Supported Core Files
    _code_templates.xml
    _globalvars.xml
    _res_types.xml

    Additions
    This is a community tool so if you think of features you want added, then please let me know.
    If you would like AMS Options to be able to edit more core files then, also, let me know.
    I will attempt to accommodate any reasonable requests regarding this tool.

    Enjoy!


    Download
    https://github.com/CentauriSoldier
  • ShadowUK
    No longer a forum member
    • Oct 2007
    • 1322

    #2
    http://www.amspublic.com/downloads/p...%20Options.msi - 404.

    Comment

    • Centauri Soldier
      Indigo Rose Customer
      • Jun 2007
      • 1703

      #3
      Sorry, I posted while it was uploading. You must have tried to download it at that exact time. It's up there now.
      https://github.com/CentauriSoldier

      Comment

      • ShadowUK
        No longer a forum member
        • Oct 2007
        • 1322

        #4
        Tested it and me likes. Be sure to terminate the program On Shutdown or you'll get the Vista close bug. (Which I just got. Windows 7 RTM Build 7600)

        Comment

        • Centauri Soldier
          Indigo Rose Customer
          • Jun 2007
          • 1703

          #5
          Glad you like.

          As far as the terminate on shutdown, do you mean...

          On Shutdown

          Code:
          Application.Exit(0);
          If so, then all is well. I just uploaded the new build with the above code added.

          EDIT: Not good, that causes the program to freeze on WinXP (x64);

          Does that work on your machine Shadow?

          If so I'll put a script in the code to make it adapt to the user's OS.
          Last edited by Centauri Soldier; 08-09-2009, 03:35 PM.
          https://github.com/CentauriSoldier

          Comment

          • Centauri Soldier
            Indigo Rose Customer
            • Jun 2007
            • 1703

            #6
            I'll work this out but for now, Windows 7 is not supported by AMS Options. I reuploaded the old version that is compatible with XP. I will post again when AMS Options becomes compatible with Windows Vista and Windows 7.

            If anyone has any tips on making this happen I'm all hears btw.
            https://github.com/CentauriSoldier

            Comment

            • Imagine Programming
              Indigo Rose Customer
              • Apr 2007
              • 4252

              #7
              Now it also freezes on WinXP Pro 32

              He meant

              On Shutdown
              Code:
              Window.Close(Application.GetWndHandle(),CLOSEWND_TERMINATE);
              I like this new version, custom tools yay

              Remove your post above this one! haha nice timing mate
              Last edited by Imagine Programming; 08-09-2009, 04:02 PM.
              Bas Groothedde
              Imagine Programming :: Blog

              AMS8 Plugins
              IMXLH Compiler

              Comment

              • Centauri Soldier
                Indigo Rose Customer
                • Jun 2007
                • 1703

                #8
                Ok, thank you. Issue resolved. AMS Options should now be compatible with Windows 7. New version has been uploaded.

                Now that I know about that Windows 7 issue I can prevent this confusion in the future. Thank you very much Shadow and Imagine.
                https://github.com/CentauriSoldier

                Comment

                • Imagine Programming
                  Indigo Rose Customer
                  • Apr 2007
                  • 4252

                  #9
                  Originally posted by Centauri Soldier View Post
                  Ok, thank you. Issue resolved. AMS Options should now be compatible with Windows 7. New version has been uploaded.

                  Now that I know about that Windows 7 issue I can prevent this confusion in the future. Thank you very much Shadow and Imagine.
                  Since I started using this method of terminating the application, I've made a function in _notification_messages.lua called Application.Terminate();

                  It comes in very handy hehe
                  Bas Groothedde
                  Imagine Programming :: Blog

                  AMS8 Plugins
                  IMXLH Compiler

                  Comment

                  • Centauri Soldier
                    Indigo Rose Customer
                    • Jun 2007
                    • 1703

                    #10
                    Good idea...I'll follow suit. :yes
                    https://github.com/CentauriSoldier

                    Comment

                    • rexzooly
                      No longer a forum member
                      • Jul 2007
                      • 1512

                      #11
                      Much cleaner i like the new version 10++ i like it :yes

                      I woulder if you would ever let the apz out not for me to nick but to redesign
                      i like redoing apps designs when i am out of ideas lol.

                      But ya you have made this way better then before :yes

                      Comment

                      • Centauri Soldier
                        Indigo Rose Customer
                        • Jun 2007
                        • 1703

                        #12
                        Thank you rexzooly, I'm glad you are getting some use out of it. Also, if you any specific ideas as to the design of the UI, please feel free to post them for consideration.
                        https://github.com/CentauriSoldier

                        Comment

                        • Imagine Programming
                          Indigo Rose Customer
                          • Apr 2007
                          • 4252

                          #13
                          Originally posted by Centauri Soldier View Post
                          Thank you rexzooly, I'm glad you are getting some use out of it. Also, if you any specific ideas as to the design of the UI, please feel free to post them for consideration.
                          IMO the design is clear, smooth and it looks great :yes
                          Bas Groothedde
                          Imagine Programming :: Blog

                          AMS8 Plugins
                          IMXLH Compiler

                          Comment

                          • mystica
                            No longer a forum member
                            • May 2007
                            • 1548

                            #14
                            This is freakin' fantastic ... just what a bonehead like me, needs! Nice job, man.

                            PS.
                            Some free-time on your hands there Centauri, what?
                            Last edited by mystica; 08-12-2009, 08:11 PM.

                            Comment

                            • Centauri Soldier
                              Indigo Rose Customer
                              • Jun 2007
                              • 1703

                              #15
                              Originally posted by mystica View Post
                              ... just what a bonehead like me, needs! Nice job, man.
                              Me too....that's why I built it lol...:lol. It's nice to have little digital slave programs doing all the code work that I don't want to do.
                              https://github.com/CentauriSoldier

                              Comment

                              Working...
                              X