Hello there.
I'm making a theme that could be for arcade or home use.
My previous plan was to just make different versions, but I've now become interested in seeing if I could combine the two.
Essentially, I'm going to see if I can change variables' values (Menu Timer, Event Mode, etc) based on the pay mode (Coin, Free, Home, etc).
So have the metrics.ini point these variables to a .lua script, which will set them according to the pay mode.
How would the .lua script work? ie, what would I write for the condition?
if(payMode == "HOME") or whatever <-- how would this line look?
I'm making a theme that could be for arcade or home use.
My previous plan was to just make different versions, but I've now become interested in seeing if I could combine the two.
Essentially, I'm going to see if I can change variables' values (Menu Timer, Event Mode, etc) based on the pay mode (Coin, Free, Home, etc).
So have the metrics.ini point these variables to a .lua script, which will set them according to the pay mode.
How would the .lua script work? ie, what would I write for the condition?
if(payMode == "HOME") or whatever <-- how would this line look?






Comment