booger's Cover Photo
booger's Profile Picture

booger

Member since

No comments yet

Be the first to share your thoughts! Login or register to join the discussion.

No Mods Yet

This user has not yet published any mods.

No Addons Yet

This user has not yet published any addons.

Recent Activity

Liked comment

Hi there! While there is no direct support for custom traders, it would depend on how such a trader creates their offers. If pricing is hard-coded, then my mod will have no effect by default. However, if the trader sets their prices by drawing from the handbook or some other SPT cache, then this mod should ensure pricing consistent with other avenues of obtainment. Good news if you are handy though--if you open the mod.ts and find lines 202-212, you should find the vanilla trader IDs (203-211) as well as the array (212) used in my processing function. You can add any custom traders in the style of lines 203-211 and then make sure to include the variable name into the array with a comma as the delimiter. ![example](https://cdn.discordapp.com/attachments/336226931085279233/1442777499665825823/image.png?ex=6926aac1&is=69255941&hm=9091c197a3a13fdcebf127e239f9fb8c8294bddb013f390e681d38080567dcd3&) It should look something like this: /\*...other trader IDs...\*/ **const TRADER_NAME_HERE: string = "TRADER_ID_HERE";** const ALL_TRADER_IDS: string[] = [ID_PRAPOR, ID_THERAPIST, ID_SKIER, ID_PEACEKEEPER, ID_MECHANIC, ID_RAGMAN, ID_JAEGER, **TRADER_NAME_HERE**]; //Excludes Fence and Ref I may include a config option in the future to simplify it, but the least I can do for now is offer the tools to DIY.
Nov 25, 2025 3:14 PM View details

Followers

No followers yet.
User booger has these followers:

View all connections

Following

Not yet following anyone.
User booger is following:

View all connections