ZnoteAAC icon indicating copy to clipboard operation
ZnoteAAC copied to clipboard

Name Suggestion on Character Creation

Open ghost opened this issue 5 years ago • 2 comments

Well, today I had to create lots of characters for testing purposes and it was a pain to name them, so I had the idea to suggest the implementation of a Suggest name feature just like we have in the official game, I've found two API's that could help:

http://names.drycodes.com/ https://github.com/skeeto/fantasyname/

ghost avatar May 18 '20 17:05 ghost

Which query parameters would fit nicely? I don't have time to dig to deep into the code and try various things, but if you can fix some samples it should be easy enough to implement to Znote AAC.

Znote avatar May 19 '20 21:05 Znote

Which query parameters would fit nicely? I don't have time to dig to deep into the code and try various things, but if you can fix some samples it should be easy enough to implement to Znote AAC.

by taking a further look into the two links I suggested, the drycodes one does its job better, and here are the queries for returning a single random name:

for male and for female

(you may change the "1" to any number and it will return an array with that much names

EPuncker avatar May 19 '20 23:05 EPuncker