The Forge is currently under construction. Data is synchronized with the hub every 30 minutes. Help report issues!

Mod Details

Trader Namer

Trader Namer 3.1.0

Created by sgtlaggy

4.3K Downloads

SPT 3.11.2 Compatible

Change your traders' names and avatars.

After changing avatars, you must go to the launcher's settings and click "Clean Temp Files" at the top.

This mod will let you change traders' nicknames and avatars.

The novel difference from other avatar-swapping mods is that it uses trader nicknames instead of obscure avatar IDs that don't match the trader ID. By default the name should be in your system language but this can be changed in config/lang.json. You can find language codes in SPT_Data/Server/database/locales/; the value for English is en, Russian is ru, etc.

Instead of using a trader’s nickname you can use either their regular ID (for compatibility with Windows filename restrictions) or avatar ID (to easily switch from other avatar-switching mods).

Both features of the mod should work for custom traders as long as this mod loads after them.

I've set up a (very) basic configuration page for anyone who'd rather use it than edit the JSON by hand. When "uploading" a config, it is read in the browser and not actually sent anywhere.

Setting Trader Names

Edit config/names.json and add a new line between the {} in the format "Default Name": "New Name".

The key (left) should be the trader's default nickname/ID like Prapor or 54cb50c76803fa8b248b4571, the value (right) is what you want their new name to be.

Examples:

{ "Prapor": "Sidorovich" } { "Prapor": "Sidorovich", "Fence": "Drebin" } You can also change the trader's information like Location and Description.

Valid keys for this extended syntax are "FullName", "FirstName", "Nickname", "Location", and "Description". All are case-sensitive.

{ "Prapor": { "Nickname": "Sidorovich", "Location": "Rookie Village in the Cordon", "Description": "A reliable source of equipment for stalkers." }, "Fence": "Drebin" } ### Setting Trader Avatars

Name an image based on the trader's default nickname/ID like Prapor.jpg, 54cb50c76803fa8b248b4571.jpg, or 59b91ca086f77469a81232e4.jpg and put it in the mod's avatars folder.

Images should be JPEG or PNG and sizes around 500x500 work best.

Version 3.1.0
Download Mod Version

SPT 3.11.2

Latest Compatible SPT Version

43 Downloads

Created Apr 1st, 10:37 PM

Updated Apr 1st, 10:37 PM

Virus Total Results

Now supports using trader ID to get around Windows filename restrictions

Because it wasn't much more effort, you can also use early traders' avatar ID to more easily transition from other avatar-switching mods

These apply to both avatars and names.json

Traders' original names are now grabbed from the system locale instead of English by default. This can be changed in the new lang.json config.

This is mainly useful for anyone using Fika with players who use different system languages and don't have a dedicated server setup.

Version 3.0.0
Download Mod Version

SPT 3.11.2

Latest Compatible SPT Version

186 Downloads

Created Mar 15th, 10:24 PM

Updated Mar 15th, 10:24 PM

Virus Total Results

Updated to 3.11

Version 2.1.2
Download Mod Version

Unknown SPT Version

Latest Compatible SPT Version

2.4K Downloads

Created Nov 23rd, 2024

Updated Nov 23rd, 2024

Virus Total Results

Small update to fix a logging issue.

Version 2.1.0
Download Mod Version

Unknown SPT Version

Latest Compatible SPT Version

1.3K Downloads

Created Aug 14th, 2024

Updated Aug 14th, 2024

Virus Total Results

Now allows alternate syntax to edit other parts of the trader's locale values like Location and Description.

To do this, use an object instead of nickname.

{ "Prapor": "Sidorovich", "Fence": "Drebin" } changes to

{ "Prapor": { "Nickname": "Sidorovich", "Location": "Rookie Village in the Cordon", "Description": "A reliable source of equipment for stalkers." }, "Fence": "Drebin" } Valid keys are "FullName", "FirstName", "Nickname", "Location", and "Description". All are case-sensitive.

Version 2.0.1
Download Mod Version

Unknown SPT Version

Latest Compatible SPT Version

267 Downloads

Created Jul 8th, 2024

Updated Jul 8th, 2024

Virus Total Results

Fixes Lightkeeper, BTR Driver, and Ref

Version 2.0.0
Download Mod Version

Unknown SPT Version

Latest Compatible SPT Version

138 Downloads

Created Jul 7th, 2024

Updated Jul 7th, 2024

Virus Total Results

Currently the 3.9 launcher's "Clean Temp Files" option does not work correctly.

Until this is fixed users can delete the user/sptappdata/files/trader folder.

A 3.8.3 release is available in the Github releases.

Not quite yet...