Merijn Hendriks f837c7042e Update readme
2021-12-28 21:33:39 +01:00
2021-12-28 19:36:49 +01:00
2021-12-28 19:36:49 +01:00
2021-12-26 01:01:51 +01:00
2021-12-28 21:29:03 +01:00
2021-12-28 21:27:11 +01:00
2021-12-28 19:36:49 +01:00
2021-12-28 21:29:03 +01:00
2021-12-26 01:01:51 +01:00
2021-12-28 21:27:11 +01:00
2021-12-28 21:33:39 +01:00

Haru

Prototype server for Escape From Tarkov

About

The goal is to provide a minimal implementation to allow people to play an offline raid. It does not aim at being correct, fast or moddable but instead to be simple.

Requirements

  • dotnet 6.0 sdk
  • node 14.0.0 (or newer)
  • npm

Setup

npm install

Run

# server
npm run release:all    # or release:win

# launcher
dotnet build

License

NCSA

Description
Simple Escape From Tarkov server implementation in typescript
Readme 12 MiB
Languages
TypeScript 97.4%
C# 2.6%