- Notifications
You must be signed in to change notification settings - Fork6
API proxy & network reverse-engineering notes for Media Molecule's "Dreams" game
License
jaames/dreams-api
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
⚠️ This does NOT provide a way to download Dreams level data, nor will it ever. Unfortunately I no longer have the time/motivation to investivate Dreams or develop this tool further.⚠️
API proxy & reverse-engineering notes for Media Molecule'sDreams; a rad user-generated-content game on the PS4.
Currently consists of a NodeJSindreams.me API proxy that handles auth headers for you, which can be used for automatically gathering level stats, user profiles, etc. There's also somedocumentation that covers some basic file format structures and so on.
Requires a NodeJS install (tested on v12.17.0) with NPM
Clone the repo from Github:
git clone https://github.com/jaames/dreams-api
Then inside the repo directory, install dependencies:
npm install
Copyapiconfig.example.json
toapiconfig.json
cp apiconfig.example.json apiconfig.json
Then start the server:
npm run start