Posts by Arys
-
-
Arys added a new version:
QuoteUpdated for SPT 3.9.0
-
Arys added a new version:
QuoteUpdated for SPT 3.9.0
-
Arys added a new version:
QuoteUpdated UniTask from v2.5.4 to v2.5.5
-
Extract no longer working with latest update to SPT, call in the helo for pickup, it comes in, countdown gets to zero and nothing happens, it glitches out, leaves me there and i cannot get to my inventory or the pause menu
Please post your client traces log, you only gave me your BepInEx log.
-
Arys added a new file:
QuoteWhat 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 users):
- Download the latest release
- Open the .7z file with 7-Zip
- Drag and drop the "BepInEx" folder into your SPT folder
How to use this library (For mod developers):
- Download the latest release
- Copy the assemblies EXCEPT the
UnityToolkit.dll
from the release zip to where you store your project's assembly references - Add all the assemblies as assembly references to your project
- Add
[BepInDependency("com.Arys.UnityToolkit")]
attribute to your plugin class - You can now use UniTask and Unity.Collections in your mod
What features does this library provide?
- 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
- It doesn't use threads or
- Unity.Collections is included in this library for the additional
NativeContainer
types it provides such asNativeList
,NativeHashMap
,NativeMultiHashMap
, andNativeQueue
.- These are useful data types when you are working with Unity's Job system as they are thread-safe.
- Documentation: https://docs.unity3d.com/Packa…[email protected]/manual/index.html
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:
QuoteUpdated 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:
QuoteVery simple mod that was difficult to figure out how to implement thanks to how Unity and BSG handles audio sources.
Use the BepInEx F12 config menu to change the volume (0-100%) of the faceshield breathing sound.
Known issue: If you have faceshield on when loading into a raid, you will still hear the heavy breathing play out ONCE but will be silent from then onwards (I probably won't fix this)
HOW TO INSTALL:
- Download the mod
- Open the mod zip with 7-Zip (not WinRAR)
- Drag and drop the "BepInEx" folder straight into your SPT folder
-
hi,it works well,but when i use the fire support hit glass in shoreline by accident, it will make game lag and sometimes brokes the game
That's to do with how BSG coded the windows breaking unfortunately. Breaking multiple windows simultaneously can cause huge FPS drops/freezing.
-
Arys added a new version:
QuoteNow 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:
QuoteA BepInEx client mod that adds DayZ-inspired helicopter crashes to SPT.
This mod was originally made by SamSWAT, was updated by Tyrian for 3.7.x and now I'm maintaining the mod, for the foreseeable future.
- HOW TO INSTALL
After you downloaded .7z archive, unzip it and drag and drop the BepInEx folder into your SPT folder.
SamSWAT - creator of the original mod
Tyrian - codebase I inherited from
-
Arys added a new version:
QuoteBugfix: 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:
QuoteUpdated 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
-
-
Arys added a new file:
QuoteThis is simply a mod framework meant for mod creators to import custom asset bundles into SPT without the need to worry about writing a client mod.
For normal users:
This mod will be a dependency for other mods (such as Choccy's RPG-7) and will still need to be installed.
Click on the "Installation for Users" tab above to see how to install!
For mod creators:
Please go to my GitHub repository (link to source code is on the right sidebar) and read the README or Wiki for instructions on how to add your own custom assets.
(EFT-SDK now has examples on how to create custom particle effects, THANKS TO CHOCCY)
Custom particle system effects and custom rig layouts are imported.
- Open the .7z file with 7-Zip
- Extract the "BepInEx" folder into your SPT directory
- Adding new custom projectiles
- Adding new custom sprites/images
- Replacing existing Tarkov textures with your own textures (retexture mods using this framework that edit the same bundle file will be compatible unless they edit the same texture images)
-
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:
FileSamSWAT's Fire Support - Arys Reloaded 2.2.2- 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 - Bugfix: Fixed missing Black Hawk helicopter rotors (the old ones went for some cigarettes and never came back )
- Bugfix: Fixed the direction that the A-10 approaches in; it now actually follows the path shown with the marker
- Bugfix: Fixed an audio bug with the A-10 strafe on its first use in
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
- Improvement: if you have selected a support request but have not confirmed it with LMB, either pressing
-
Nympfonic added a new version:
FileSamSWAT's Fire Support - Arys Reloaded 2.2.1Fixes 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.
This has been tested on 3.7.4, but should still work on 3.7.1+QuoteFixes 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.