Posts by kikirio

    kikirio added a new version:

    Quote

    Updated for SPT 3.9.0+
    Added a config.exe made with python, source code is on the git if you need to build a simple config yourself. (in the 3.9.0 update branch atm)
    I will build a more complicated example for health multiplier next.
    Build instructions are in the config/config_exe/readme.

    kikirio added a new version:

    kikirio added a new file:

    Quote

    Put the ID of your profile in const profileID.
    Run the server, then close the server.
    Copy the assort.JSON and setup.JSON files that have been created in the output folder, and paste them into the res folder of your trader mod.

    In your trader mod you will require the following to be pasted into its mod.ts.postDBLoad (you can find chomps example here to build off)


    You can then set your prices and requirements in setup.JSON.
    This works with roubles only currently, you can repeat with different sets of presets with additional currencies / barters if required. (Or you could add a prefix to your builds names to determine type of currency and strip it at import, go wild)

    It looks like you made a notes in the notes section with a special character. `data[0].Notes.Notes[3].Text', line 1, position 481880.`
    To fix it, you would need to make a backup of your profile (copy, paste it somewhere else) then edit with notepad++ / VScode, etc. Search for notes, and delete the offending note.

    kikirio added a new version:

    Quote

    Updated for AKI 3.7 ++

    Added Kaban.

    Added Bloodhounds.

    Added CrazeyScavs.

    kikirio added a new version:

    Quote

    Fixed bug that could occasionally heal you for free.

    Added option to add additional health per level.
    Set enable to true, with the amount per level for each body part to use.
    Works for player scav too.
    Be aware, if AllEqualToPlayer is set to true, then the bots will get stronger with you.
    **note:- The health will not be added immediately when you level, but will do when the /launcher/profile/info route is called so it won't be much of a delay.**