Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Radiant

#3181
General Discussion / Re: business proposition
Fri 19/10/2007 17:18:26
Quote from: Dave Gilbert on Fri 19/10/2007 16:39:58
This is quite normal, actually.  If someone distributes your game, they want a version that includes their logo.

There's a line between distributing, or publishing, a game, and merely hosting it. For the former, it's reasonable to ask for a logo inclusion; for the latter, it isn't really.
#3182
Quote from: Cyrus on Fri 19/10/2007 15:39:53
It's, in my personal opinion, kind of a disorder, but bisexuality, in contrast to some cases of homosexuality, is curable. Just try not to give in to it.

Frankly I find that remark completely ridiculous, and so does contemporary psychology. Just because you don't like something for whatever reason doesn't make it a "disorder" by any stretch of the word. I'd suggest you read some of Kinsey's work on the subject.

To the OP - there is most definitely nothing wrong with you. Five minutes of websurfing could easily locate you a hundred people with the same taste, and a dozen with something that goes way further.

Aside from that, it is quite natural, if you're sixteen, to not know what to think about sexual topics, including what you find attractive or not.
#3183
General Discussion / Re: Andy Milonakis
Fri 19/10/2007 15:52:42
Meh.

He does stupid things on MTV. While that fits perfectly with the rest of the programming on MTV (with one or two exceptions), I fail to see how it is anything other than boring.
#3184
Wow, according to the counter we have over 10,000 downloads now! Thanks, everybody, for your support!!
#3185
There once was a poet in Hong Kong
Who thought Limericks were too long...




(you know, folks, just like a haiku is supposed to be 5/7/5 syllables, a limerick is supposed to  have meter... three dactyls, three dactyls, then two, two, and then three; usually that's close to 9/9/5/5/9 syllables).
#3186
Yeah, this is just a "best picture" vote, and you're trying to get outside influence.

Contest regulations point eight states "if the Skikot Sticker Action is influenced in an unfair or illegal manner, or suspected to be, Skikot reserves the right to not hand out prizes, and to disqualify contestants from the contest."

Seems to me that's precisely what you're doing here.

Besides, I'm not imprssed by your threatening people.
#3187
The Rumpus Room / Re: Haiku maybe help?
Tue 16/10/2007 09:30:59
Quote from: monkey_05_06 on Tue 16/10/2007 04:03:37
What the hell's haiku,
And why are people talking
Weird and annoying?

To express oneself
In seventeen syllables
Is very diffic-
#3188
The Rumpus Room / Re: Haiku maybe help?
Mon 15/10/2007 23:01:55
Internet forums
Are not supposed to fall to
Thread necromancy
#3189
Yes, but you're no lamer than 90% of the internet.
#3190
Spoiler
Black hair - yes, I expected some (but few) people to find it, and turns out they did :) some players compulsively look at everything.

The problem with Snow White's apple is that in several renditions of the fairy tale, it has a different color. In some tales it is white-and-red, for instance, and in some it is bright green. The reason it's gold is to attract attention, and to distinguish it from the regular apples (that are red, in the orchard).

Aside from that, several people hint at it being enchanted, and you can show it to the faeries to learn more.
[close]

Sherlocking isn't everybody's cup(pit) of tea, but you can get a lot of mileage out of the game without doing that. I think in many adventure games there's groups of people that just want to get to the end, and others that want the full score.
#3191
Quote from: paolo on Sun 14/10/2007 12:11:55
Here's an idea. Write to the people who made KOF and ask them if you can use their graphics in your game. This is the only legitimate way to do it (copyright notices usually say something along the lines of "no copying ... without the owner's permission").
Here's a better idea - ask the copyright owner. Usually, the hard-working programmers and artists don't own the copyright to their own work, but the publishing company (and their lawyers) do. That is the only legitimate way to do it. Yes, there are several authors that are not allowed to make a sequel to their own work.

And indeed, companies will tend to say "no". Although e.g. Vivendi has been known to greenlight certain games such as KQ9 (The Silver Lining).

Quote from: loominous on Sun 14/10/2007 13:40:05
There's hardly a popular movie these days that doesn't contain a clear rip from a music album. The only difference here is that some executive said 'fine'.
Yes, but in nearly all those cases, the movie producers paid for that privilege. And you're wrong in that they don't get accredited, because they usually do (that's why movie credit sequences can last up to ten minutes).

Quote from: Blueskirt on Sun 14/10/2007 19:43:52
For the whole legal aspect, I don't see any problem with ripping.
Well, I'd hate to say this, but you should read this thread again, because you're just plain entirely wrong. From the legal aspect, there are many problems with ripping, as pointed out again and again. Yes, legally speaking, ripping is illegal.

To point out a few things you've missed - 8-Bit Theater is a legitimate work of parody; AGDI actually has permission from Vivendi to use their material in their remakes, and actually got rewards for best graphics in spite of that; and so forth.

Just because people can get away with it, and because it is "okay with you" doesn't mean that it is legal.
#3192
Am I the only one who finds that umlaut really stupid? And yes, I am aware of Spin̈al Tap.
#3193
Quote from: quixotecoyote on Fri 12/10/2007 16:57:19
Hmm.  As far as the legality, my understanding is that under US law this would fall under a fair use exception as:

You are most probably incorrect, as any game using KOF sprites would plausibly be considered a derivative work, and using the characters is very much substantial, and the marketing division will claim that you are diluting their marketing potential.

More to the point, in what passes for a legal system in America, an indie developer does not have the resources to have any hope of winning a court battle from a corporation, should they decide to cease-and-desist and/or sue him.
#3194
Easily.

Use the on_key_pressed function, then simply do stuff like

Code: ags

function on_key_pressed (int key) {
  if (IsGUIOn (TOPBAR)) {
    if (key == 27) GUIOff (TOPBAR); // escape
    if (key == UP) {
      SetLabelColor (selected, BLACK);
      if (selected > 0) selected --;
      SetLabelColor (selected, WHITE);
    }
    if (key == 13) { // enter
      if (selected == 1) SaveGameDialog (); 
      if (selected == 2) RestoreGameDialog ();
      // et cetera
    }
    // et cetera
  } else {
    if (key == 27) GUIOn (TOPBAR);
  }
}

#3195
There are a few packs of free graphics available on the resources page. That might help.
#3196
Quote from: m0ds on Fri 12/10/2007 03:15:42
** I am soo making a Nanobots parody

Ah, someone could to a Femtobots with the bots actually too small to see on-screen  :P
#3197
This template may be useful...
#3198
I think this is an excellent concept.
#3199
General Discussion / Re: School shootings
Thu 11/10/2007 00:15:38
I think I know enough applied psychology to give a meaningful answer or two...

Quote from: Raggit on Wed 10/10/2007 22:23:23
Why does this keep happening?  Granted, school shootings are not as rampant as they may seem, what with all the media attention they draw, but they still beg the question, why.
I suggest you watch Bowling for Columbine; it provides some interesting insights in the matter. It is very much a culture thing, combined with the abundant availability of firearms.

QuoteWhat's pushing these kids to do these things?
Generally, ignorance.

QuoteWhy are so many of them male?
As above, plus males are traditionally more aggressive than females. Testosteron, and so forth.

QuoteWhy don't the kids who know about these plans in advance say something before it happens?
Disbelief, usually. Either they don't think that will happen to them, or they don't realize the magnitude (this is rather otherwordly for most people, especially young ones) or they do tell and aren't listened to, for pretty much the same reasons.

QuoteAre there any plans in the near future to take action against these shootings that will actually be effective, and still leave personal privacy and individuality intact?
No. You should listen to the song "Blame Canada" for a few insights into that - specifically, the final line "we must blame them and cause a fuss before somebody thinks of blaming us". People are too busy blaming e.g. heavy metal music and videogames, because this is a convenient scapegoat and allows them to believe themselves guilt-free. The problem usually starts with the parents.
#3200
The next one, by default.

It's called optimism  ;D
SMF spam blocked by CleanTalk