c20 icon indicating copy to clipboard operation
c20 copied to clipboard

Player Profiles - What happens when the player renames a player profile?

Open BinToss opened this issue 5 years ago • 2 comments

Tested in Custom Edition 1.0.10.621

When the profile is renamed in-game, the profile's folder and the "waypoint" file containing its relative path are updated with the new string which is limited to 11 characters.

However, the name in blam.sav is unchanged.

BinToss avatar Feb 23 '21 09:02 BinToss

What waypoint file are you referring to BTW? There's an empty file named after the profile within the profile directory, and there's also the lastprof.txt file.

csauve avatar Feb 26 '21 08:02 csauve

Ah, that would be the file with no extension. For me, it typically contains a relative path to itself. In other words, "(-path param)\savegames\new001\new001" has that path written to its contents as a utf-8 string.

On Fri, Feb 26, 2021, 12:20 AM Connor Sauve [email protected] wrote:

What waypoint file are you referring to BTW? There's an empty file named after the profile within the profile directory, and there's also the lastprof.txt file.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Sigmmma/c20/issues/98#issuecomment-786488640, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABXILNTIXG6NSSTFW3CA3ELTA5KVFANCNFSM4YCE7CKA .

BinToss avatar Feb 26 '21 13:02 BinToss