Jump to content


  • Please log in to reply

Configurator for Configurable USB Loader

, Easily manage your config files on your PC (Go to first unread post)
zektor Post #46 Posted 19 August 2009 - 10:22 PM

    GBAtemp Maniac


  • Group: Members
  • Posts: 1,275
  • Member No.: 33,575
  • Joined: 29-November 05

  •  

QUOTE(Dr. Clipper @ Aug 19 2009, 04:53 PM) <{POST_SNAPBACK}>
QUOTE(zektor @ Aug 20 2009, 06:26 AM) <{POST_SNAPBACK}>
Little bug (or maybe just for me):

Click anywhere in the Mario picture and the program crashes.

Otherwise, awesome work!

Strange. It's meant to open up a browser window to send you to the tutorial. Does the same thing happen when you click the link under the instructions? In any case, I'll throw some error handling in to ensure it doesn't crash.



Yes it crashes there too. I am positive it is because Opera is my default browser. I have another program that does something similar when a link is clicked from within it.



Dr. Clipper Post #47 Posted 19 August 2009 - 11:51 PM

    GBAtemp Addict


  • Group: Members
  • Posts: 2,487
  • Member No.: 98,148
  • Joined: 28-August 07

  •  

QUOTE(zektor @ Aug 20 2009, 07:22 AM) <{POST_SNAPBACK}>
Yes it crashes there too. I am positive it is because Opera is my default browser. I have another program that does something similar when a link is clicked from within it.

OK, well I'll just put some error handling around them. Thanks for the info.


Dr. Clipper Post #48 Posted 21 August 2009 - 02:51 AM

    GBAtemp Addict


  • Group: Members
  • Posts: 2,487
  • Member No.: 98,148
  • Joined: 28-August 07

  •  

So I'm about to release the v41 full version of the Configurator and just want to check if there are any quick problems people are having before I do. Anyone?


bnm81002 Post #49 Posted 21 August 2009 - 03:13 AM

    GBAtemp Advance Fan

  • PipPipPipPipPip

  • Group: Members
  • Posts: 810
  • Member No.: 126,247
  • Joined: 22-May 08
  • Location: New York

  •  

is there a tutorial on how to use this? I am lost trying to figure it out?


Dr. Clipper Post #50 Posted 21 August 2009 - 04:36 AM

    GBAtemp Addict


  • Group: Members
  • Posts: 2,487
  • Member No.: 98,148
  • Joined: 28-August 07

  •  

v41 full version is out!

download here

Changes:
  • Fixed menu_plus and cursor options to allow # characters when reading.
  • unlock_password option now only accepts valid characters. It also automatically converts – and + to their proper values and you can even use the arrow keys to enter D-Pad keystrokes.
  • Console wizard now writes back to the console_transparent option.
  • Added better feedback when errors are found while reading files.
  • Removed crash when using unsupported browsers and clicking links.
  • Several minor bugs eliminated.
Please let me know of any new problems.

QUOTE(bnm81002 @ Aug 21 2009, 12:13 PM) <{POST_SNAPBACK}>
is there a tutorial on how to use this? I am lost trying to figure it out?

Find out about config.txt and theme.txt by reading my tutorial page or looking at README-CFG.txt (included with every full release of Configurable). Configurator is pretty straight forward with the instructions at the top left. Basically, just load your input files, change whatever options you want and then save them back. Each option has a check box, name and a choice of values in that order. If the check box is checked, the option will be saved with the specified value to the appropriate files when you use the buttons down below. If you uncheck a box, it will return to its default value and will not be written out. If you don't know what an option does, hover the mouse over it for 2 seconds and a tooltip will show up to tell you its meaning. Most of the possible values for the options also have tooltips that indicate what it means to select that value.

The console wizards allow you to see a mock-up of the menu view to see what your screen will look like. It also allows you to change the colour, size and coordinate options and copy those values back to the main window when you are done. You can get additional instructions for it via the "Instructions" button.

Does that clear everything up?

Edited by Dr. Clipper, 21 August 2009 - 04:42 AM.


Dr. Clipper Post #51 Posted 21 August 2009 - 11:32 AM

    GBAtemp Addict


  • Group: Members
  • Posts: 2,487
  • Member No.: 98,148
  • Joined: 28-August 07

  •  

I've added an extra feature to the upload for v41. Not changing the link though. Here's the feature:
  • Added resizing and moving to the cover and console boxes via the mouse.

Enjoy! Especially you, milcoi wink.gif.


oggzee Post #52 Posted 21 August 2009 - 12:05 PM

    GBAtemp Addict


  • Group: Members
  • Posts: 2,311
  • Member No.: 173,040
  • Joined: 11-April 09

  •  

Getting better and better! Since you already have support for theme loading and background loading you could as well pre-load the background images automatically in the wizard if they exist in the theme dir smile.gif



Dr. Clipper Post #53 Posted 22 August 2009 - 12:37 AM

    GBAtemp Addict


  • Group: Members
  • Posts: 2,487
  • Member No.: 98,148
  • Joined: 28-August 07

  •  

QUOTE(oggzee @ Aug 21 2009, 09:05 PM) <{POST_SNAPBACK}>
Getting better and better! Since you already have support for theme loading and background loading you could as well pre-load the background images automatically in the wizard if they exist in the theme dir smile.gif

Will do.


Wiimm Post #54 Posted 22 August 2009 - 06:31 AM

    GBAtemp Advance Maniac


  • Group: Members
  • Posts: 1,528
  • Member No.: 191,758
  • Joined: 11-August 09
  • Location: Germany

  •  

@Dr. Clipper: I like the configurator! But I have some wishes:
  1. After loading a image close the file. At the moment the image file is locked and can't be modified.
  2. Auto load the images in the design wizards.
  3. Add a new button in the design wizards: "reload all images"

Wiimm


Dr. Clipper Post #55 Posted 22 August 2009 - 07:48 AM

    GBAtemp Addict


  • Group: Members
  • Posts: 2,487
  • Member No.: 98,148
  • Joined: 28-August 07

  •  

QUOTE(Wiimm @ Aug 22 2009, 03:31 PM) <{POST_SNAPBACK}>
@Dr. Clipper: I like the configurator! But I have some wishes:
  1. After loading a image close the file. At the moment the image file is locked and can't be modified.
  2. Auto load the images in the design wizards.
  3. Add a new button in the design wizards: "reload all images"
Wiimm

1. I'll try. That might take a little work to figure out how to do it, though.
2. Well, I already said I'd do that in the previous post.
3. Not sure I want to do this. I'm short on real estate for new buttons and most of the time you'll only need to reload one of them, which is easily done in two clicks at the moment.


And to anyone who isn't reading the themes thread, please check my last two posts over there. I'd like to know if overlay generation is a wanted feature or not.

Edited by Dr. Clipper, 22 August 2009 - 07:50 AM.


Dr. Clipper Post #56 Posted 22 August 2009 - 04:50 PM

    GBAtemp Addict


  • Group: Members
  • Posts: 2,487
  • Member No.: 98,148
  • Joined: 28-August 07

  •  

v41v2 is out

download here

Changes:
  • Autoloads background and overlay images from the same directory that theme.txt was read from or where config.txt was read from if theme.txt wasn't read.
  • Images in the wizard are buffered in memory so the chosen image file/s are no longer locked.
  • Layout default values were changed again and I did a double check on every single value to check they were all correct this time.
  • Now on .NET framework 2.0. Future releases may alternate between 1.1 and 2.0 depending on where I do the development.
The autoloading of images won't work if you are using fixed paths (using sd:). I'll also make them use the last saved directory as well as the last open directory in the next version (just thought of that).

As always, if there are any bugs, please let me know.

Edited by Dr. Clipper, 22 August 2009 - 04:57 PM.


pepxl Post #57 Posted 22 August 2009 - 09:33 PM

    GFX W!Z4RD


  • Group: Members
  • Posts: 3,166
  • Member No.: 184,068
  • Joined: 19-June 09

  •  

the link to v2 doesnt seem to be working


Dr. Clipper Post #58 Posted 22 August 2009 - 09:57 PM

    GBAtemp Addict


  • Group: Members
  • Posts: 2,487
  • Member No.: 98,148
  • Joined: 28-August 07

  •  

QUOTE(pepxl @ Aug 23 2009, 06:33 AM) <{POST_SNAPBACK}>
the link to v2 doesnt seem to be working


Thanks, it's fixed now. I accidentally missed out a "v" in the filename I uploaded. I really need to come up with a better subversioning system tongue.gif.


pepxl Post #59 Posted 22 August 2009 - 10:07 PM

    GFX W!Z4RD


  • Group: Members
  • Posts: 3,166
  • Member No.: 184,068
  • Joined: 19-June 09

  •  

thanks working now just got it


Dr. Clipper Post #60 Posted 23 August 2009 - 10:32 AM

    GBAtemp Addict


  • Group: Members
  • Posts: 2,487
  • Member No.: 98,148
  • Joined: 28-August 07

  •  

v41v3 of Configurator is out

download here

Changes:
  • All new overlay wizard for creation of overlay images!
The overlay wizard allows you to turn any desktop image into a theme for Configurable in only a few minutes. The tool will resize your background image to the size Configurable needs and then lets you change the colours and move overlay elements to match your theme and save straight to an overlay file. Here's a look at the new wizard interface:



Simple instructions are available via the Instructions button, but I hope most of it is intuitive. If you have questions, ask away.

As always, if there are any bugs, please let me know.

Edited by Dr. Clipper, 23 August 2009 - 10:35 AM.







Users browsing this topic

1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users