Thread: ICE [Item Config Editor] Suggestion Thread

Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1 ICE [Item Config Editor] Suggestion Thread 
    Registered Member
    PSNB's Avatar
    Join Date
    Aug 2009
    Posts
    886
    Thanks given
    8
    Thanks received
    103
    Rep Power
    590
    Some of you may be familiar with previous versions of ICE, which were written in C#. Well, I've decided to port the program over to Java for a few reasons:
    • I'm more experienced with the language.
    • I can rewrite the program from the Ground-up more quickly.
    • I can implement new features that I would not have been able to implement in C#.


    Now, rather than just creating the program and releasing it, I decided I'd create this thread so I could gather feedback and feature suggestions from the users, as well as to log the development progress on the tool.

    Features

    Improvements
    • Enhanced Searching - Now filters the list in real time. Unlike previous versions, which just selected the first item that matched the search criteria, this version will just 'hide' any items that don't match the criteria.
    • Enhanced GUI - Moved some things to the MenuBar. This makes the GUI much more organized, and easier to use.


    New Features
    • Options Panel - Contains different options for when you save.
      • Round shop prices to the nearest whole number.
      • Remove underscores from Item Names


    Any other features you'd like to see? Just post a reply and if I like it, I'll implement it.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Deadly Uzi's Avatar
    Join Date
    Jul 2008
    Posts
    994
    Thanks given
    177
    Thanks received
    87
    Rep Power
    362
    Perhaps a way to like set what each indentation means in your item.cfg?

    Because my item.cfg doesn't exactly go

    item id = id high alch some shit here more shit here

    Attempting to develop a multi-revision library. [Only registered and activated users can see links. ] on GitHub.
    Reply With Quote  
     

  3. #3  
    Registered Member
    PSNB's Avatar
    Join Date
    Aug 2009
    Posts
    886
    Thanks given
    8
    Thanks received
    103
    Rep Power
    590
    Quote Originally Posted by Deadly Uzi View Post
    Perhaps a way to like set what each indentation means in your item.cfg?

    Because my item.cfg doesn't exactly go

    item id = id high alch some shit here more shit here

    I'd have to write like 10 different GUI's for that, (Not for labels, but for 'x' amount of data, if that makes sense.
    Reply With Quote  
     

  4. #4  
    933pm
    Guest
    Could someone please clarify what Deadly Uzi is asking for?
    Reply With Quote  
     

  5. #5  
    Registered Member
    PSNB's Avatar
    Join Date
    Aug 2009
    Posts
    886
    Thanks given
    8
    Thanks received
    103
    Rep Power
    590
    Quote Originally Posted by 933pm View Post
    Could someone please clarify what Deadly Uzi is asking for?
    He's saying his Item.cfg isn't setup the same as most peoples [item = #### Name Examine... etc etc]. He was simply asking if I could make it so he could customize the editor to work for his editor.
    Reply With Quote  
     

  6. #6  
    Community Veteran

    WH:II:DOW's Avatar
    Join Date
    Dec 2007
    Age
    32
    Posts
    2,022
    Thanks given
    145
    Thanks received
    871
    Rep Power
    4275
    Couldn't you just use a Vector for the columns and determining the amount of columns by how much columns there are in the CFG file, you just need a simple for-loop for that .
    Reply With Quote  
     

  7. #7  
    Registered Member
    PSNB's Avatar
    Join Date
    Aug 2009
    Posts
    886
    Thanks given
    8
    Thanks received
    103
    Rep Power
    590
    Quote Originally Posted by Togepi View Post
    Couldn't you just use a Vector for the columns and determining the amount of columns by how much columns there are in the CFG file, you just need a simple for-loop for that .
    My tools are GUI's; so a loop wouldn't work too well as it'll make the GUI look unbalanced.
    Reply With Quote  
     

  8. #8  
    mironic
    Guest
    "buttons"

    New item
    Delete item

    "modes"
    Client mode - edit item ints -
    Reply With Quote  
     

  9. #9  
    Registered Member
    Deadly Uzi's Avatar
    Join Date
    Jul 2008
    Posts
    994
    Thanks given
    177
    Thanks received
    87
    Rep Power
    362
    Quote Originally Posted by PSNB View Post
    He's saying his Item.cfg isn't setup the same as most peoples [item = #### Name Examine... etc etc]. He was simply asking if I could make it so he could customize the editor to work for his editor.
    I'm sure you can figure out how to 'engineer' that

    Try...

    At program execution(start) you have to choose if it's going to be a custom .cfg or the default format. If it is default, then no further action, you have it done for you. If it is NOT default then when you load the .cfg file, it takes the length of one line and sees how many indentations there are. Then, it makes a certain amount of JTextFields(using for loop, i < indentation, etc). By default, name each JTextField(the little description next to it) like Indentation 1, Indentation 2, etc. Make it so when you press it on the name of one of them, you can rename them to whatever they mean. Then just save the settings in the same folder that the 'ICE' is in.

    Attempting to develop a multi-revision library. [Only registered and activated users can see links. ] on GitHub.
    Reply With Quote  
     

  10. #10  
    Austin_
    Guest
    Have 100% correct item bonuses.
    Reply With Quote  
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

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