Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 613 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 613 Bytes

EmuTarkov-ServerMods

A repository containing mods made for the EmuTarkov-Server

How to install a mod ?

  1. Add the desired mod folder into /user/mods
  2. Add this code in /user/server.config.json :
{
    "name": "Name of the Mod",
    "author": "Author of the mod",
    "version": "1.0",
    "enabled": true
}
  1. The server will automaticaly recache
  2. Start the server & the game

Note :

The name of the mod, is the second part of the folder name
The Author name is the first part of the folder name
eg : SenkoSan-EnableLanMod
SenkoSan is the author, EnableLandMod is the name