Play test - In-game registration - (Unreal Engine module)
Test to upgrade account
By default, the upgrade account screen in Byte Wars is configured to not be shown. To enable it, open the
DefaultEngine.ini
file located inside/Config
folder, search for variable namedbAllowUpgradeAccount
, and change the value totrue
.Compile the project and open it in the Unreal Editor. Then, play the game.
Log in. If the account is not yet a full account, the upgrade account menu will be shown. There, you can fill out the upgrade account form. Then, you will receive an email verification code that you can use to upgrade the account.
If you can't see the verification menu, your account might already be a full account. You can use the RandomizeDeviceId
feature to log in with a new account. To do so, open the DefaultEngine.ini
file located inside /Config
folder, search for variable named RandomizeDeviceId
, and change the value to true