Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martindbx/rdo-collectorsbagtomap
Automatic settings file of your uncollected items for jeanropke’s Collectors Map.
https://github.com/martindbx/rdo-collectorsbagtomap
rdo rdr2 reddeadonline
Last synced: 27 days ago
JSON representation
Automatic settings file of your uncollected items for jeanropke’s Collectors Map.
- Host: GitHub
- URL: https://github.com/martindbx/rdo-collectorsbagtomap
- Owner: MartinDbx
- Created: 2024-05-12T20:16:52.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-20T20:06:25.000Z (7 months ago)
- Last Synced: 2024-11-28T21:09:17.218Z (27 days ago)
- Topics: rdo, rdr2, reddeadonline
- Language: Python
- Homepage: https://jeanropke.github.io/RDR2CollectorsMap/
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RDO - Collector's Bag to Map
The jeanropke's [Collectors Map](https://jeanropke.github.io/RDR2CollectorsMap/) 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.
## Supported collections
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)
- [x] Antique Alcohol Bottles
- [ ] Bird Eggs (soon)
- [x] Family Heirlooms
- [x] Suit of Cups Tarot Cards
- [x] Suit of Pentacles Tarot Cards
- [x] Suit of Swords Tarot Cards
- [x] Suit of Wands Tarot Cards## Usage
1. Sign in to Social Club (in English) and go to your [collector's bag](https://socialclub.rockstargames.com/games/rdo/roles/collector/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](Utilities/template-collection.txt) of what this looks like.
2. For each collection you want to appear in the list, set the corresponding bit to 1 in `shopping-cart.txt`.
3. Run `main.py` in your shell. This builds the file `rdo-collector-map-list-date.json`.
4. Import `rdo-collector-map-list-date.json` as settings into jeanropke's [Collectors Map](https://jeanropke.github.io/RDR2CollectorsMap/).## Options
When running the script, you can add the option `-r` or `-reset` to reset the `shopping-cart.txt` file.