#DataMaps Discussion
1 messages · Page 1 of 1 (latest)
All event currencies are added! https://hellokittyislandadventure.wiki.gg/wiki/Map:Seaside_Resort
Documentation for this map may be created at Map:Seaside Resort/doc
We should prob put the big challenges chests with the balloons
Oh yeah! I forgot about those ones!
Just forwarding this here instead
I'll have to add those in!
Documentation for this map may be created at Map:Seaside Resort/doc
Like in the menu?
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.
hmmm or maybe not?
need to fiddle more
maybe ark is special?
that was a while back though
Ohhh!! Interestingggg
So we could get a custom script? Do we need one for it to work? Hmmm.
@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
is there any way to have certain items start not selected?
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
i guess i meant if there was a way to start having data points untoggled rather than having everything selected at the start
Yayyy okie dokie ❤️
@zinc plinth @boreal frigate
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
I feel like it could go on the individual Lucky Envelope page — idk why but I don't like the big gap between text on the major event page cause the flow of the page seems less intuitive—I think some people might not want to scroll down past a large map on that page vs the individual envelope page.
Are you viewing on mobile?
I feel like on mobile it looks fine but on pc it’s pretty big LOL
On Mobile it looks fine I think! On my laptop I don't know how I feel about it though 😅
Yeah, I agree!!!
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
🤔
Is there a way we can make it on the right side instead of the left on the page?
Oooo!
When I’m done with the quests
I’ll look into remapping the coordinates like I did with the L&L
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
So
Actually idk when we would have to edit two maps
Cuz I already took out event stuff
In the seaside resort map
OH!
It’s separate
wait i might be confusion
Oh unless you’re talking about the overall event map
Is Event Map/Luck and Lanterns different from Event Map? Would we have to update both Event Map/Luck and Lanterns and Event Map?
They’re different, I don’t think we need to update both if we don’t use Event Map itself
Hmmm, true true! Good point!
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
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.
Ohhh I seeeeee
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
Is there a way to have everything off and then the person can select which one to turn on?
I have an idea, but I need to poke around a little bit
Praying for you 🫂 I am literally so impressed with everything you've been doing
This is what happens when I’m super procrastinating it’s the worst LOLOLOL
literally me though 🤣 i have so much stuff i should be doing and then im like... nahhh ima edit the wiki!!!
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
@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?
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.
You might have misunderstood - RabidFox was asking how to determine coordinates for new points.
Ohhhhh — thank you for clarifying that lol!
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
],
I had found the list in the JSON but not the mouse cursor coordinates. Thanks.
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!
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.
OMG! That sounds like a super exciting time!!! ❤️ Thank you so so much for your help — seriously!!
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.)
That's great!!! Thank you!!! ❤️ I love the idea with Illustrator — that's genius!!!
And you're right about the actual map taking some time to update with the new locations — I think around 5 min max to finally have it loaded!
Illustrator lets me have hidden layers that show the coordinates and whether they were on the old map.
The clue about dark mode was helpful. That was why I couldn't see the map coordinates when I tried yesterday.
.
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
],
@pearl steeple
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.
For example, this is just one way. https://hellokittyislandadventure.wiki.gg/wiki/User_talk:Auevi#Wheatflour_Wonderland_Map
Otherwise, a list of lats and lons would work too!
Thank you! I'll see what I can do when I get a second
@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?
Hi there!! I'm so happy to hear that! ❤️
For that gudetama (or other items), I'd put it as close as possible to the in-game location that is able to be placed on the map.
Probably at
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
5 looks like it's at lat 301.23, lon 281.27 but then I see that you placed 6 there — i'd put 6 at ```lat 292.48, lon 277.40
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.
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
Lemme go check too!
Brb
I fixed #1 and I'll leave #5 for you to make a decision about
Perfect!!
I FOUND 5!
It's near ship
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
Yayyyyy 🔥❤️ I appreciate you sm!!!
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.
ok I'm going to do crystal caves gudetama now
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?
There aren’t any in the caves, as far as I know.
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
finished merry meadow almanacs. any suggestions on where to put coordinates for almanac #14?
finished cloud island almanacs except #14
no worries. on this page, https://hellokittyislandadventure.wiki.gg/wiki/Location_Maps, rainbow reef, merry meadow, and cloud island can all be changed to completed
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?
Hmmm, I can test it using the gudetam toggle in-game in a few min. If I'm remembering correctly, it would disappear though 😅
I think they must, because the vent thing that #11 is in is gone too
Oh perfect then!