Guestbook

Welcome to the Cave of Dragonflies guestbook.

Off-topic discussion is allowed, but spam is not; please make sure all your messages are of substantial meaning that at least somebody would be interested in reading and responding to. That being said, obviously I appreciate comments relating to The Cave of Dragonflies, whether they are error reports, questions, suggestions or whatever else you might want to get across.

Messages

My own messages will be signed as Butterfree, with the Admin label below my name. If someone signs as Butterfree without that label, it's probably not me.

15
Commenting on: 01-30-21

That's really interesting. I believe that it fits in canonically with one of the "Pokémon Adventures" manga scenes in which Crystal throws a Level Ball at full-health Arceus. However, that was in the HGSS arc, so I'm not sure whether it was informed or just by chance.

[01/02/2021 14:59:15]

SS
Commenting on: 01-30-21

Oh, how interesting about the level ball!! How does it work in later gens like HGSS?

[01/02/2021 07:29:40]

TrainerWalker
Commenting on: 01-01-21

Lots of things to be thankful for! Happy new year, and I am excited to see the work that is done here in this community during this trying year!

[22/01/2021 10:56:27]

Ben

Hello, your website is amazing. I just found it searching for a catch rate calculator. I am 33 years old myself, so much in common. My first Pokemon game was Blue. Keep up the good work, from USA.

[17/01/2021 13:09:01]

Greninlucarizard
Website: Grenin's Place

I just added a new personality quiz to my website.

[11/01/2021 05:14:34]

yumm

nevermind

[06/01/2021 19:32:17]

yumm

no need to answer this but for the "Favorite Pokémon Picker" I think a cool/useful option would be the ability to increase how many pokemon can be in your "Found Favorites", because at a certain point I can't narrow it down anymore without not picking one of my actual favorites.

[06/01/2021 19:17:28]

IndigoEmmy
Commenting on: 01-01-21

Happy new years TCoD! What a year this has been and i'd like to give some new years thanks of my own to everyone on the TCoD forums!

[01/01/2021 16:23:15]

Greninlucarizardlup
Website: Grenin's Place

Great update to the Safari Zone calculator. It's so great that TCoD celebrated its 18th birthday this year.

[20/12/2020 15:23:44]

IndigoEmmy
Commenting on: 11-02-20

So… now that TCoD is an adult, will it be moving out?
(Joking)

[18/12/2020 12:43:18]

Butterfree
Admin
Website: The Cave of Dragonflies
Commenting on: 12-09-20

The graphs chart a couple of particular special cases, with each individual data point precalculated by the calculator (as in, I literally used a calculator that works like the actual calculator to get the result for 100/100 HP, then 96/100 HP, then 92/100 HP… and then took that list and hardcoded it onto the page so I could tell Google Charts to plot it out). There is no simple predictive formula behind those graphs; these are just the numbers that you get when you plug these particular parameters into the calculator. If I wanted to make charts for any other catch rate, or for any situation where there's also a status condition, I'd have to calculate each data point there individually from scratch using the calculator.

The limit of 255 doesn't really have anything to do with making it difficult to generate true randomness. All random number generators used in games, etc. are pseudo-random - they consist of applying some kind of formula that gives results that appear random. This RNG design in particular just isn't fully thought-out; there are many other random number generator algorithms that would not have this problem and would genuinely give the expected results.

[14/12/2020 14:57:21]

Happy
Commenting on: 12-09-20

REALLY impressive work from all of you who've looked into this! I would've never expected a limit of 255 to make generating true randomness so difficult! Or did they make it more complicated than it needed to be..?

Just an offhand wonder about the new calculator: you say it's a heavy machine now, but you already have stats onhand for the predicted theoretical & real performance of these balls caused by this rng system, that you even put into graph form. Is it that these stats weren't satisfactory to apply as plain percentages during the simulation.. or that they weren't satisfactory for your ambition? 😛

[14/12/2020 11:25:10]

Butterfree
Admin
Website: The Cave of Dragonflies
Commenting on: 12-09-20

Haha, they weren't exactly made to be standalone! Like, I've been posting them in places as cool RNG art, because they just look cool, but I absolutely don't expect them to convey much of any information without the accompanying explanation. That's why they are presented with all that explanation!

I'm not sure that they'd be all that useful standalone even with labels - like, even if I labeled the different colors, you wouldn't actually know what the patterns mean and they would just make it harder to tell how much green there actually is, proportionally, right? I could also label the axes, but the axes also aren't going to mean anything to anyone who isn't familiar with RNG internals as explained in the article. At best it might make the image more intriguing, I suppose, as a thing to post alongside a link to the article?

[12/12/2020 12:17:43]

Negrek
Website: Thousand Roads
Commenting on: 12-09-20

Yooooo, congrats on finishing this! It came out really nicely, and I think you did a good job breaking down what's going on with the RNG and how it has an impact on capturing. The capture plots are a really cool way to visualize what's going on… you can definitely see when the RNG is having a big effect based on how chaotic they get, heh. They're fun to look at as little pieces of art!

It might be nice to put some labels/legends on them, though, since without the paragraph of explanation about what's going on they're basically impenetrable. Compromises the arty look a bit, but would make them more standalone, I think.

[12/12/2020 04:25:58]

Butterfree
Admin
Website: The Cave of Dragonflies

What do you mean, both ways? I was suggesting the form should return an error and not let you submit if you type something that doesn't start with an http(s):// (because it will always be an invalid link).

[11/12/2020 23:02:04]

15

However, wouldn't that lead to a broken link both ways?

[11/12/2020 21:55:02]

Butterfree
Admin
Website: The Cave of Dragonflies

Mainly that sometimes people type something like "none" or "don't have one", which shouldn't be a link either way.

[11/12/2020 20:40:01]

15

So then what are the pitfalls of appending an http:// or https:// to the beginning of a guestbook link which does not start with http:// or https://?

[11/12/2020 13:12:10]

SS
Commenting on: 12-09-20

I haven’t read through this yet but this looks amazing!! Nice work, this must have been quite the research/testing task :D

[10/12/2020 16:53:06]

Butterfree
Admin
Website: The Cave of Dragonflies

A relative link is a link to another page on the same website. When one of my pages links to another one of my pages, I don't need to type the full https:// URL, because it's assumed by default that the link goes to another page on the same site. If I do want to link to a different website altogether, I need to include the http:// or https://, because that's what tells the browser it's a full (absolute) link, rather than a relative one.

[10/12/2020 16:45:04]

Page last modified November 3 2020 at 01:58 UTC