Posts by Andrudis

    The Lab is free due to event. Gluhar is on The Lab, Killa is on Factory and all bosses are on Reserve with event mission to check them there. AKI 1.5.1 contains those event changes.


    EFT 0.12.11 is bound to be deployed in a few days between tomorrow and Monday

    Andrudis added a new version:

    Quote

    Changes in 2.2.1 from 2.2.0


    ### hotfix

    * resolved package.js is missing module.exports.mod = new Mod(); - special thanks to Tq_ for this fix

    There was such an issue some time ago in older versions it should be fixed in the latest versions.

    0.12.9.10901 - this is too old version since the time of AKI 0.7 Alpha. AKI 1.0.0 Beta1 was already targeted to 0.12.10.11661 and 1.4.4 is targeted to 0.12.10.12646.

    Current Live version is 0.12.10.12893 but AKI is not updated for it yet. Your best solution would be to update Live client, backup current version and wait AKI update or downgrade tool

    Andrudis added a new version:

    It should be possible. SPT-AKI server is just a web server started at localhost 127.0.0.1:443 by default.

    You will need a mod to override IP address and post to look for server not at localhost (127.0.0.1) but at different IP in your LAN.

    Ereshkigal-AkiConfigurator Version 1.3.1 has settings for this:

    Quote

    [Added] Server IP and Port configuration

    Note: through it should be possible to have server on one PC and connect from clients from other PCs if configured correctly, there will be no matchmaking so each client connected to dedicated server will still play only solo as is it plays from localhost server on the same PC.

    Andrudis added a new version:

    Quote

    Can we have multiple installs of Tarkov in order to use both this mod and the latest version of official Tarkov.

    Actually you should.

    You should NOT install SPT on a Live version, but SHOULD make a copy of live version to a separate folder and install SPT on that copy. Live version should not be touched at all. It is recommended to have a clean copy of the latest supported version in a separate folder and install SPT on another one copy just in case you'll need to re-install and Live would be updated by that time

    Ok, looks like I've accidently missed 'r' in the end of variable used to write log, so it will write 'undefined' in the log but will set whatever value you have in the config correctly.

    Code
    Logger.log(`[QoL] Locations Loot Chance Modifier changed to: ` + Config.LocationsLootChanceModifie);

    You do not need to solve that - I'll fix log in the next release, but it will have no effect on how it works now.

    Looks like some problem with my QoL Configurator. I'll check and either release update or let you know how to fix this

    It is caused by one of mods you are using. To fix this you need to remove that mod and clear cache at "%LOCALAPPDATA%\Temp\Battlestate Games"

    You have item in your inventory that does not exists in the game any more (because a mod that added it is now removed or because some mod added item incorrectly)

    Quote

    2021-05-06 16:55:27.022 -04:00|0.12.10.1.11661|Error|assetBundle|Bundle "assets/content/weapons/awm/weapon_remington_model_700_762x51_container.bundle" has dependency "cubemap" that was not found in manifest

    Looks like it is AWM mod.

    you need corrupted item(s) to be removed(discarded) from your stash to resolve the issue

    You have an item in your inventory that do not exists (any more or at all) in the game (maybe because it was added by some mod that is already removed, or existing mod added non-existing item). To fix this you need to get rid of invalid items from you inventory. If you have removed any mods recently - try to get them back and delete all items related to those mods.