The jeanropke's Collectors Map is an efficient way to complete your Red Dead Online collections. Compare your collections and hide the items you've collected is quite tedious. This repository automates this process, by extracting uncollected items from the Rockstar Games HTML files and generating a settings file that can be imported into the map.
For some collections, it is not possible to determine the location of a given item. This tool is therefore only designed for deterministic collections.
- American Wild Flowers (soon)
- Antique Alcohol Bottles
- Bird Eggs (soon)
- Family Heirlooms
- Suit of Cups Tarot Cards
- Suit of Pentacles Tarot Cards
- Suit of Swords Tarot Cards
- Suit of Wands Tarot Cards
- Sign in to Social Club (in English) and go to your collector's bag. For each collection you want, copy the HTML code (inspect the page) and paste it into the appropriate file of
Collections/
. See an example of what this looks like. - For each collection you want to appear in the list, set the corresponding bit to 1 in
shopping-cart.txt
. - Run
main.py
in your shell. This builds the filerdo-collector-map-list-date.json
. - Import
rdo-collector-map-list-date.json
as settings into jeanropke's Collectors Map.
When running the script, you can add the option -r
or -reset
to reset the shopping-cart.txt
file.