Transformers and More @ The Seibertron Store
Details subject to change. See listing for latest price and availability.
deephaze wrote:I'd say block any and all "new" major canon names but allow existing players to bring over 1 per team if they used it in HMW1.
Eeep wrote:Also, are you going to outright ban the canon names in team time. Like I have Optimus Magnum, which I think is a cool name, or Galvatron Prime. I know you can limit it through keywords like "Optimus" or "Galvatron" or "Magnus" or other things like that. I just don't want the variences in canon names like ~Gavlatron~ or -Starscream- or others with the like filler characters, but I would still like the ability to keep the names that I have had from day one, unless some jack@$$ decides to steal them before I have a chance to get it.
Psychout wrote:Veep, I take what I said back. Thats not even original...![]()
![]()
Psychout wrote:You're all still thinking of this in terms of HMW1. Remember, we'll still have to earn the allspark keys to get more than 1 team member, so names will be lost all over the place.
Burn wrote:You want to talk unoriginality on names?
Burnimus Prime.
That one right there deserves to die, BY FIRE!
Omega Sentinel wrote:I am also blocking all characters that aren't a number or letter.
Omega Sentinel wrote:Currently the plan is to block cannon names. "Optimus Prime" will be blocked but "Prime" will not. Granted you will earn rank in your faction and "Prime" is a rank, but if you have Prime in your name it doesn't mean you are one.
I am also blocking all characters that aren't a number or letter.
Me, Grimlock! wrote:I think the dash and apostrophe should be fine. Without the dash, we wouldn't have characters like Wreck-Gar or First-Aid. Without the apostrophe, we wouldn't have Rack 'n' Ruin. Mind you, there are very few examples in canon, but in non-canon, I can see these having legitimate uses, unlike an ampersand or a carat.
Not that I'm advocating taking canon names, but there are times when a dash or an apostrophe is legitimate for non-canon names. I'd suggest don't allow them (or spaces) at the start or end of a character name, but otherwise I suggest they're fine.
People wrote:zombybunnie: N_V scares me...I no longer wish that my pants transformed
Burn:Anyone notice how much of a boring party pooper N_V is? He doesn't join in the fun, he's spent the last few years with dodgy builds feeding XP to the Autobots, and he sure as heck doesn't spam.
disruptor96: I forgot how insane you were.
Won't be possible. I'm going to catch cannon names anywhere in the whole name. Now if someone wants to be 1Op1t1m1us1 P1r1m1e1 or something like that they can, but they will just look ignorant anyway so who cares.Evolution Prime wrote:What about the space? I don't know if would cause any character names with two words to have problems or not. Glad to hear that special characters will be blocked. Still could see someone making a character list like 1Optimus Prime1 or like some one did by using a 0 for an O in Optimus. Ghey...
Psychout wrote:And you havent actually read what I said to Eeep, have you Red?
Editor wrote:I spent a good chunk of a saturday morning a while back trying to figure out a dozen original names that I would be happy using, because I didn't want a team of copycats.
Hopefully I can hold on to those names but if I can't oh well.
Its possible I can make exceptions for your own name but it will need to be done on a case by case basis. In you and EP's case I could manually setup a character for you with your name since you technically aren't canon names.Galvatron Prime wrote:Thought I'd throw in my cent.
So, OS, is that meaning the my main character will no longer be usable by me? I know I haven't played much of late but that's a little harsh (for lack of a better word).
I can understand some of the uses of the names but people such as EP and myself have had these characters for years. It's not like we just made them on a whim - well recently anyways.
Just curious about the situation is all
Name_Violation wrote:i think it would require a bunch more code. too much to be worth the hastle, IMHO
function valid_name($name) {
$valid = 1;
if(!preg_match("a-z0-9\ '\-", $name))
$valid = 0;
if((substr($name, 1) == "-") || (substr($name, -1) == "-"))
$valid = 0; //first or last character a dash?
if((substr($name, 1) == " ") || (substr($name, -1) == " "))
$valid = 0; //first or last character a space?
if((substr($name, 1) == "'") || (substr($name, -1) == "'"))
$valid = 0; //first or last character an apostrophe?
if(in_array($name, $list_of_reserved_names))
$valid = 0;
return $valid;
}
Return to Heavy Metal War Forum
Registered users: Bing [Bot], FAST WebCrawler [Crawler], Glyph, Google [Bot], Google Adsense [Bot], Google Feedfetcher, MSN [Bot], ShadowBlaze, Ziusundra