5 Sept 2016, 06:33

@NaSHoOo you can already edit your UXS file like this (copy&paste from Screech's instructions):

$ELEMENT_8 = 'name|value|noms/nom_%%|form:region'
Scrape the name and the region of your Rom and merge them as a name.
ex :

Game Name : Mario
Region : Japan
Name result : Mario (Japan)

$ELEMENT_8 = 'name|value|noms/nom_%%|form:%FileNameBracket%'
Scrape the name and catch the first bracket ( '(' or '[' ) in the file name and merge the end of the filename (without extension) with the scraped name
ex :
Game Name : Zero Tolerance
Filename : zerotolerance (USA, Europe) [Proto].zip
Name Result : Zero Tolerance (USA, Europe) [Proto]