Name database

I had DDSCB20 and adjusted the player name generation database to add a whole bunch of names and change name frequencies. Is there any easy way to transfer JUST that adjusted name database from 20 into 21?
https://www.draftdaysports.com/board/
https://www.draftdaysports.com/board/viewtopic.php?f=336&t=34058
LloydLungs wrote:I had DDSCB20 and adjusted the player name generation database to add a whole bunch of names and change name frequencies. Is there any easy way to transfer JUST that adjusted name database from 20 into 21?
Chris wrote:I love that you did this.. I really want to see the North American name database expanded for LastName and FirstName.. our two best players in our first year simulation league had the last name Brown. We need to shake it up a bit
LloydLungs wrote:Chris wrote:I love that you did this.. I really want to see the North American name database expanded for LastName and FirstName.. our two best players in our first year simulation league had the last name Brown. We need to shake it up a bit
Yeah, I just about doubled the amount of last names in the database and slightly reduced the frequency of the more common names like Brown/Smith/Jones/etc. It still needs some work honestly, but it's better than it was.
I think I figured out how to Export a table from a CSV file from 20 over to 21. I hope anyway. Haven't tried it out yet.
Chris wrote:What are the values where this could be edited? I'm very interested in doing this
LloydLungs wrote:Chris wrote:What are the values where this could be edited? I'm very interested in doing this
Well, I just downloaded DB Browser, and once in that program, Open Database... then went into DDSCB21 -> app -> data -> default.db, and selected Browse Data from within the program. From there you get a drop-down menu of Tables that includes "USFirstName" and "USLastName." From there you can just add records and edit the frequency of records.
I'm sure there's other ways to do it but that's what I did.
Chris wrote:I'd be interested to see the kind of frequency values you determined for what you ended up enjoying more
LloydLungs wrote:Chris wrote:I'd be interested to see the kind of frequency values you determined for what you ended up enjoying more
Well, there wasn't too much to it. Like I said, I roughly doubled the number of last names (added some first names also). Most of them I only assigned a frequency of 1, but simply adding any names at all decreases the frequency of the Smith/Jones/Brown type names by a little bit. Then I also sorted by most popular names, and anything over frequency of 20, I knocked down by about 5-10. I wasn't scientific about it, it was pretty scattershot but it helped some.
It's definitely improved the name generation. Ideally you'd get kind of an OOTP-type database which pretty much includes every last name there is, but that's an ungodly amount of work so this probably suffices for me.
LloydLungs wrote:Chris wrote:I'd be interested to see the kind of frequency values you determined for what you ended up enjoying more
Well, there wasn't too much to it. Like I said, I roughly doubled the number of last names (added some first names also). Most of them I only assigned a frequency of 1, but simply adding any names at all decreases the frequency of the Smith/Jones/Brown type names by a little bit. Then I also sorted by most popular names, and anything over frequency of 20, I knocked down by about 5-10. I wasn't scientific about it, it was pretty scattershot but it helped some.
It's definitely improved the name generation. Ideally you'd get kind of an OOTP-type database which pretty much includes every last name there is, but that's an ungodly amount of work so this probably suffices for me.
Chris wrote:Did you just add rows at the very end or did you try to get the ID #'s in sync after you inserted rows?