Please do not ask when mod authors will update their mods to 3.9.X
Bothering mod authors will lead to warnings and repeat offenses will lead to eventual bans.
Bothering mod authors will lead to warnings and repeat offenses will lead to eventual bans.
-
Version 1.2.0
- Mattdokn
- 520 Downloads
- Can now remove FiR requirement on quests (Applies to modded traders!)
-
Version 1.1.1
- Mattdokn
- 406 Downloads
- Unlimited trader stock setting now also removes buy restrictions.
-
Version 1.1.0
- Mattdokn
- 865 Downloads
- Added Multipliers for trader stock and buy restriction amount
- Added option for unlimited stock on traders
-
Version 1.0.2
- Mattdokn
- 915 Downloads
Fixed single currency feature. (Works now hopefully)
-
Version 1.0.1
- Mattdokn
- 112 Downloads
Added settings for multiplying repair price.
Make sure you reconfigure after updating!
-
Version 1.0.0
- Mattdokn
- 222 Downloads
ViP3R_76
Maybe a feature - disable barter requirements that are unlocked by a quest, instead depending on Trader Lvl.
Rarow
Is it possible to make Unlimited trader stock and unlimited buy restriction to work for custom/modded trader too?
Mattdokn Author
it does already. Make sure this mod loads after your trader mods
Rarow
I already loaded the mod very bottom after the trader mods but it's not working at all for modded/custom traders.
IMAGE
Mattdokn Author
Are you using realism?
Mattdokn Author
And why do you have 100 rep with them lmao
Rarow
No, I tested it in a new profile
iszlev
i dont know why but this mod specifically as i found out through the process of elimination, seems to conflict with the flea market as a result of conflicting with some other mod(possibly?). it throws out no errors or logs in debug but throws an annoying error as seen below.
here's my mod order below:
{
"order": [
"acidphantasm-refsptfriendlyquests",
"choccy-hultafors-1.1.6",
"ServerValueModifier",
"acidphantasm-bosseshavelegamedals",
"acidphantasm-brightlasers",
"acidphantasm-disabletraitorscavs",
"acidphantasm-repeatablequestconfig",
"Bloody-Bullet-Wounds",
"cj-removetimegatefromquests",
"DanW-SPTQuestingBots",
"DrakiaXYZ-LiveFleaPrices",
"egbog-RepairMaxDurability",
"friendlyPMC",
"give-ui",
"goldenheartbell-achievementspercentagelive",
"leaves-progressive_container",
"mattdokn-perfectrepair",
"MoreCheckmarksBackend",
"MusicManiac-GigachadWorkout",
"Nootropix-BigStacks",
"Nootropix-SpeedLoader",
"Platinum-TheBlacklist-2.0.1",
"skulltag-instantrepeatables",
"Skwizzy-LootingBots-ServerMod",
"tyfon-uifixes",
"zSolarint-SAIN-ServerMod",
"zzBlackMamba-AllTheLoot",
"shredder-MoreHideoutCrafts",
"capatainamnstrfryciarz7-healthperlevel",
"mattdokn-traderqol",
"MarkFIR",
"acidphantasm-progressivebotsystem",
"MoxoPixel-TMS",
"ProfileEditorHelper",
"ROStandaloneBackend"
]
}
Mattdokn Author
hm thats odd, I'm assuming you already confirmed that this doesn't happen when the mod is uninstalled.
I would try moving traderqol to before livefleaprices and seeing if that changes things.
ReLOAD07
hey , the unlimited stock option doesn't actually works even though it appears to be working.
so it says the "a lot" on the amount in the trader screen, but the actual stock hasnt changed.
eg. i could buy 100 IFAKs before, after enabling unlimited stock option, the stock amount seems to say "a lot" , but i can still only buy 100 IFAKs.
so basically, you need to actually change the stock amount.
Mattdokn Author
Hm thanks for reporting this! I'll look into it when I get the chance. Did you end up just setting the multiplier super high instead?
ReLOAD07
that would probably work, but i didn't do that cuz i was blind and didn't see the option that's right there next to the unlimited stock lol.
i ended up just editing the assort of the traders myself
NYC23
hello, im new to this, how do i enable it?
Mattdokn Author
go to user/mods/mattdokn-traderqol/config and open the config.jsonc file.
NYC23
is there a way to increased attitude level from traders after a quest?
Mattdokn Author
Did you check the config already? Theres comments that describe what each setting does.
NYC23
yea and i changed the multiplier but it doesnt seem to be working for me.
Mattdokn Author
did you set "enabled" to true?
ligma929130
prapor is shy....
Narcotics
Thank you for the great mod, brother! Would it be possible to add a multiplier for the cash reward from quests as well?
Dsnyder
I set singleCurrencySettings to be true and Peacekeeper still use using USD. Did I miss something?
Mattdokn Author
As long as it's enabled it should work. Double check the mod is installed correctly and if it is try removing DVM if it's installed to test if that's it.
Mogitin
I'm trying to get a configuration where, I have balanced Insurance
Like an insurance check of sorts.
Prapor is cheaper but has a chance to not return 75% success rate,
Therapist is marginally upcharged but has a 100% return rate
I was running some tests found that Insurance + has a 100% return rate no matter what I did.
I'm looking for ways to kind do what I was describing, but I've found no tangible solution or workaround. Any ideas?
Mattdokn Author
SVM might be able to help you there
Mogitin
Can this mod have discrepencies with Trader services in SVM?
Mattdokn Author
which ever one loads last will win lol, I think svm wins by default since the order is decided by name.
RogueTech67
Thanks for the update. Loving this mod. May want to add to the Overview for the new feature (Added settings for multiplying repair price.) you added in v1.0.1.
Mattdokn Author
Ahh thank you!
jman_soup
Whenever I enable the currency changer option and try to sell something to peacekeeper, my game gets two circles on the screen and I get this error on the console
TypeError: Cannot read properties of undefined (reading '_props')
TypeError: Cannot read properties of undefined (reading '_props')
at PaymentService.giveProfileMoney (C:\snapshot\src\services\PaymentService.ts:185:77)
at TradeHelper.sellItem (C:\snapshot\src\helpers\TradeHelper.ts:296:29)
at TradeController.confirmTrading (C:\snapshot\src\controllers\TradeController.ts:92:30)
at TradeCallbacks.processTrade (C:\snapshot\src\callbacks\TradeCallbacks.ts:25:37)
at TradeItemEventRouter.handleItemEvent (C:\snapshot\src\routers\item_events\TradeItemEventRouter.ts:34:44)
at ItemEventRouter.handleEvents (C:\snapshot\src\routers\ItemEventRouter.ts:41:35)
at ItemEventCallbacks.handleEvents (C:\snapshot\src\callbacks\ItemEventCallbacks.ts:25:58)
at RouteAction.action (C:\snapshot\src\routers\static\ItemEventStaticRouter.ts:22:52)
at ItemEventStaticRouter.handleStatic (C:\snapshot\src\di\Router.ts:51:63)
at HttpRouter.handleRoute (C:\snapshot\src\routers\HttpRouter.ts:78:68)
TypeError: Cannot read properties of undefined (reading '_props')
TypeError: Cannot read properties of undefined (reading '_props')
at PaymentService.giveProfileMoney (C:\snapshot\src\services\PaymentService.ts:185:77)
at TradeHelper.sellItem (C:\snapshot\src\helpers\TradeHelper.ts:296:29)
at TradeController.confirmTrading (C:\snapshot\src\controllers\TradeController.ts:92:30)
at TradeCallbacks.processTrade (C:\snapshot\src\callbacks\TradeCallbacks.ts:25:37)
at TradeItemEventRouter.handleItemEvent (C:\snapshot\src\routers\item_events\TradeItemEventRouter.ts:34:44)
at ItemEventRouter.handleEvents (C:\snapshot\src\routers\ItemEventRouter.ts:41:35)
at ItemEventCallbacks.handleEvents (C:\snapshot\src\callbacks\ItemEventCallbacks.ts:25:58)
at RouteAction.action (C:\snapshot\src\routers\static\ItemEventStaticRouter.ts:22:52)
at ItemEventStaticRouter.handleStatic (C:\snapshot\src\di\Router.ts:51:63)
at HttpRouter.handleRoute (C:\snapshot\src\routers\HttpRouter.ts:78:68)
Mattdokn Author
Thanks for the report I'll look into it
Mattdokn Author
Should be fixed in v1.0.2
jman_soup
Just tested it, works great!
RogueTech67
@Mattdokn. Tested. Works great in conjunction with [Insurance Plus]. One note, you can NOT set the "insuranceCostMultiplier": 1.0 value in the [config.jsonc] file to 0.0 to get totally "free" insurance. When insuring, it shows it will cost $0.00, but you can not click [INSURE], it's greyed out. It MUST be set to something greater than zero (i.e. 0.0000000001).
recul
tes this -1 1 more this to -0
RogueTech67
Thanks for the reply but I can not understand what it is you are trying to say to do. Are you saying that (-1) works and give you actual free insurance? Or are you saying that (-0) works?
SirUnknown
Ty, nice mod!