Since version 2.0.0.6
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.
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.
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
You can display on the Wheel one of the following elements from the database:
For these last 3 elements you can:
Available since ARRM 2.0.3.2 Beta 1
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.
Old Method before ARRM 2.0.3.2 beta 1
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.