Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

We need a Search Grid #10

Open
Shaftoe62 opened this issue Oct 26, 2019 · 5 comments
Open

We need a Search Grid #10

Shaftoe62 opened this issue Oct 26, 2019 · 5 comments

Comments

@Shaftoe62
Copy link

Hello Jean,

I realized that to get all coordinates of all plants, a search grid will be nessesary at some point.

And before some arbitrary grid gets implemented I took it upon me to research the (your) map in depth and combine it with all the data I accumulated about in-game measurements.

And I finally cracked the code.

I will attach the gist of it as maps.

There are three versions:

A. Dodecal grid MILES. My preference, the MILE grid (dodeca = 12 in Greek). Every 12 degrees are exactly 1 in-game mile. That makes it not only a fine search grid but it also serves as a Mile grid. (Duh)

B. Octal grid. The octal grid. This is how the (digital) logic of the map works. All binary numbers. This is the only grid that has nice even center coordinates.

C. Decimal grid. That might seem be the most obvious, but it's not. It has nothing to do with the digital numbers of the map, which are all powers of two.

ATTENTION: The decimal grid does NOT represent KILOMETRES! It represents 10 degrees of map coordinates! The map distance measurements are entirely in miles.

RDR2mapCoordinates-A-dodecal-MILES

RDR2mapCoordinates-B-octal

RDR2mapCoordinates-C-decimal

@Shaftoe62
Copy link
Author

I took it one step further and named the resulting sectors of the mile-grid.

There are 84 square miles that actually need to be searched. That's manageable I think.

The idea is that individuals can get (a range of) sectors assigned in which they can collect all plant coordinates.

I myself will start collecting coordinates in sector H7.

RDR2mapPreciseMILES-sectornames

@jeanropke
Copy link
Owner

Thanks, I'm testing some plugins to create a grid.

@chrissydewet
Copy link

Getting my logical senses hyped about this. Jean. Great work so far mate. Im impressed with the herb map as im a loyal user of the herbs. Should add a link on the main map to the herb map so others can link to it freely. Great work.

@jeanropke jeanropke pinned this issue Nov 4, 2019
jeanropke added a commit that referenced this issue Nov 4, 2019
@jeanropke
Copy link
Owner

Grid L9 done. Also I'm couting how many plants are in the area.
E.g: Burdock Root #10, 1 marker for 5 plants

@jeanropke
Copy link
Owner

@Senexis Senexis unpinned this issue Feb 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants