The Forge is currently under heavy construction. Expect nothing to work. Data is reset every hour.

Mod Details

Trader Namer

Trader Namer 2.1.2

Created by sgtlaggy

3.8K Downloads

SPT 3.10.5 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.

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 English nickname like "Prapor" or "Therapist", 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 English nickname like Prapor.jpg and put it in the mod's avatars folder.

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

Version 2.1.2

2.1K Downloads

SPT 3.10.5 Virus Total Results
Created Nov 23rd, 2024 Updated Nov 23rd, 2024

Small update to fix a logging issue.

Version 2.1.0

1.3K Downloads

SPT 3.10.5 Virus Total Results
Created Aug 14th, 2024 Updated Aug 14th, 2024

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

260 Downloads

SPT 3.10.5 Virus Total Results
Created Jul 8th, 2024 Updated Jul 8th, 2024

Fixes Lightkeeper, BTR Driver, and Ref

Version 2.0.0

129 Downloads

SPT 3.10.5 Virus Total Results
Created Jul 7th, 2024 Updated Jul 7th, 2024

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...