Welcome to the Browser-Base Game Zone forums!
-where can we find such names listed for each country ??
I hesitated to ask this question for quite a long time, but since a similar thread already exists I'll give it a try:Imagine an international game which wants it's players to choose "realistic", "valid" fantasy names.What if this game would restrict the available range of characters to english letters, excluding numbers, with the goal of forcing the players to choose such names? Would this be of any use?And could you recommend other/further possibilities? (e.g. make it part of the game rules)
Quote from: Doidel on June 03, 2009, 11:06:28 AMI hesitated to ask this question for quite a long time, but since a similar thread already exists I'll give it a try:Imagine an international game which wants it's players to choose "realistic", "valid" fantasy names.What if this game would restrict the available range of characters to english letters, excluding numbers, with the goal of forcing the players to choose such names? Would this be of any use?And could you recommend other/further possibilities? (e.g. make it part of the game rules)You could have the it in the rules to have a realistic valid fantasy name when creating your character. Otherwise, use preg_match() to make sure a user only uses alpha characters, perhaps use it also to make sure they dont use any bad words, and maybe even use ucwords(strtolower()) to capitalize the first letter for each name and lowercase the rest so you dont get crazy all caps names out there.My suggestions (although I'm not even sure you were even asking to be that technical)