For future reference.
Unlocks all CGs (From @ctenken):
Options.systemOptions.cgs = cgs.map(str => {
str = str.replace(/.*?CG\//, '');
str = str.replace(/\.png/, '');
return str;
});
Unlocks all Busts (From @ctenken):
Options.systemOptions.busts = charImages.filter(x =>...