@paradadf said in [question] Configuring Mix profil in UXS:
@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]
Dear paradadf, thank you for your response!
I didn't know about that function! Could you explain me a little more about it?
That sentence you wrote ($ELEMENT_8 = 'name|value|noms/nom_%%|form:region'
)... Need I to include at the end of my file? Replacing any of other sentences?
I want to know more about all the functions of UXS, is there a manual or something similar to read about all of those options?
Thank you very much for your help! And sorry for my english, I'm spanish
kind regards