28 lines
590 B
Markdown
28 lines
590 B
Markdown
# 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
|
|
|
|
- visual studio 2022
|
|
- node.js workload
|
|
- .net desktop workload
|
|
|
|
## Setup
|
|
|
|
VS2022 > Solution Explorer > Server > npm > install npm Packages
|
|
|
|
## Build
|
|
|
|
1. VSCode > Terminal > Run Task > release: launcher
|
|
2. VSCode > Terminal > Run Task > release: server
|
|
|
|
## License
|
|
|
|
[NCSA](https://choosealicense.com/licenses/ncsa/)
|