diff options
| author | Declan Hoare <[email protected]> | 2020-04-16 22:58:21 +1000 |
|---|---|---|
| committer | Declan Hoare <[email protected]> | 2020-04-16 23:10:44 +1000 |
| commit | 7000fce72fbec34c6f4957a59d4146cc7148ee59 (patch) | |
| tree | 5affe93d68a7fbcc6cf85a4d9a3eedecc730d1f7 /mappings | |
| download | shiftgears-7000fce72fbec34c6f4957a59d4146cc7148ee59.tar.gz shiftgears-7000fce72fbec34c6f4957a59d4146cc7148ee59.tar.bz2 shiftgears-7000fce72fbec34c6f4957a59d4146cc7148ee59.zip | |
Initial Release
Diffstat (limited to 'mappings')
| -rw-r--r-- | mappings/ClientSave | 3 | ||||
| -rw-r--r-- | mappings/PongHighscore | 3 | ||||
| -rw-r--r-- | mappings/Save | 17 | ||||
| -rw-r--r-- | mappings/UserSave | 3 |
4 files changed, 26 insertions, 0 deletions
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 |
