Skip to content

Commit

Permalink
Improved name generator lists, added a new prefixcofix list with refe…
Browse files Browse the repository at this point in the history
…rences to many developers and kinesis, if someones name is not on this list that wants their name on it (and is a developer) let me know.

For now it is referencing:
Myself,
Kinesis,
Atrox,
hhyyrylainen,
Tjwhale,
Crodnu,
ATP-Kraken,
TheCreator,
Narotiza,
Minegamer,
Monty,
and NickTheNick
  • Loading branch information
Untrustedlife committed Jun 29, 2018
1 parent 2f7234b commit 9e747c1
Showing 1 changed file with 26 additions and 3 deletions.
29 changes: 26 additions & 3 deletions scripts/SimulationParameters/MicrobeStage/SpeciesNames.json
@@ -1,4 +1,19 @@
{
"prefixcofix": [
"Untrust",
"Kines",
"Atrox",
"hhyyrylain",
"Whal",
"Crodn",
"Kraken",
"Creat",
"Narotiz",
"Minegam",
"Monti",
"Nick"
],

"prefixes": [
"Ce",
"Ar",
Expand All @@ -14,7 +29,10 @@
"Ty",
"Tr",
"Ac",
"Pr"
"Pr",
"At",
"Kin",
"Cr"
],

"cofixes": [
Expand All @@ -32,7 +50,11 @@
"ec",
"ro",
"lar",
"im"
"im",
"rox",
"es",
"od"

],

"suffixes": [
Expand All @@ -46,6 +68,7 @@
"tus",
"cys",
"ium",
"um"
"um",
"ion"
]
}

4 comments on commit 9e747c1

@ATP-Kraken
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Atrox, and Kinesis are referenced somewhat redundantly, both in the precofixes and as a possible result of the random generator. Crodnu is similar, but the random generator can only spit out "Crod-."
I'd like to add more some random affixes to this, is there an easy way I can test them out?

@Untrustedlife
Copy link
Contributor Author

@Untrustedlife Untrustedlife commented on 9e747c1 Jun 29, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Go ahead! ALso, no you wont really be able to test this very well at the moment. just be aware of how what you add would effect things (The code for the name generator, while mostly solidified in the c++ portion) isnt in the angelscript yet. Also i think the Cr and Kin prefixes can stay, (because they will spit out words much different from the prefixcoffix list)

@Untrustedlife
Copy link
Contributor Author

@Untrustedlife Untrustedlife commented on 9e747c1 Jun 29, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The algorithm is very simple:
it generates words as such:
prefix+cofix+suffix
or:
prefixcofix+suffix

@Untrustedlife
Copy link
Contributor Author

@Untrustedlife Untrustedlife commented on 9e747c1 Jun 29, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commenting isnt going to cut i Kraken, you either have to actually edit the file on github, or just message me a list or post it on the dev forum or something and i can add it (not sure if you have commit permissions)
(Or commit it from a local repository)

Please sign in to comment.