According to the latest Arma 2 beta changelog the player UID is being changed to the Steam ID. This means that all players playing any of the Dayz mods will lose everything on their character as well as their humanity and stats when their favorite server changes to this newest version.
I'd like to know if there's an automated way that we'll be able to convert their old player UID to their new Steam ID once they've logged on for the first time. There's a manual way they need to provide their old player UID and their Steam ID and as we all know, the player base likes to play, not read forum posts and emails asking them to provide information.
This is the SQL query I was given to manually copy over a character:
UPDATE `Character_DATA` SET `PlayerUID`='NEW_STEAM_ID_HERE' WHERE `PlayerUID`='OLD_PLAYERUID_HERE';
Question
BetterDeadThanZed
According to the latest Arma 2 beta changelog the player UID is being changed to the Steam ID. This means that all players playing any of the Dayz mods will lose everything on their character as well as their humanity and stats when their favorite server changes to this newest version.
I'd like to know if there's an automated way that we'll be able to convert their old player UID to their new Steam ID once they've logged on for the first time. There's a manual way they need to provide their old player UID and their Steam ID and as we all know, the player base likes to play, not read forum posts and emails asking them to provide information.
This is the SQL query I was given to manually copy over a character:
Link to comment
Share on other sites
7 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now