2021-12-26 01:01:51 +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
|
|
|
|
|
2021-12-28 22:56:56 +01:00
|
|
|
- visual studio 2022
|
|
|
|
- node.js workload
|
|
|
|
- .net desktop workload
|
2021-12-26 01:01:51 +01:00
|
|
|
|
|
|
|
## Setup
|
|
|
|
|
2021-12-28 22:56:56 +01:00
|
|
|
VSCode > Terminal > Run Task > npm > npm: install
|
2021-12-26 01:01:51 +01:00
|
|
|
|
2021-12-28 22:56:56 +01:00
|
|
|
## Build
|
2021-12-26 01:01:51 +01:00
|
|
|
|
2021-12-28 22:56:56 +01:00
|
|
|
1. VSCode > Terminal > Run Task > release: launcher
|
|
|
|
2. VSCode > Terminal > Run Task > release: server
|
2021-12-26 01:01:51 +01:00
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
[NCSA](https://choosealicense.com/licenses/ncsa/)
|