Skip to content

sp-tarkov/server-mod-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mod examples for v4.0.0

A collection of example mods that perform various actions in SPT

Setup

The solution has numbered folders, starting at 1 and work downwards to find examples with increasing complexity.

Each mod imports multiple NUGET packages. These are used as libraries of the server code.

Prerequisites

.NET 9 SDK Visual Studio Community / Rider

Essential Concepts

Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT adopts.

Build

Visual Studio > Build > Rebuild Solution Rider > TODO

Distribution

  • Build the project in 'Release' mode
  • Copy the folder inside: mod\bin\Release into your servers /mods folder
  • Start server

About

Examples mods for the server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages