Posts by Arys

    Arys added a new file:

    Quote

    What is this library for?

    This library aims to provide additional tools to client modders which will (hopefully) allow them to write more optimised code and reduce the performance cost and memory allocation of their code even further.

    How to install this library (For non-modders):

    1. Download the latest release
    2. Open the .7z file with 7-Zip
    3. Drag and drop the "BepInEx" folder into your SPT folder

    How to use this library (For modders):

    1. Download the latest release
    2. Copy the assemblies EXCEPT the UnityToolkit.dll from the release zip to where you store your project's assembly references
    3. Add all the assemblies as assembly references to your project
    4. Add [BepInDependency("com.Arys.UnityToolkit")] attribute to your plugin class
    5. You can now use UniTask and Unity.Collections in your mod

    What features does this library provide?

    1. UniTask is a near zero-allocating, performant version of C# Tasks that's suited for Unity than the standard C# implementation.
      • It doesn't use threads or SynchronizationContext/ExecutionContext so the result is faster performance and lower allocation while matching Unity threading (single-thread).
      • It is also possible to replace Unity Coroutine usage, which has poor performance and higher memory allocation, with UniTask instead.
      • Documentation: https://github.com/Cysharp/UniTask
    2. Unity.Collections is included in this library for the additional NativeContainer types it provides such as NativeList, NativeHashMap, NativeMultiHashMap, and NativeQueue.

    Is it safe?

    Yes, both assemblies are just compiled versions of their original git repo I've also included a VirusTotal scan of both on the GitHub releases page

    Arys added a new version:

    Quote

    Updated for SPT 3.8.1+


    May or may not work on 3.8.0, just keep using v2.2.1 if you're still on that version.

    Arys added a new file:

    Arys added a new version:

    Quote

    Now supports modders adding custom rig layouts.


    Thanks to GrooveypenguinX for making the custom rig layout tools and example bundle to the EFT-SDK

    Arys added a new file:

    Arys added a new version:

    Quote

    Bugfix: Fixed locale issue with A-10 weapon and ammo (thanks to Ereshkigal for reporting)


    This should be the last release until the Apache update.

    Arys added a new version:

    Quote

    Bugfix: Fixed being unable to call fire support in Ground Zero

    Arys added a new version:

    Quote

    Updated for SPT-AKI 3.8.0


    If you use Choccy's RPG-7 mod but don't have this mod framework installed yet, I will slap you chikaban

    Arys added a new version:

    Quote

    Updated for SPT-AKI 3.8.0


    Apache and other features will be coming in a future update.

    When? When it's ready.

    Arys added a new file:

    What's the deal with the helicopter? I'm always under it, the extraction time goes down, and it leaves.

    No idea mate, it works fine for me and everyone else so far.


    What SPT version are you on?


    If you are on 3.7.1+, you're gonna need to send me your log files:

    • Logs/<your most recent log folder>/traces.log
    • BepInEx/LogOutput.log

    Upload the log files here: https://codepaste.sp-tarkov.com, and post the link in your reply here.


    If you're on 3.6.x, then I can't help you.

    Nympfonic added a new version:

    Quote

    Bugfix: Fixed A-10 audio desync


    Tested on 3.7.4, should work for 3.7.1+

    Nympfonic added a new version:

    Quote
    • Improvement: if you have selected a support request but have not confirmed it with LMB, either pressing ALT + RMB, or switching from the rangefinder to another weapon or item will cancel the support request
    • Fixed missing Black Hawk helicopter rotors (the old ones went for some cigarettes and never came back :( )
    • Fixed the direction that the A-10 approaches in; it now actually follows the path shown with the marker
    • Fixed an audio bug with the A-10 strafe on its first use in every raid, where its engine sound was loud and immediately played after confirming the strafe request
    • Resolved a NullObjectReference exception when extracting with the Black Hawk helicopter
    • Some code refactors/improvements


    I highly recommend updating to this version as the fixes will improve your immersion and has a nice new improvement :)

    Nympfonic added a new version:

    Quote

    Fixes the mod breaking after the first raid you run, hopefully for real this time lol


    If you downloaded 2.2.0, please update to this version otherwise you will experience the problem mentioned.

    Arys added a new file: