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 log in using a Device ID, the display name won't appear in the verification email because Device ID accounts don't have a display name until they're upgraded. If you log in using a third-party platform (e.g., Steam), the display name associated with that platform account will be shown instead.
If the upgrade account menu isn't shown, your account might already be a full account. To log in with a new account using a randomized Device ID every time the game launches, open
DefaultEngine.ini
in the/Config
folder, findRandomizeDeviceId
, and set it totrue
.