(Lots of changes to how we alter eft code under the hood but its mega boring to non-nerds) Flea changes Reworked how dynamic flea shows items to appear more like live (more offers but less per stack) Added config to control how many offers show per item Rework how items are chosen to...
This project allows clients to easily add/update/remove mods, keeping them in sync with the host when playing on a remote SPT/Fika server. Updater completed Prompt to update Update progress Getting Started Installation The ModSync Updater (client-only) requires the .NET 8.0 runtime. If you us...
User Templates To Add Modded Weapons and Gear To Bots: Added a way to add mod gear and weapons to Assault PMC loadouts. It's in db/bots/user_bot_templates. You can copy+paste weapon presets from your profile file into the appropriate file in the presets folder. Gear and weapons need ...
Add 12.12 Gunsmith Presets to Your Profile Adding new transforms to bundles Adjust the load order of Mods B Bot Behavior Configs - Translated Comments from Assembly C Changing Background of SPT Launcher Client Modding Quick Start Guide D
Do SPT-AKI Client mods work? This is dependant on how well written the patches are. If they directly target GCLASSXXX or PUBLIC/PRIVATE then they will likely fail. Why don't you use Aki Module DLLs? SPT-Aki DLLs are written specifically for their own Deobfuscation technique and my own ...
--- How to Add Custom Quests --- To add custom quests to a map, first create auser\mods\DanW-SPTQuestingBots-#.#.#\quests\customdirectory if it doesn't already exist. Then, create a file for each map for which you want to add custom quests. The file name should exactly match th...
(); public static GameObject Hook; public MountingUI MountingUIComponent; public static RealismHealthController RealHealthController; public static RealismConfig ServerConfig; public static bool IsUsingFika = false; private static bool detectedMods = false; public static bool HasReloadedAudio = false; ...
- [DrakiaXYZ](https://github.com/DrakiaXYZ) for having multiple great mods to look at for examples - [Arys](https://github.com/Nympfonic) for being awesome1 change: 1 addition & 0 deletions 1 VERSION.txt Original file line numberDiff line numberDiff line change @@ -0,0 +1 @@ 1....
How do I upload my quest / mod requiring VCQL? All you need to do is include a path to "user/mods/Virtual's Custom Quest Loader" with the same folder structure you used to develop your quests. When a user downloads VCQL, and then your mod, they will be able to place it straight...
private static bool detectedMods = false; public static bool HasReloadedAudio = false; public static float FPS = 1f; @@ -601,7 +601,6 @@ void Awake() new COIDisplayDeltaPatch().Enable(); new COIDisplayStringValuePatch().Enable(); new FireRateDisplayStringValuePatch().Enable(); new ...