I activate the arcade mode on file content_setting.x4
BEFORE:
Code:
<content id="CO_ARCADE_MODE">
<kr service="on" />
<eu service="off" />
<us service="off" />
<dependency id="CO_COIN" />
</content>
AFTER:
Code:
<content id="CO_ARCADE_MODE">
<kr service="on" />
<eu service="on" />
<us service="off" />
<dependency id="CO_COIN" />
</content>
If you mode here you will crash when you open the Arcade Room.
Then I think that must change something in another file.
But what's need to be change? xD
Any ideas?