Posts by wei

    wei added a new version:

    wei
    Quote

    Changed:

    • Updated for Alpha 8 pre-release (8.11)
    • Stick to v1.x for Alpha 7 releases

    wei added a new file:

    wei
    Quote

    Fixes the Saiga Nerf edition by removing corrupted cartridges in inventory and presets.


    Downside is that the presets no longer come with any preloaded cartridges.


    I'm investigating how to fix it without removing the cartridges, but at least in the mean time buying it won't crash your profile anymore.

    Hmm. That just means the item database doesn't exist on the server somehow.

    You can try removing the mod and see if it works, I have a feeling it's not the mods.

    Also, we don't give support for pirated versions of EFT.

    Please lock the thread.

    Взаимодействие с другими людьми

    I have no other mods for the flea market other than the ability to sell items


    OK I've added a config to change the flea market price for bitcoin.

    I can't tell how this might interfere with other flea market mods, and also this depends on load order of the mods.

    wei added a new version:

    wei
    Quote

    Added:

    • Added config to change flea market price for bitcoin (though this depends on load order)

    Changed:

    • folder name so that it fits the standard name-mod structure


    I think other flea market mods are changing the price back to the default price. I don't have access to your mods, so I won't be able to do anything about this. Can someone else double check if their bitcoin flea market price changes?

    wei added a new version:

    wei
    Quote

    Added:

    • Bitcoin amount multiplier (game says 0.2 BTC, so that's the default)

    wei added a new version:

    wei
    Quote

    Fixes:


    * config not available after async function runs
    * default config should now be 10 minutes and not 10 seconds

    wei added a new file:

    wei
    Quote

    Updates your game's bitcoin price using real time BTC-USD data from multiple exchanges.


    Shouldn't require any configuration out of the box - extract, and put it in your user/mods folder.


    Your server logs should log out price changes every 10 minutes with the [BTC] prefix.

    There's a bug where the 120 pack of BS ammo unloads into BP rounds.


    The reason is that the filter for the 120mm ammo box is the BP round ID. To fix it:

    1. Open up Aki_Data\Server\eft-database\db\templates\items.json
    2. Look for "57372b832459776701014e41": {
    3. Under StackSlots and Filter, change the ID of the round to "56dff026d2720bb8668b4567" (BS) instead of "56dfef82d2720bbd668b4567" (BP).

    I can open a PR on the Server repo so this will fix it for future downloads as well, or any of the devs who see this can too.