Datasets:
TheGreatRambler
commited on
Commit
•
599d59b
1
Parent(s):
5a81c8c
Update README
Browse files
README.md
CHANGED
@@ -51,7 +51,7 @@ print(next(iter(ds)))
|
|
51 |
'thumbnail': [some binary data]
|
52 |
}
|
53 |
```
|
54 |
-
Each row is a unique super world denoted by the `world_id` created by the player denoted by the `pid`. Thumbnails are binary PNGs.
|
55 |
|
56 |
You can also download the full dataset. Note that this will download ~13.5GB:
|
57 |
```python
|
|
|
51 |
'thumbnail': [some binary data]
|
52 |
}
|
53 |
```
|
54 |
+
Each row is a unique super world denoted by the `world_id` created by the player denoted by the `pid`. Thumbnails are binary PNGs. `unk1` describes the super world itself, including the world map, but its format is unknown as of now.
|
55 |
|
56 |
You can also download the full dataset. Note that this will download ~13.5GB:
|
57 |
```python
|