Posts by Andrudis

    is there a way to edit that to last longer ?

    Exfil conditions can be found at: \Aki_Data\Server\eft-database\db\locations\rezervbase\base.json

    you want to check

    not sure it is possible to edit "WorldEvent" itself, but you can try to change it to "Empty"

    yeah it did not help, ill send all that stuff including profile as that may help.

    Ok looks like something wrong with controller. Lines 291-292 should look like:

    Quote

    let count = ("upd" in childItem && "StackObjectsCount" in childItem.upd) ? childItem.upd.StackObjectsCount : 1;

    price = price + (tempPrice * count);

    Please use attached version of controller - I've pre-edited it so it should allow you to see trader items and log IDs of problematic items in your inventory,

    If you'll be able to see trades, but all you sell will cost 1 Rouble - send new server logs only

    ReferenceError: count is not defined

    Ok, looks like you have another issue. Please backup your profile and check it for blocks like this:

    Quote

    "upd": {

    "StackObjectsCount": 32,

    "SpawnedInSession": true

    }

    I expect you have some with "StackObjectsCount" set to 'null' or 'undefined' or something like that instead of int number try either changing invalid values for "1" or removing item record completely. item record looks like this:

    If that will not help - please send updated client and server logs

    This insta crashing happened after i tried editing it the first time.

    Please replace line 289

    Code
    common_f.logger.logError("Failed to get CreditPrice for childItem {" + childItem._tpl + "}, of Inventory Item: {" + item._id);"

    with this one:

    Code
    common_f.logger.logError("Failed to get CreditPrice for childItem {" + childItem._tpl + "}, of Inventory Item: {" + item._id +"}");

    Evidently that was optimistic. My mistake. Rules must be upheld after all, otherwise madness would reign supreme I'm sure.

    It is not about blindly upholding rules. It is about devs build are not meant to work correctly because they are work in progress, so it would be a waste of time to dig individual errors until planned development scope is completed. Like you are not meant to use for racing car that is only 75% assembled even if it can be moved.

    Sorry, but no support for bleeding edge as stated in description:

    Quote

    Unstable dev builds. Please use normal builds unless you know what you're doing.

    THIS IS A BLEEDING EDGE BUILD, USE AT YOUR OWN RISK

    NO SUPPORT IS PROVIDED FOR THESE BUILDS.

    PS: if you want quests/barter/hideout from R8 in R7 - you may try experimental section in my QoL configurator. Otherwise wait for stable R8 release or take dev's sources and do what you can

    Andrudis added a new version:

    You have tag on something with invalid character in it. backup you profile, open it in editor and look for "Tag" section like this:

    Quote

    "Tag": {

    "Color": 0,

    "Name": "M93A"

    }

    Delete them all of change to contain only Latin letters and/or numbers

    Is there a way to decrease the amount of waves? or ai spawning in? i get pretty bad frames if i stay late in the raid like 35-40 fps.

    The simplest would be to change AI amount to lower setting when you start the raid.

    Also you can try to use this mod in conjunction with Fin's AI to configure waves through it but turn the rest off so AI will stay from this mod.

    Or you can try ANDRUDIS-QOL-CONFIGURATOR-> MaxBotsAliveOnMap experimental feature... I am not 100% sure it works through.

    Question. Do you know if enabling 8.8 db import will effect AI mods? Specifically, Fin's AI Tweaks mod?

    Ok, REIDER123-ADVANCEDPMC definitely works fine, you need to use R7 version of this mod, because the difference is how server callbacks are handled and server is R7 even if you import R8 database. I am not sure I can test Fin's AI Tweaks fully because I never succeeded in configuring it to be as hardcore as, maybe I am doing something wrong, but it feels too easy even on impossible, unless you use Tagged and Cursed version

    Question. Do you know if enabling 8.8 db import will effect AI mods? Specifically, Fin's AI Tweaks mod?

    I do not know, it may depend on mods loading order. Import will replace R7 AI and Bot Waves with R8 versions. In theory import should affect any mod that is loaded before, but should not affect any mods that loaded after.

    On the other hand another AI mod, REIDER123-ADVANCEDPMC - has different versions for both R7 and R8, so maybe there is something that can affect Fin's AI either - I'll investigate the difference and come up with some kind of solution... maybe will split R8 import in several parts, like AI presets, loot, quests etc so you will not have to import all at once

    Andrudis added a new version: