Hacking Configurator for Configurable USB Loader

  • Thread starter Thread starter Dr. Clipper
  • Start date Start date
  • Views Views 426,930
  • Replies Replies 609
Thanks for your work.
wink.gif


Translation updated.
 
v55.2 of Configurator is out

Download here or use online update (via Actions menu)

Changes:
  • Changed hddinfo option to match 55b
  • Changed tooltips for disable_* options to remove ambiguity
Sample cdbs have been updated (configurator.cdb).
 
Dr. Clipper said:
v55.2 of Configurator is out

Download here or use online update (via Actions menu)

Changes:
  • Changed hddinfo option to match 55b
  • Changed tooltips for disable_* options to remove ambiguity
Sample cdbs have been updated (configurator.cdb).

Dr. Clipper, please, check the samples_cdbs file: "configurator.cdb" seems the same as the one for in 55.1.1.
 
wiixale said:
Dr. Clipper, please, check the samples_cdbs file: "configurator.cdb" seems the same as the one for in 55.1.1.
Sorry about that. I neglected to upload it earlier. I have now.
 
hosigumayuugi said:
Link
Japanese for v55.2.

I can't translate coverwiz.cdb's strings0~9 and update.cdb's strings0~2 and so on.

Please explain how can I translate them...
I just discovered a bug which means that I don't translate strings0 in any of the files. All the other ones seem to be translating just fine in the file you linked, I think.

The strings0 bug will be corrected in the next version. I'll also change my dialog box method to allow the "Yes" and "No" responses to be translated (why didn't anyone tell me about these?
huh.gif
). I also plan to make the option values in the combo box controls translatable in this release, so it'll be a huge translation update
smile.gif
.

If there's anything else that seems to be missing translation (apart from the title of the Configurator window, which I don't want to be changable) let me know.

Edit: Actually, looking into things, it seems I can't translate the text in the Yes/No type buttons. I guess these are dependent on the language of Windows, so they show up correctly in the other languages. I guess I'll leave them as is for now.
 
v55.3 of Configurator is out, but deprecated
Get 55.3.1 instead (see below)

Download here or use online update (via Actions menu)

Changes:
  • Fixed strings0 translation bug
  • Added translations for combo boxes (drop-downs)
  • Changed -fat choice to -222 to match Cfg.
Sample cdbs have been updated (configurator.cdb).

This is one of those huge updates that probably broke a few options. I'd appreciate people testing it out.
 
Dr Clipper, as you can see in the image below, I cannot translate the marked texts.

coverwiz1.jpg


"Game Titles: (0)" is what hosigumayuugi reported today, or is a missing Type_* label?

Moreover: I do not understand why the "Missing" texts that are not translated. In the coverwiz.cdb file you wrote "These are the "X Missing" labels. To change their text, update strings8 instead": I did it, but it didn't work (sorry for delayed report, I forgot about it).

I tried anyway writing something in the Label_Miss* options, but it didn't work.
 
v55.3.2 of Configurator is out

Download here or use online update (via Actions menu)

Changes:
  • Fixed Cover Wizard strings translation.
  • Fixed Update strings translation.
No translation file updates.

Thanks for the heads up wiixale. Somehow, I thought hosigumayuugi was talking about configurator.cdb and not coverwiz.cdb. I don't know how that happened. Anyway, turns out I just forgot to add the strings translate code to the cover wizard.
wacko.gif


Edit: I had a look at the updates wizard too and realised that it was translating the strings too late so that only the second update you attempt used the correct strings. 55.3..2 fixes that.
 
Dr Clipper, I've updated the translation (by the way, thanks for updates: everything's fine, now), but I have a stupid question:

In the last configurator.cdb, options as "combo_System Default" can be translated, but options as "combo_system" MUST remain at their default value, because it's the value the Configurator will write into the config.txt file, right?
 
wiixale said:
Dr Clipper, I've updated the translation (by the way, thanks for updates: everything's fine, now), but I have a stupid question:

In the last configurator.cdb, options as "combo_System Default" can be translated, but options as "combo_system" MUST remain at their default value, because it's the value the Configurator will write into the config.txt file, right?
I think I edited them all so that they use the original value rather than the translated value when the file is written. That is the reason it took me so long to make them translatable (finding a good way to code it so they displayed that way but still used their original names when creating the file).

Edit: I just tested and the system one is working. The rest should be too as they use the same code. The only combo box that works differently is the one for profile, as its options depend purely on the text in the profile_names text box.
 
Dr. Clipper said:
I think I edited them all so that they use the original value rather than the translated value when the file is written. That is the reason it took me so long to make them translatable (finding a good way to code it so they displayed that way but still used their original names when creating the file).

Edit: I just tested and the system one is working. The rest should be too as they use the same code. The only combo box that works differently is the one for profile, as its options depend purely on the text in the profile_names text box.

I can confirm that even if I modify the value, into the config.txt file there is the right value written.
wink.gif


But I noticed a thing (marked in the image below):

doublecombolayout.jpg


As you can see, the "layout" option appear twice ("kosaic" should be the last option, while it restarts with "original").
Is the same for you or is it just a thing happening to me?
 
wiixale said:
As you can see, the "layout" option appear twice ("kosaic" should be the last option, while it restarts with "original").
Is the same for you or is it just a thing happening to me?
Thanks for pointing it out. I accidentally missed out on deleting the original string values for that collection. I think the generate code might crash if you actually select one of the values in the initial set.

I probably won't release a new version, though. The fix will come with v56.
 
Dr. Clipper said:
Thanks for pointing it out. I accidentally missed out on deleting the original string values for that collection. I think the generate code might crash if you actually select one of the values in the initial set.

You're right:

layouterror.jpg


QUOTEI probably won't release a new version, though. The fix will come with v56.

Sounds good.
wink.gif
 
Thanks orwel. Would you mind editing your old post so that it has the new version as well? That way, the links in this thread and the language thread will always point to the latest version without waiting for me to update the posts.
 
I confirm that the layout combo box entries are working fine.

Moreover, combo options translated write normally the right entry in the *.txt files.

Translation updated.
wink.gif
 
v56.1 of Configurator is out

Download here or use online update (via Actions menu)

Changes:
  • Increased with of the window by a few pixels and changed widths and placements of all the options to be more uniform.
  • Fixed bugs in options management dialog caused by translation
  • Improvements to alt dol disc+:
    • Reads .wdm files if they exist in the same directories as settings.cfg, config.txt, titles.txt or gamelist.txt whenever any are read.
    • Displays a combo box with .wdm entries
    • As a minor side effect, you can't sort by the Disc plus entries (can't think why you'd need to, though).
Sample cdbs have been updated (configurator.cdb).
 
Hi Dr. Clipper,

I'm trying the new option for Disc+, to see if the Configurator loads the .wdm files.
I created an example config.txt file and saved it in a folder with few .wdm files. When I try to open the config file this is what Configurator says:

error-title.jpg


(Translation: Invalid option on line 5 (invalid value). Continue reading other options?)

The "sort"-command syntax is right, isn't it? What could it be?
 

Site & Scene News

Popular threads in this forum