Posts by GhostFenixx

    GhostFenixx added a new version:

    I don't know if this was said but on the unheard of edition the stash space when edited does change but the game still thinks you have the same stash size, so when buying someone from traders of flea you'll just get told you don't have enough stash space even though you do

    Just like with tue case - was reported and temporary solution were made, check pinned comment replies

    Hello so i just updated to 3.9.2 and downloaded SVM i went to go change Gamma Container from 3x3 to 4x3 like kappa i saved the preset and made sure to apply it i did all this while server was off, i asked on spt there are no mod conflicts "edit" so apparently the unhead of edition gamma are different than the regular version so thats why it hasn't changed prob so ignore my comment

    It was already mentioned in the comments and the temporary solution is also accessible there, furthermore it is already implemented and will be in your hands in the next week.

    GhostFenixx added a new version:

    GhostFenixx added a new version:

    GhostFenixx added a new version:

    In the laboratory, the insurance works crookedly out of 15 raids, only the first two were returned. although in the settings the chance of return is 100% and insurance is included

    Reported and fixed on AKI side, that is outside SVM scope, await further AKI releases.(And most likely first 2 wasn't from laboratory)

    GhostFenixx added a new version:

    That one means your fleamarket fence blacklist is empty, that field marked purple for a reason.

    image.png?ex=66210365&is=660e8e65&hm=9c30dc3674a198ede1855e3c0be64eb7f2451daf0590c23085b21db895e0cc7c&


    Trying to make a preset and SVM greets me with this. All others included by default load fine.

    EDIT: Did some testing on H4 and it appears editing loot multipliers seem to break things. However, I do not think I have any loot multiplier altering mod.

    Here's my mod list

    1. Pixel painter
    2. RPG-7
    3. Door breacher
    4. Expanded Task text
    5. More checkmarks
    6. SVM
    7. Thermal and NVG overhaul
    8. level rewards from tortured chunk
    9. Virtual Quest loader
    10. Welcome gifts
    11. SAIN

    It flags not the loot multiplier but airdrop crate contents, specifically - amount of guns in mixed container.
    Is there a chance one of the mods removes any of them?
    I can actually check for them if they exist before doing so, it's just unusual there is something that removes them.

    I just reinstalled everything though (mod + .net 6)

    No clue for now, I need more info, preferably on English as well. There was a case of application error related to different languages but I am more that sure it should be fixed by now. Currently you're only one with the app crash.

    GhostFenixx added a new version:

    Quote

    The web in the shambles for me, I'll edit and monitor when the initial wave will be more chilly.
    SVM 1.8.0 For SPT-AKI 3.8.0

    A lot of stuff have changed, I will try to add most of changes later on.
    Have fun.

    So I was wondering is there a way to increase the stack size of sig spear ammo stack size since its currently at 40 and the "M.Rifle Rounds" and "Rifle Rounds" don't change the value of the stack. I tried following the examples on how to change individual item property's but it keeps giving me the SVM: Custom properties failed to load, error of the code:TypeError: Cannot read properties of undefined (reading '_props') This is the line of code I'm inputting '6529243824cbe3c74a05e5c1:Round:300' The item id is correct and the number 300 should be fine but what do I put in-between them for it to work

    You people are truly impatient, can't just wait neither for AKI 3.8.0 or SVM 1.8.0 to arrive with all the things you want.
    There is no such field as `Round`, there is a field called `StackObjectsCount`, this is the one you need.

    As you might've not guessed, SVM 1.7.2 is not even updated to 3.7.6, not even talking about 3.8.0.
    Yes there is an issue with numerous fields, mostly with fleamarket and traders plus lacking fields for new maps.
    Yes this error is known and already fixed, you can fix it yourself by changing the fields near the one you found to
    trader.fence.weaponDurabilityPercentMinMax.current.min = Config.Traders.Fence.FenceGunDurability_Min

    trader.fence.weaponDurabilityPercentMinMax.current.max = Config.Traders.Fence.FenceGunDurability_Max
    trader.
    fence.armorMaxDurabilityPercentMinMax.current.min = Config.Traders.Fence.FenceArmorDurability_Min
    trader.
    fence.armorMaxDurabilityPercentMinMax.current.max = Config.Traders.Fence.FenceArmorDurability_Max
    Mainly the structure have changed, therefore required `current` in the structure.
    Also PMC > Add all keys and Add all containers are also non functioning anymore, also because of AKI changes.