Bothering mod authors will lead to warnings and repeat offenses will lead to eventual bans.
Intro :
This is my first mod. English is not my native language but I will try to do my best
I updated to Aki 3.1.1 the mod "No barter" made by Alex. He give me the permission to upload it.
Original mod can be found here
For a more balanced version go there (Thanks mgp82)
Description :
This mod let you decide if you want barter trades, buy with dollars and euros.
I use the config made by Alex and 1 more option :
- enabled : true -> mod is active [Default]/ false -> mod is not active
- custom_traders : true -> will modify trades of any custom trader / false -> don't modify custom traders [Default]
- no_barter_trades : true -> Transform trades with item by the price in roubles [Default] / false -> No transformation of the trades
- no_dollar_trades : true -> Change dollars trades in roubles one (with Peacekeeper as an example) / false -> No change [Default]
- no_euro_trades : true -> Change eurostrades in roubles one / false -> No change [Default]
- price_multiplier : a decimal number for multiplying every trade price modify by this mod.
- default_price : price to use when the game can't find the price of an item [Default = 10 000]
Notes
Feel free to leave any comment on the mod.
If you have any troube don't forget to tell me which trader is not working.
Pay attention that Aki loads mod by name so if one of your trader isn't modify even by setting custom_traders to true then try to rename the repository by adding zz at the begining to load the mod last.
-
Version 3.0.0
- Cougarinou
- 906 Downloads
Hotfix for an error on dollars and euros trades
-
Version 2.0.0
- Cougarinou
- 1.9k Downloads
An update for AKI 3.5.0
Should be compatible with 3.5.X . PM me if you encounter any bug
=> Seems to be still working on 3.7.X. Don't pay attention to the filename
-
Version 1.0.1
- Cougarinou
- 1.3k Downloads
- Fix the "Error converting value {null} to type 'System.Double'." issue.
- Adding a default_price option in the config for items which doesn't have a price
-
Version 1.0.0
- Cougarinou
- 87 Downloads
Throw an error when an item doesn't have a price in the database
Download 1.0.1 instead
Medic427
Does anyone know if there is an updated mod for this?
MNSTR
So the mod seems to work great when I first load in to the game but after my first raid the traders revert back to having barter trades again. Anyone else having this issue?
Cougarinou Author
First time I heard about it and I play with dozens of mods. Don't know what to tell you. Any error in the console ?
MNSTR
No errors. Also I actually figured it out. It's from Realism (because of course it is) even with all the trading stuff turned off.
Cougarinou Author
Oh I see. Well the fact is I didn't test it with this overhaul who modify so many things in the game where mine modify only when starting the server. I think they're not compatible
Raptor489
Im getting the error "In response to http : //127.0.0.1:6969/client/trading/api/getTraderAssort/5c0647fdd443bc2504c2d371: Error converting value {null} ti type 'System.Double'. Path '6507ff20644a656aee0f73f4[0][0].count', line 1, position 16421" for Skier.
"In response to http : //127.0.0.1:6969/client/trading/api/getTraderAssort/5c0647fdd443bc2504c2d371: Error converting value {null} ti type 'System.Double'. Path '6507ff2a644a656aee0f7fbc[0][0].count', line 1, position 94" for Peacekeeper.
"In response to http : //127.0.0.1:6969/client/trading/api/getTraderAssort/5c0647fdd443bc2504c2d371: Error converting value {null} ti type 'System.Double'. Path '6507ff25644a656aee0f7a02[0][0].count', line 1, position 32824" for mechanic
"In response to http : //127.0.0.1:6969/client/trading/api/getTraderAssort/5c0647fdd443bc2504c2d371: Error converting value {null} ti type 'System.Double'. Path '6507ff1f644a656aee0f7361[0][0].count', line 1, position 9756" for Ragman.
"In response to http : //127.0.0.1:6969/client/trading/api/getTraderAssort/Evelyn: Error converting value {null} ti type 'System.Double'. Path 'zonabd223668a4lali239bf[0][0].count', line 1, position 14601" for custom trader Evelyn from AllinOne A.E.S Questing Traders Mod
Cougarinou Author
Wich version are you playing on ?
What options are you using ?
Raptor489
Im playing on 3.7.5.
Playing on these settings:
{
"enabled": true,
"custom_traders": true,
"no_barter_trades": true,
"no_dollar_trades": true,
"no_euro_trades": true,
"price_multiplier": 1,
"default_price": 10000
}
Raptor489
Also for Evelyn, ive found the item which seems to be the issue, it seems to be the MP9 9x19 30-round magazine which is the issue.
For Skier the issue is the Ultrafire WF-501B flashlight.
For Peacekeeper the issue is the Dollars.
For Mechanic the issue is the Glock Lone Wolf AlphaWolf pistol slide.
For Ragman the issue is the MS2000 Marker.
This is just what i think from what i can guess/understand from the error messages. These seem to be te culprit items but I could be completely wrong lol.
Cougarinou Author
Ok well you can set no_dollar_trades and no_euro_trades that causing the error. I test it with
{
"enabled": true,
"custom_traders": true,
"no_barter_trades": true,
"no_dollar_trades": false,
"no_euro_trades": false,
"price_multiplier": 1,
"default_price": 10000
}
and it works.
I will try to look out for the issue during the holidays if I get some time !
Raptor489
ok TYSM
alex
It's amazing that you kept this up to date.
Cougarinou Author
Well this time I just change the label from 3.5.1 to 3.7.1 nothing more
mudzereli
works on 3.7.1
Cougarinou Author
Thanks for the intel I will update the label then.
Did you add some traders or only the vanilla ones ?
mudzereli
I only use vanilla traders but seems to work fine with them. It's a great mod that did exactly what I was hoping. Thank you!
Cougarinou Author
Thanks ! Good to know it works well after so many patches (didn't update it since 3.5). That's why it should conflict with custom traders but not the vanilla ones ! anyway enjoy
Redmatch
does this work with 3.6.x ?
Cougarinou Author
I don't know. I stopped playing EFT. You can download it and try
Redmatch
Fair enough, i currently have no access to my pc but once i do I'll try and let know here
Redmatch
i just tested, sadly it doesnt work
Cougarinou Author
Well this is expected... Sadly I don't have much time now for updating it to 3.6 version I will try to got it working for the 3.7 version but no guarantee .
Feel free to modifiy it if you knowwhat you're doing
Redmatch
Sadly i know nothing of modding
Jakeflit#2143
absolutely amazing mod, a must have. works perfectly.
Cougarinou Author
Thanks !
HXCbarnacleboi
havent come across any issues, makes it a whole lot easier, thanks a bunch!
Cougarinou Author
You're welcome
JoshKiller
Will this be updated to 3.5.2?
Cougarinou Author
I will. Did you try to use it with 3.5.2 ? It may be compatible
JoshKiller
Yeah seems to work haven't come across any issues.
Uncanny-Valley-
Yoo this has been a mod!? I've been dreaming for someone to do this and somehow I've never actually seen it before lmao. Thx for this mod, I hate 90% of barter trades
Cougarinou Author
Yeah ! I'm not the original creator but I updated it months ago and try to keep it up to date as long as I'm playing SPT tarkov
RiZZa4uSkO
Any hope for update ?)
Cougarinou Author
Unfortunately it's not planned I don't have time to play eft anymore... Feel free to update it by your own as I did
RiZZa4uSkO
I tried, but dont understand how fix your script. In all i did mod in my way, i manually changed every barter scheme for money, it was long but it is working )
PixelatedEcho
yeah agreed, I crave for this mod, but i dont understand shit in coding xdd
Cougarinou Author
Well I can't try to take a look for 3.5 if it's not too complicated. I'll try next week but no promise
Cougarinou Author
Well it's not supposed to change price
Avocado234
Does this mod change trader prices? It seems the trader prices have changed quite a lot since ive played, (I just updated from 2.2.3 to 3.2.4)
RiZZa4uSkO
It's working at 3.2.0, but some times traders miss some stuff that they usually sell...
Cougarinou Author
Strange... I will take a look after my holidays if you could give me some examples ?
RiZZa4uSkO
I updated AKI and all mods to last possible version (3.2.1) and it solved the problem )
RiZZa4uSkO
Will be update to 3.2.0 ?
Cougarinou Author
I think I will when I all the mods I used are updated to 3.2.0 but you can try to modify the package.json file and edit the line "akiVersion" and put "3.2.0" instead of "3.1.1" and see if it works because I think it should be compatible but I don't try it yet
RiZZa4uSkO
Hah, this is one of main mods that i waiting for 3.2.0, now i'm on 3.1.1, one day i'll try your idea )
Appyee
Jaeger is not working for me, i get the error "In response to http : //127.0.0.1:6969/client/trading/api/getTraderAssort/5c0647fdd443bc2504c2d371: Error converting value {null} ti type 'System.Double'.
Path '62bc83b594a0fde72e0a6c5b[0][0].cound', line 1, position 90463".
gizhaz77
Ran into the same issue. Was just going t come comment on it. It was perfectly fine, until I unlocked LL3. I have just disabled it for now.
Cougarinou Author
Ok thanks I will take a look !
Cougarinou Author
Find it : 3 of the flares for the flare gun trade didn't have a price and throw this error.
Download 1.0.1 version it should be fine now
gizhaz77
Wonderful! Thank you!
Cougarinou Author
You're welcome !