Table des matières

Simple Wheels Generator

Since version 2.0.0.6

Wheel Generator Setup

This generator is accessible, after having selected the Roms to be processed, via the Selected Roms tab and the Wheel Generator button.

When you click on this button, the configuration menu of the Wheel generator appears.


Text color

The textual information that will appear in the generated wheel can have a solid color or a random color

If no solid color is indicated in the combobox, the generator will use random colors for each wheel created.


Final Wheel Size Selection


Font Selection

You must select a font. Only the .ttf files found in the directory: %appdata%\Roaming\Nexouille Soft\arrm\ressources are listed in the combobox. You can manually add other fonts in this directory.

Font preview appears when you select a font


Wheel text selection

You can display on the Wheel one of the following elements from the database:

List of available blurs

For these last 3 elements you can:


Examples of Generated Wheels

Wheel title + Fanart + Blur


Wheel title + Fanart


Title Wheel


Wheel Publisher


Wheel Developer


Wheel Genre


Renaming Generated Wheels with Other Suffixes (New Method)

Available since ARRM 2.0.3.2 Beta 1

Wheels generated by the ARRM Wheel Generator use the following suffixes based on the elements selected in the Wheel Generator (e.g., alcon-wheeltitle.png):
  • -wheeltitle
  • -wheeldeveloper
  • -wheelpublisher
  • -wheelgenre

These generated files are located in the theme-builder folder.

Since ARRM 2.0.3.2 Beta 1, it has been possible to specify the desired suffix for generated wheels.

Change the value of the Generated Wheel Suffix : field to the desired suffix (Example: -marquee) CAUTION: Don't forget the - before the suffix

If you want to use these wheels generated by Wheel Generator as other media, you can place them in the media directory of your choice and ask ARRM to search for them and assign them to the desired media field.

Here's how:

Then reload the system via the ARRM system browser by clicking View. ARRM will search for missing media in the various folders and populate the database fields.


Renaming Generated Wheels with Other Suffixes

Old Method before ARRM 2.0.3.2 beta 1

Wheels generated by ARRM's Wheel Generator use the following suffixes depending on the elements selected in the Wheel Generator (for example: alcon-wheeltitle.png):
  • -wheeltitle
  • -wheeldeveloper
  • -wheelpublisher
  • -wheelgenre

These generated files are located in the theme-builder folder.

You want to use the wheels generated by Wheel Generator as other media.

For example: you want to use the wheeltitle generated by Wheel Generator as Marquee.

Here's how to do it:

You can use Windows PowerShell to rename the files with the appropriate suffix (if you want to rename -wheeltitle to -marquee), do this in a PowerShell window:

cd your_directory_with_your_images -wheeltitle
dir *-wheeltitle.png | Rename-item -NewName { $_.Name -replace "-wheeltitle","-marquee" }

Check the following boxes in the Settings tab, then the General Options tab:

Then reload the system via the ARRM system browser by clicking View. ARRM will search for missing media in the various folders and populate the database fields.