bad pokemon peoples

Posted by NeutralReiddHotel on July 20, 2008, 4:50 p.m.

Game Fortress is the creator of Pokemon Twilight, a pretty popular fangame in the GMC. Since his game got so popular, he gave out an old editable (which I downloaded a while back for the lulz). Thing is, he uses strings to store pokemon data. Short example:

name="PIKACHU";

attack=13;

defense=10;

pokemon[1]="%a"+name+"%b"+string(attack)+"%c"+string(defense)+"%d";

To extract the values:

xx1=pokemon[1]

xx2=string_pos("a%",xx1)+2;

xx3=string_pos("b%",xx1)-(string_pos("a%",xx1)+2);

name=string_copy(xx1,xx2,xx3);

And so on. I made a pokemon battle engine a year ago(pretty bad though) and I used this method to store pokemon because it's pretty simple and easy. I used the same name of the script GF did on his game because it was pretty easy to remember: save_raw() and load_raw(). Well, I released the source of the said pokemon engine to yoyogames.

Now, being the asshole that I am today, I ask to anyone that uses the engine to please give credit, but if not, to just not claim as their own. (it did take months of work, after all)

Somebody downloads both Game Fortress' engine and mine(completely different except for those two scripts) and yells at me for using the same method of storing pokemon as GF does. But he didn't really pay attention at the code, just the name of the scripts.

It was an honest mistake for me to name those scripts the same name as GF's scripts, but should I get yelled for it? I didn't really come up with that way to store data, so that part of the engine wasn't my work, but the rest is. It's not like I copied and pasted the code in the scripts, I made my own from the code in them…

So, the question, again, is what you think. Is it fair that Game Fortress gets credit in my game because I (accidentally) named my scripts the same way he did?

edit: oh yeah, link to engine

mine

http://www.yoyogames.com/games/show/11992

GF's

http://64digits.com/users/bob799/Pokemon_GameFortress.gm6

Comments

Josea 15 years, 9 months ago

The question is, do you have to care about what a random asshole wrote in the internet?

NeutralReiddHotel 15 years, 9 months ago

I does. I'm bored.

PY 15 years, 9 months ago

Just say 'no u', and leave it at that.

Requiem 15 years, 9 months ago

Sadly, you're in the part of the internet where nobody really cares about your Pokemen.

WaleedAmer 15 years, 9 months ago

I second what PY said, except it should be all caps with no space.

"NOU"

blueBX 15 years, 9 months ago

I'm going to agree with Josea. Anyone with a basic knowledge of GML could have known the difference between your engine and GF's engine.

Bryan 15 years, 9 months ago

A slight modification of the "no u"

"no u fgt"

That would really do :)

OBELISK 15 years, 9 months ago

But the best of all would be

"NO U GAT"

flashback 15 years, 9 months ago

Quote:
Sadly, you're in the part of the internet where nobody really cares about your Pokemen.
DON'T TALK ABOUT MUDKIP THAT WAY

Majatek 15 years, 9 months ago

Mudkipz?

I herd I liek them.