Posts: 6,544
Threads: 360
Joined: Aug 2007
Staff roles: Story Dev Economy Dev
(05-23-2025, 06:47 PM)Shulsky Wrote:
(05-23-2025, 06:44 PM)jammi Wrote: I'm fine with that (within reason).
Person names are a little tricky though, due to the way the game generates them. It's two separate lists of names, first names and surnames. There's no specific way to guarantee a full name. You could enter the entire name as a first name, and then it'd look like "first middle surname", I suppose.
Bit funky. I'd have to think about how that would practically work.
Is there no way to have the middle and surname being blank spaces, with the full bit being the first name?
Not that I'm aware of. Basically the game runs a random number generator across the two lists, and picks a name from each at random. There's no way to ensure that the complete name you put on one of the lists is also paired up with a blank slot on the other list.