This repository has been archived by the owner on Jul 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Dreams IDs
James edited this page Dec 12, 2020
·
5 revisions
There are two possible formats for IDs. The indreams.me site and API uses Indreams IDs, there is also a longer Dreams ID format that is used internally and in the PS4 game (?). It's possible to convert between the two.
These are shorter IDs used on https://indreams.me, matching the regex /[c|k|m|o|g|j|n|p|r|d|t|u|v|w]{1}[a-zA-Z0-9]{10}/
Longer (internal?) format matching the regex /[c|k|m|o|g|j|n|p|r|d|t|u|v|w]{1}[a-f0-9]{14}/
In both formats, the first character of the ID denotes the type of thing it refers to:
Char | ThingType | notes |
---|---|---|
c |
COLLECTION | |
k |
COMMENT | |
m |
DREAM | Internally called maps |
o |
ELEMENT | Internally called objects |
g |
GREIF | |
j |
IDENTITY | User identity |
n |
NEWS | |
p |
PHOTO | |
r |
REVISION | |
d |
SCENE | Internally called dreams |
t |
TAG | |
u |
USER | |
v |
VERSION | |
w |
WEBPAGE | what??? |