- Server version
- 1.6.0
- Game client version
- 0.12.12.2.12893
- Client log file
- codepaste.sp-tarkov.com/?1ad58…viVSjFKhzuwpeNBwo6FiN4ZFE
- Server log file
- codepaste.sp-tarkov.com/?63168…eKKNUWtJ8zk2t4ChtL3hndp4i
- Have you read the FAQ?
- Yes
- Where did you download your game from?
- From BSG Launcher
- List of used mods
- N/A
Hi all,
Apologies for not specifying my mods, that information is irrelevant to the issue I'm having.
I am currently working on making my experience in SPT a bit more immersive, one of the ways I was attempting to do this is by editing the .json containing all the PMC names and making them actual player names you find in Tarkov.
Doing so has caused an issue, by default there is a first name array and a second name array. The second name array is never used and the first name array holds both their second name and first name like so.
"firstName": [
"Bob Dylan",
"Mike Hawk"]
When the space is encountered it automatically places an underscore there as spaces in names aren't allowed in EFT.
Now when I change the name to contain usernames like so
"firstName": [
"Blackb1rd",
"WlodarRecGames"]
It will automatically place an underscore at the end of the dogtag, regardless of it having an underscore there already.
In the picture below you will see the name appearing normally in Flea Notification but with an underscore in the dogtag.
and in the next picture you will see "__Dante__" turned into "__Dante___".
Does anyone know if there is a way to fix this?
I have had a root around the bot files and I couldn't seem to find a way.
Any help will be appreciated.