#DataMaps Discussion

1 messages · Page 1 of 1 (latest)

boreal frigate
#

A place to discuss our datamaps!

#

@teal warren @zinc plinth Here we go!

boreal frigate
zinc plinth
#

We should prob put the big challenges chests with the balloons

boreal frigate
boreal frigate
boreal frigate
boreal frigate
teal warren
#

can we hide certain markers?

#

🤔

boreal frigate
#

Like in the menu?

teal warren
#

okay i think i know how the toggle works

#

let me think

boreal frigate
#

YAYYYYYY!!!

#

I was thinking, it would be kinda nice to have a toggle for events & also weather spawns for the maps. But only if it's not super complicated cause otherwise I think it's fine as is.

teal warren
#

hmmm or maybe not?

#

need to fiddle more

#

maybe ark is special?

#

that was a while back though

boreal frigate
#

Ohhh!! Interestingggg

#

So we could get a custom script? Do we need one for it to work? Hmmm.

teal warren
#

@boreal frigate I think I’m going to move the data plots you put for event currency in the seaside resort map into the event map

zinc plinth
#

is there any way to have certain items start not selected?

teal warren
#

well

#

thats the whole toggle thing we're waiting for

#

but it wont be implemented

#

until next update

#

but they wouldve been a separate map anyways

#

like a fragment layer

#

at least so i think

zinc plinth
#

i guess i meant if there was a way to start having data points untoggled rather than having everything selected at the start

teal warren
#

Oh I also wondered about that

#

I will ask

teal warren
#

@zinc plinth @boreal frigate

teal warren
#

what do you think about embedding map like this

#

we might have to put like a note that says

#

Zoom

#

okay i got the toggles stuff to work

#

so event map now only shows luck and lanterns

#

we could either

#

or

#

to be honest

#

i think to have it fit properly we need to change the bottom and top coordinate defaults

#

actually

#

yeah so i fixed the coordinates for the luck and lanterns map

#

now the map loads fit to width

#

will probably have to remap the other ones

boreal frigate
teal warren
#

I feel like on mobile it looks fine but on pc it’s pretty big LOL

boreal frigate
#

Yeah, I agree!!!

teal warren
#

Blergh

#

Also do you think we should do individual event maps

#

Or like keep them in one

#

And untoggle the ones not active

#

Lowkey I feel like maybe doing separate ones look more clean

#

🤔

boreal frigate
#

Is there a way we can make it on the right side instead of the left on the page?

teal warren
#

Yes!

#

I think Alex said we can do thumbnail

boreal frigate
#

Oooo!

teal warren
#

When I’m done with the quests

#

I’ll look into remapping the coordinates like I did with the L&L

boreal frigate
#

Separate ones def look more clean — I just think about updating things in the future where we might have to edit the two maps instead of just one map, so idk 😅

#

Butttt that's just me being lazy

teal warren
#

So

#

Actually idk when we would have to edit two maps

#

Cuz I already took out event stuff

#

In the seaside resort map

boreal frigate
#

OH!

teal warren
#

It’s separate

boreal frigate
#

wait i might be confusion

teal warren
#

Oh unless you’re talking about the overall event map

boreal frigate
#

Is Event Map/Luck and Lanterns different from Event Map? Would we have to update both Event Map/Luck and Lanterns and Event Map?

teal warren
boreal frigate
#

Hmmm, true true! Good point!

teal warren
#

Hmmmmmm

#

so if you use one event map

#

I guess that’s feasible?

#

🤔

#

It’s just going to show the other stuff

#

well no

#

See you can’t just toggle on the event map for each separate event page

#

If has to be like what’s the active event at the moment if you know what I mean

boreal frigate
#

That works, I think? But once they add the toggle stuff to the map stuff, would we be able to toggle it then? Maybe we just have to wait.

teal warren
#

Cuz then we’d put the same event map across different events

#

But if we toggle off everything but the current event

#

It would reflect across all of them

boreal frigate
#

Is there a way to have everything off and then the person can select which one to turn on?

teal warren
#

I have an idea, but I need to poke around a little bit

boreal frigate
#

Praying for you 🫂 I am literally so impressed with everything you've been doing

teal warren
#

This is what happens when I’m super procrastinating it’s the worst LOLOLOL

boreal frigate
teal warren
#

man

#

is there a mathematical way to remap the coordinates

#

So I think this is the solution

#

We will do separate event maps that are considered “fragments”

#

They’re considered embeds

#

We can embed each fragment map into each separate event page

#

But all of those fragments will be consolidated in an event map

#

So technically we only have to edit individual maps once

#

I think my brain is too dumb for this

#

Is there a way to scale the coordinates upward

warped sinew
#

@boreal frigate I'm ready to update the comics locations on Gemstone Mountain. I can see the latitude and longitude in the map source file, but I can't see how to determine what those are for a point that is not already marked on the map. Could you please tell me how?

boreal frigate
# warped sinew <@525424312006737920> I'm ready to update the comics locations on Gemstone Mount...

Hi! Thank you so so much for taking the time to put together the locations!

What I usually do for duplicates is include all the plot points/coordinates I have in the list, then press the "Preview" tab, if there are any duplicates, I can click on the icon on the map to find the coordinates, then delete those from the source file!

Lemme try putting together a video to show you ❤️

EDIT: Video was too big to upload here ): but maybe I can make a tutorial for the wiki.

waxen swift
boreal frigate
#

There are two ways I usually do it!

my friend made me a program using LÖVE to help map the coordinates (but idk if I can send it in here & you gotta download LOVE to use it) and I also have to reverse the x & y coords to get the lat & lon coords (& it doesn't have ||the moon ||map yet).

The second way I do it is, on the map, in the lower left corner, you'll see the lat & lon of your mouse cursor. Then, I get a notepad and write down each coordinate & once I finish put it in JSON format.

The last coordinate in the list shouldn't have a comma after it, like this:

"ComicBooks": [
            { "lat": 411.67, "lon": 402.16 },
            { "lat": 456.54, "lon": 324.84 },
            { "lat": 427.85, "lon": 453.9 },
            { "lat": 454.84, "lon": 432.06 },
            { "lat": 498.14, "lon": 488.44 },
            { "lat": 571.62, "lon": 312.77 },
            { "lat": 547.2, "lon": 417.76 },
            { "lat": 528.39, "lon": 445.7 },
            { "lat": 569.1, "lon": 271.22 },
            { "lat": 506.02, "lon": 275.51 },
            { "lat": 478.47, "lon": 266.12 } <-- here no comma
],
warped sinew
#

I had found the list in the JSON but not the mouse cursor coordinates. Thanks.

boreal frigate
#

I hope that was helpful!! The lat/lon coords are hard to see in dark mode so I use the light mode to map stuff! I also double-check my work to see if any of the coords using the preview button!

warped sinew
#

I’ll try to get them up today. Then I’ll be away for the next couple of weeks at a conference, board meeting, and travel, but when I get back, I’ll check the other biomes; the Reef certainly has a lot of new spawn points that aren’t on the existing map.

boreal frigate
warped sinew
# boreal frigate I hope that was helpful!! The lat/lon coords are hard to see in dark mode so I u...

I've added ten Gemstone Mountain comic spawn points, and after several attempts it accepted the JSON as valid, but they're not showing up on the wiki (but were in the preview). I presume it's a caching issue and simply a matter of time.

I also have them all on a png map I made in Illustrator but will wait until I'm sure of all the spots before I add that. (There's one potential new spot and two old ones that I'm not sure of and will keep watching for.)

boreal frigate
warped sinew
boreal frigate
#

.

#

Forwarding it here!

If you have a laptop or computer device, it's a lot easier to work on the maps.

To answer your questions:

"How do we find the locations?"
We find the locations from people who have taken screenshots. Every one-time collect item — like the ones you find in gift flowers, treasure chests, etc. have screenshots of their locations. I reference each location from the item's wiki page or screenshots from the discord server.
I also use maps that I've made or others have made of spawn locations of items.

"How to get map coordinates?"
In the bottom left corner, when you hover your mouse, you'll see coordinates at the bottom of the map screen. Those coordinates are where your mouse is currently being hovered.

The in-game map does not have actual coordinates — we use JSON to create coordinates to plot them onto the image.

I'll take a video on how I create lists of coordinates and share that here — give me a few minutes!

Essentially, the most important steps I use:

  • Hover the mouse over the map.
  • In the lower left corner, you'll see the lat & lon of your mouse cursor.
  • Get a notepad and write down each coordinate's lat and lon — (DO NOT move your mouse).
  • Once I finish all the items I'd like to plot, put coordinates into JSON format.

Example JSON:

"ComicBooks": [
            { "lat": 411.67, "lon": 402.16 },
            { "lat": 456.54, "lon": 324.84 },
            { "lat": 427.85, "lon": 453.9 },
            { "lat": 454.84, "lon": 432.06 },
            { "lat": 498.14, "lon": 488.44 },
            { "lat": 571.62, "lon": 312.77 },
            { "lat": 547.2, "lon": 417.76 },
            { "lat": 528.39, "lon": 445.7 },
            { "lat": 569.1, "lon": 271.22 },
            { "lat": 506.02, "lon": 275.51 },
            { "lat": 478.47, "lon": 266.12 } <-- here no comma
],
boreal frigate
#

If someone isn't comfortable editing the map page cause they aren't familiar with JSON — they can write down all the coordinates on the map's talk page, or my User talk page, and then I can convert it into JSON for them.

boreal frigate
#

@pearl steeple

boreal frigate
pearl steeple
#

Thank you! I'll see what I can do when I get a second

pearl steeple
#

@boreal frigate Hi! I'm sat down to work on the maps now. Just went to plot rainbow reef gudetama, but the rainbow reef JSON map doesnt quite cover all the spots. For example, I can't plot the one from the image RR-Gudetama 1-Map.png because that area is beyond the map bounds. What do you suggest we do?

boreal frigate
#

Probably at

pearl steeple
#

Okay, I did all the gudetama except 1 and 5. I am visiting the location from the screenshot in my game to make sure that screenshot is actually of that location, but I couldn't find the exact spot of #5 as in the screenshot. I'll fix #1 now

boreal frigate
#

Some of the maps aren't going to align perfectly with the in-game map since the image we're using for the DataMap is the old map version. & we didn't update the image because then we'd have to update every single plot point — plus, I find the non-3D map to be easier to map things on instead of the 3D one. 🙏

#
  • The 3D map & the non-3D map are the same, just a slight angle difference.
pearl steeple
#

right, but when I go to lat 301.23, lon 281.27 in game, I don't see the spot in RR-Gudetama 5-Game.png. The spot in RR-Gudetama 6-Game.png is definitely lat 298.43, lon 279.26, don't you think? The JSON map is definitely easier to use than the in-game one. That's why I'm going to the places in-game to make sure I'm translating the 3D map to the JSON one accurately

pearl steeple
#

I fixed #1 and I'll leave #5 for you to make a decision about

boreal frigate
#

Perfect!!

pearl steeple
#

omgg

#

so the pic of the in-game map was actually right, just seriously confusing because of the angle!!

#

ok I fixed 5, so now RR gudetama are done

boreal frigate
#

I think I’m gonna redo some of the gudetama screenshots at some point bc the lack of content around the area makes it hard to find.

pearl steeple
#

ok I'm going to do crystal caves gudetama now

pearl steeple
#

also are we even sure theres ANY shinies in crystal caves? I havent been in there in days but I couldn't find any. If not, they can be removed from the list of things to map?

waxen swift
pearl steeple
#

ok. Ive fixed the crystal cave golden chest, added the gudetamas, fixed one almanac location, removed the unneeded groups from the map, and updated the "updates needed" banner

pearl steeple
#

finished merry meadow almanacs. any suggestions on where to put coordinates for almanac #14?

pearl steeple
#

finished cloud island almanacs except #14

boreal frigate
#

Sorry I was AFK!

#

Oh, we can just remove 14 since that's a random spawn chance.

pearl steeple
#

I was doing the city town gudetama and I'm confused about the ones in manhole covers. #3, 4, and 5 are all shown in the pictures as being in/on a manhole cover that doesn't exist in my game?? Do you know if the manhole covers disappear when the gudetama does?

boreal frigate
pearl steeple
#

I think they must, because the vent thing that #11 is in is gone too

boreal frigate
#

Oh perfect then!

pearl steeple
#

Do you think it would be nice to put the vent locations in the sewer map? If so, is there a good icon for that? Also, is there a reason that fast travel locations aren't marked any the maps?

#

finished orange crates and gudetama for the sewers