Welcome Gifts

  • Hey! Thanks for the mod. Are you willing to make gifts via quests by traders or maybe time related? I like the idea but kinda breaks balance when you are able to get them at the same time especially with wiped account.

  • The trader image cannot be found when the backend server is run on Linux (in https://github.com/zhliau/fika-spt-server-docker for example). Here's the error:

    Code
    [Client Request] 1.1.1.1 \files\trader\avatar\giftsarchive.jpg
    Error: ENOENT: no such file or directory, open 'user/mods/./res/archive.jpg'


    The crux of the error is a fundamental difference with how the `.split` method works in Linux vs Windows. A simple fix is to load the mod name directly from the package.json by changing

    Code
    this.mod = this.modName;

    to

    Code
    this.mod = `${require("../package.json").name}`;

    (and you could just get rid of the the modName variable entirely at that point)


    I did a deep dive into this same `split` issue in my comment here, and provided some other potential fixes.

  • Omai.... thanks I will fix it asap

  • Dependency installed, mod looks like it loads fine.
    Go to traders, accepted the first quest (Christmas 2017) and it sent me a 'Messenger' message, with a bullet point list. But no way to accept the items, and theyre not showing up in my stash.



    Nevermind, You have to go back to the Trader icon to receive... :>

  • ShadowXtrex added a new version:

    Quote

    Changelog - Minor Update (Optional)

    This update affect to the 'quests' and Trader.

    • [Changed]
      • [QoL] To avoid the big mass of free stuff at the start, now every one (except xmass gifts, ebook 'voice behind' and 2nd steel series reward) have a delay of 63 hours. Suggested by bwerken
      • Fixed trader compatibility issue with Linux. By FriedEngineer


    Hash: b604980a8fb999d2100da49657e5236e5ce5a332d6631eab2e6ef5cd81686d4b | VirusTotal


    If you have suggestion to add to the trader, I'm open to talk about it. Same for missions requirements (to create more variations or create some difficulties to obtain it.).

  • As an idea, instead of using another custom trader, it would be nice to have a selectable option to use one or split vanilla trader(s) for the gifts. Some vanilla Traders dont have many quests, so it would not disturb the list itself.

    Even adding it to an already existing custom trader (yes, we need to know the trader ID) could be an option to be used.

  • What is the point of the Trader selling empty boxes of ammo?
    Just paid 200,000 for 5 boxes of 100rnds of 556 and the boxes were 0/100 empty...
    Just tried using the Profile Editor to add boxes of ammo, and they also came out empty too. So something bigger is at play. I only have like 7 mods, and only 1 of those is gear (WTT Packnstrap). I will continue investigating.

    Edited once, last by Angel ().

  • What is the point of the Trader selling empty boxes of ammo?
    Just paid 200,000 for 5 boxes of 100rnds of 556 and the boxes were 0/100 empty...
    Just tried using the Profile Editor to add boxes of ammo, and they also came out empty too. So something bigger is at play. I only have like 7 mods, and only 1 of those is gear (WTT Packnstrap). I will continue investigating.

    I will check it, that's a bug

  • As an idea, instead of using another custom trader, it would be nice to have a selectable option to use one or split vanilla trader(s) for the gifts. Some vanilla Traders dont have many quests, so it would not disturb the list itself.

    Even adding it to an already existing custom trader (yes, we need to know the trader ID) could be an option to be used.

    That detail... I don't know how to make a trader selector for who don't want the trader and the assorts.

  • ShadowXtrex added a new version:

    Quote

    Changelog - Minor Update (Optional)

    This update replace v3.1.2

    • [Fixed]
      • Ammo boxes empty

    Hash: c9917ce4600cdedd8ef2a5a66d0ad7e99336c390c68661e200586b2c78e8b5bd | VirusTotal


    If you have suggestion to add to the trader, I'm open to talk about it. Same for missions requirements (to create more variations or create some difficulties to obtain it.).

  • ShadowXtrex added a new version:

    Quote

    Changelog - Minor Update (Optional)

    This update replace v3.1.2 and v3.1.3

    • [Fixed]
      • Fixed issue with the timer of the 'quests'
    • [Changed]
      • TarkovTV codes: The first one of every round have the timer, the other will appear instantly.

    Hash: fd6aa55f7c225d13e9e0013187434eebaf4a5ab6f2cb09081a2941a0de8d25f7 | VirusTotal


    If you have suggestion to add to the trader, I'm open to talk about it. Same for missions requirements (to create more variations or create some difficulties to obtain it.).

Participate now!

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