QUOTE (makerofthegames @ Oct 5 2009, 01:04 PM)

[...]
You can't say "have one of your other games featured" to answer "how do I get one of my games featured" because he doesn't have one in the first place.
How did he get that first featured game?
[...]
Read his original reply again. He quit clearly quoted some text and said
"or". You're completely ignoring the "or". The "or" implies there was already something else listed, the method that doesn't require already having a featured game. Also, NAL clearly stated how games get featured (which also explains how people with featured games tend to get more games featured).
Edit: To make what he was stating even a bit more clear for a programmer:
if((popularAlready == true || alreadyHasFeatured == true) && randomChanceOfSeeing == true) {
featured = true;
}
But as NAL said, it's more like:
if((modLikes == true || alreadyHasFeatured == true) && randomChanceOfSeeing == true) {
featured = true;
}