-
-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Help Wanted] Generate nick at register #264
Comments
How do you know that those are the names? |
Hi @FGServers |
@BeReal86 If there are many more that I will publish little by little Sorry for my English |
Issue renamed and added research tag. We need the full list to build the feature. Should be provided on a gsheet so we can make it collaborative |
Después de una larga tarde en el ogame España y Argentina saque una lista larga de nombres que hay q filtrar por el espacio Nota: Abajo esta el listado de la primera versión |
Tengo el primer listado de la primera version les dejo lo que serian los nombres de adelante Array []
Update 3 |
Best way would be to add these array names to language file, so each language can generate its names. |
La lista no está completa en la semana pongo el nuevo array |
Update 2 New Nicknames |
Update 3 Nuevos nombres Ya creo que ya se puede empezar a utilizar y eliminar del registro el nombre de usuario |
// CODE OF GENERATE NICK AT REGISTER
$name = $first[rand ( 0 , count($first) -1)];
$name .= ' ';
$name .= $second[rand ( 0 , count($second) -1)];
echo $name;
// PRE LIST NICK (List in development)
$first = [ 'Admiral', 'Bandit', 'Captain', 'Chancellor', 'Chief', 'Consul', 'Commander', 'Commodore', 'Czar', 'Director', 'Engineer', 'Emperor', 'Geologist', 'Governor', 'Lieutenant', 'Lord', 'Marshal', 'Mogul', 'President', 'Proconsul', 'Procurator', 'Renegade', 'Senator', 'Sovereign', 'Stadtholder', 'Technocrat', 'Vice', 'Viceregent' ];
$second = [ 'Alpha', 'Andromeda', 'Antares', 'Archer', 'Ares', 'Aries', 'Astra', 'Astral', 'Buzz', 'Castor', 'Ceres', 'Crux', 'Columbo', 'Corona', 'Dawn', 'Deuterium', 'Discory', 'Eridanus', 'Eos', 'Fay', 'Genesis', 'Gravity', 'Hale', 'Helio', 'Helios', 'Herschel', 'Holmes', 'Hunter', 'Hydra', 'Interstellar', 'Jericho', 'Keid', 'Kraz', 'Lagoon', 'Leda', 'Leonis', 'Leto', 'Neptune', 'Neso', 'Neutron', 'Nusakan', 'Majoris', 'Malin', 'Metis', 'Mercury', 'Nash', 'Oberon', 'Orbit', 'Orion', 'Osiris', 'Owl', 'Pallas', 'Palpatine', 'Pan', 'Phoebe', 'Polaris', 'Portia', 'Quantum', 'RangerRanger', 'Sagittarius', 'Sao', 'Sagan', 'Saros', 'Saturn', 'Seti', 'Sirius', 'Sol', 'Sovereign', 'Space', 'Sunspot', 'Tauri', 'Titan', 'Transit', 'Themis', 'Uriel', 'Veil', 'Vektor', 'Vostok', 'Voyager', 'Wezen', 'Xanthus', 'Zenith' ];
I am going to edit this arrangement to measures that are deciphering the complete lists
So we can update the login for this which is the previous one to the lobby
The text was updated successfully, but these errors were encountered: