harmony added a new file:
QuoteDisplay MoreNothing could hurt you in post death screen if you're already dead.. Right? How about head-eyes from GIGA_CHAD_69 or IHaveKappaLBozo? Maybe find a dead PMC with a dogtag BSG_FIX_UR_GAME?
This mod adds 4147 unique names into the game for BEAR and USEC individually which would show in your game, dogtags and flea. This mod also includes original names that come with SPT!
Editing
You can add your own names you want by simply opening and editing bear.json or usec.json located at BotCallsings/names
NOW SUPPORTING SCAV NAMES AS WELL!
This is turned off by default since there are no custom names - if you're feeling like giving SCAVs any names you'd like, go to BotCallsigns/config/config.json and set useCustomScavNames to true. Now you can open scav.json at BotCallsings/names and add as much names as you please.
PLEASE NOTE that giving too little of first and last names to SCAVs may result in SCAV bots spawning with names "Savage (Number)".Contribution
You can contribute and suggest your names by providing a list in any format at GitHub provided on the mod page! Or simply DM me on the SPT HUB. And do not worry about submitting any duplicate names! They're easy to deal with!
Gathering player names
The process is very simple. You can either use your imagination or straight up find any suitable EFT leaderboard offering you a big list of player names.
OFFICIAL EFT WEBSITE EXAMPLE
For example you want to get more names and opened ratings page at EFT website. What do you do?
Simplest way of doing this is use JS for this kinda thing which would be printing out every name in the dev console (F12). Something like this:JavaScriptfor (let i = 0; i < 100; i++) { let usernames = document.getElementsByClassName("login top")[i].textContent; console.log(usernames) }
login top is the actual div that contains the name in this case:
The possibilities with this are endless!
Installation
PLEASE NOTE THAT I AM NOT THE ORIGINAL AUTHOR OF THIS MOD, I JUST RE-UPLOADED IT (Since well, I also can't live without it). ALL CREDITS GOES TO HELLDIVER - THE ORIGINAL CREATOR OF THIS MOD.