Wed Mar 29, 2006 1:23 am
Wed Mar 29, 2006 1:26 am
Wow, I actually understood that. Either I'm spending waaay too much time in front of the computer, or programming is getting a lot easierdolphinling wrote:darkfire wrote:dolphinling wrote:Looks nice! Think you could make it automatically align it to where it's supposed to be if the person's get_star_data includes that constellation? It should be pretty easy, the format they use is simple to understand.
Also, I'm having a bit of trouble dragging it... sometimes it works, sometimes it doesn't. You might want to look into it.
The automatic lining up is not as easy as it sounds, it requires finding the pattern to find the pattern you have to for each star search every other star to find the second then to make sure you have the right one you'll have to search every other star again for the third. While programmitcally this isn't as hard (three nested for loops should do it) processing-wise it starts eating. (Ie just looking for the first three star in the the constellation to make sure it really -is- the right one will take approx 280^3 calculations if you have 280 stars.)
Oh yes forgot to add, are you using Firefox? Cause if you are it is have some issues (and the issues vary) with firefox. I am not familiar with firefox so I'm unsure as to how to fix it, but I'm looking into it.
Nono, I don't mean automatically finding the constellation, I just mean automatically aligning it if it's already in the star data. Take a look at the end of mine:
- Code:
...:1!37,-212;77,-242#77,-242;117,-272#157,-272;197,-242#197,-242;237,-212
Before the ":" is all the original star data. After it is all the already-found constellations. Constellations are split up by "|" (not shown here, but it's in the code for the telescope). Then, in each constellation, before the "!" is the ID of the constellation: in this case 1, which is the DF. After that are the lines, split up by "#". There's a line between 37,-212 and 77,-242, another between 77,-242 and 117,-272, etc.
So pretty easy to understand.
Wed Mar 29, 2006 1:26 am
tinikidi wrote:First of all, I feel extremely stupid right now. I spent three hours today trying to find the constellation, except only now when I checked your site and realized I needed to get new data after visiting the Tomb and Archives. Once I got the new data I found the thing right away, and now feel very satisfied.
dolphinling wrote:Nono, I don't mean automatically finding the constellation, I just mean automatically aligning it if it's already in the star data. Take a look at the end of mine:
- Code:
...:1!37,-212;77,-242#77,-242;117,-272#157,-272;197,-242#197,-242;237,-212
Before the ":" is all the original star data. After it is all the already-found constellations. Constellations are split up by "|" (not shown here, but it's in the code for the telescope). Then, in each constellation, before the "!" is the ID of the constellation: in this case 1, which is the DF. After that are the lines, split up by "#". There's a line between 37,-212 and 77,-242, another between 77,-242 and 117,-272, etc.
So pretty easy to understand.
Wed Mar 29, 2006 1:28 am
Wed Mar 29, 2006 1:29 am
TelegramSam wrote:Here's a tip: Go to the observatory and get the telescope going BEFORE you collect the star data to put in the mapper.
It generates a new "sky" every time you go to it, only the constillation you already found will still be there, the rest is just random. I don't think the constillations will show up in your "sky" until you've found the hint for it.
Wed Mar 29, 2006 1:33 am
darkfire wrote:The automatic lining up is not as easy as it sounds, it requires finding the pattern to find the pattern you have to for each star search every other star to find the second then to make sure you have the right one you'll have to search every other star again for the third. While programmitcally this isn't as hard (three nested for loops should do it) processing-wise it starts eating. (Ie just looking for the first three star in the the constellation to make sure it really -is- the right one will take approx 280^3 calculations if you have 280 stars.)
Wed Mar 29, 2006 1:34 am
Wed Mar 29, 2006 1:36 am
farside wrote:darkfire wrote:Hello *waves* me again. Just dropping in to tell you that I've added a nifty (read "not really but just pretend it is") feature to the mapper. That is correct folks you heard correct!
Now if you click the "Show Guide" checkbox a bunch of circle will appear that you can drag over your map until you find some little dots that fit exactly into the little circles and there you have you're constellation. See? Told you it's nifty!
Good solution. I was going to start writing a program that, when given the coordinates data, would load all the coordinates into an array or linked list (depending on the programming language) and then mathematically calculate and compare between datapoints until a solution set was found, which would then be output to user. But I think that would have made it way too easy for the kiddies. At least, with this solution, they still have to do a little something themselves.
Wed Mar 29, 2006 1:41 am
Mxytdvc wrote:Anyhoo, I did notice something interesting. You can't connect to a star that's already in the constellation. Which means, if we have to get 12 constellations, it's probably going to get a bit crowded....
Wed Mar 29, 2006 1:44 am
Wed Mar 29, 2006 1:45 am
ziggystarx0 wrote:Someone on the boards on neopets found something rather interesting that may play a part in the future plot.
The user marak the wave has some rather interesting things in his shop and pet's webpage. The most interesting involving a link at the bottom of the poem on his pet's page which leads to the Hall of Heros and something about a second stone. The link doesn't work yet but I figure it's worth mentioning.
In case you're curious here's the link to his lookup:
http://www.neopets.com/randomfriend.pht ... rakthewave
Wed Mar 29, 2006 1:55 am
Okay, I'm slightly more of a believer now. He has a shopkeeper that's apparently not available to regular users and now the link to this "second stone" is gone and has been replaced with a picture of the statue in Maraqua. There's also been more poems/riddles discovered...
More info here:
http://www.neopets.com/neoboards/topic. ... 258&next=1
Wed Mar 29, 2006 1:56 am
Wed Mar 29, 2006 1:57 am
Wed Mar 29, 2006 1:59 am
ziggystarx0 wrote:Okay, I'm slightly more of a believer now. He has a shopkeeper that's apparently not available to regular users and now the link to this "second stone" is gone and has been replaced with a picture of the statue in Maraqua. There's also been more poems/riddles discovered...
More info here:
http://www.neopets.com/neoboards/topic. ... 258&next=1