This commit is contained in:
gasmo 2024-11-12 12:04:43 -07:00
commit aa079a286b

View File

@ -1,2 +1,19 @@
## Description ## Quick server mod that adds experience from player scav raids to your PMC, including skill progress.
Simple server mod that makes experience earned as a player scav count towards your PMC.
Also allows for syncing your Scav and PMC experience so that they do not differ at all.
## Installation:
Extract contents of zip file into your SPT folder.
## Configuration:
In the "config.json" file there are options that you can enable or disable.
* EnableMod: self-explanatory.
* EnableSkillXp: enables the transfer of skill experience from Scav to PMC.
* EnableGeneralXp: enables the transfer of general experience from Scav to PMC.
* EnableSkillSync: enables the syncing of skills between Scav and PMC (always the higher of the two).
* EnableGeneralSync: enables the syncing of general experience from Scav and PMC (always the higher of the two).