diff --git a/README.md b/README.md index 1d36c59..8c77a59 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ -## Description ## -Simple server mod that makes experience earned as a player scav count towards your PMC. \ No newline at end of file +Quick server mod that adds experience from player scav raids to your PMC, including skill progress. + +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). \ No newline at end of file