Flea Market Multiplier Removed?

  • Hey everyone :)


    It seems there is a new structure to the Server files tree, and there is no reference to Flea market multiplier.


    What we used to change was the following:

    /Aki_Data/Server/eft-insurance/src/config.js


    But there is no reference to that file anymore.


    Now, I've run grep and search within the JSON's themselves (heck, even on the whole Tarkov dir) and there is no reference to anything with 'Multiplier' or with 'Insurance'.


    Moreover, changing Insurance Multiplier via Ereshkigal AkiConfigurator doesn't seems to help much.


    Any thoughts?

    Thanks!

  • There is no flea market multiplier now, as I can't see such config in source code.

    But if you have dynamic offers enabled, you should be able to do something via AkiConfigurator, under section traders -> FleaMarketConfiguration -> dynamicOffers -> price.


    BTW are you mistaking insurance with flea market?

  • Hey racomaizer! Thank you for reaching out :)


    I'm not mistaking insurance with fleamarket, as for older version changing the insurance multiplier seem to be the flea market prices multiplier as well.


    I was afraid messing up with the dynamic as I was scared to screw something up.

    However, I've tested what you said regarding the AkiConfigurator, and you are right!

    I've managed to get half prices while setting the min and max values to 0.5:


    Code
    "price": {
      "min": 0.5,
      "max": 0.5
    },


    So it seems AkiConfigurator does have impact on the prices, but there is no other way/configuration mentioning the flea market prices (even in the traders/ragfair folder).


    I'm moving this to In Progress, and if there is no comments or other way without the AkiConfigurator in the following days, I'll mark it as resolved.


    Thanks!

  • The config values are still accessible, however they are now bundled into the .dll's to ensure safe use.
    As such you must pack any config changes into a mod to be able to use them (and not break your install)
    You can find these configs here.

  • I don't think there's another way, this is the only way to influence the market prices judging from the Ragfair server source code. (interesting lines: 161 -> 400 -> 387) If you want to directly edit the price then it indeed needs a mod that modifies DatabaseServer.tables.templates.prices.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!