From 7000fce72fbec34c6f4957a59d4146cc7148ee59 Mon Sep 17 00:00:00 2001 From: Declan Hoare Date: Thu, 16 Apr 2020 22:58:21 +1000 Subject: Initial Release --- mappings/ClientSave | 3 +++ mappings/PongHighscore | 3 +++ mappings/Save | 17 +++++++++++++++++ mappings/UserSave | 3 +++ 4 files changed, 26 insertions(+) create mode 100644 mappings/ClientSave create mode 100644 mappings/PongHighscore create mode 100644 mappings/Save create mode 100644 mappings/UserSave (limited to 'mappings') diff --git a/mappings/ClientSave b/mappings/ClientSave new file mode 100644 index 0000000..ee1afca --- /dev/null +++ b/mappings/ClientSave @@ -0,0 +1,3 @@ +Username +Password +Permissions diff --git a/mappings/PongHighscore b/mappings/PongHighscore new file mode 100644 index 0000000..9ec2b98 --- /dev/null +++ b/mappings/PongHighscore @@ -0,0 +1,3 @@ +UserId < ID +Level < PongLevel +CodepointsCashout < PongCP diff --git a/mappings/Save b/mappings/Save new file mode 100644 index 0000000..6210073 --- /dev/null +++ b/mappings/Save @@ -0,0 +1,17 @@ +MusicVolume +SfxVolume +StoryPosition +Language +MyShop +MajorVersion +MinorVersion +Revision +IsPatreon < +Class +RawReputation +Password +PasswordHashed +ShiftnetSubscription +ID < UserID +IsMUDAdmin < +LastMonthPaid diff --git a/mappings/UserSave b/mappings/UserSave new file mode 100644 index 0000000..9b70b5d --- /dev/null +++ b/mappings/UserSave @@ -0,0 +1,3 @@ +Username <> Email +Codepoints < +SystemName <> SysName -- cgit v1.2.3