0
0
mirror of https://github.com/sp-tarkov/launcher.git synced 2025-02-12 14:50:43 -05:00
launcher/README.md

38 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2023-03-03 19:25:33 +00:00
# Launcher
Custom launcher for Escape From Tarkov to start the game in offline mode
**Project** | **Function**
------------------ | --------------------------------------------
2024-05-21 20:15:19 +01:00
SPT.Build | Build script
SPT.ByteBanger | Assembly-CSharp.dll patcher
SPT.Launcher | Launcher frontend
SPT.Launcher.Base | Launcher backend
2023-03-03 19:25:33 +00:00
## Privacy
SPT is an open source project. Your commit credentials as author of a commit will be visible by anyone. Please make sure you understand this before submitting a PR.
Feel free to use a "fake" username and email on your commits by using the following commands:
```bash
git config --local user.name "USERNAME"
git config --local user.email "USERNAME@SOMETHING.com"
```
2023-03-03 19:25:33 +00:00
## Requirements
2024-11-12 14:13:49 +00:00
- Escape From Tarkov 33420
2024-05-30 22:50:38 +01:00
- .NET 8 SDK
2023-03-03 19:25:33 +00:00
- Visual Studio Code
- [PowerShell v7](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows)
2023-03-03 19:25:33 +00:00
### For UI Development
- Visual Studio Community 2022 (.NET desktop workload)
- Avalonia Visual Studio Extension
## Build
2024-05-30 22:43:30 +01:00
- Ensure `Powershell` is up to date (version 7+)
- Run `Build > Rebuild Solution`
- Build results are stored in `project/Build`
2023-08-17 00:32:10 +00:00
## Server Endpoints
If you just want to mess with the server endpoints, you can use this [postman collection](https://gofile.io/d/kCzmze)