mirror of
https://github.com/sp-tarkov/launcher.git
synced 2025-02-12 14:10:44 -05:00
- Remove the "Wipe Registry" button - Remove the registry wipe on new profile creation/profile wipe This is a companion to [#172](SPT/Modules#172) which moves SPTs "registry" into a JSON file to avoid cross contamination with live data Co-authored-by: DrakiaXYZ <565558+TheDgtl@users.noreply.github.com> Reviewed-on: SPT/Launcher#68 Co-authored-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com> Co-committed-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com>
Launcher
Custom launcher for Escape From Tarkov to start the game in offline mode
Project | Function |
---|---|
SPT.Build | Build script |
SPT.ByteBanger | Assembly-CSharp.dll patcher |
SPT.Launcher | Launcher frontend |
SPT.Launcher.Base | Launcher backend |
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:
git config --local user.name "USERNAME"
git config --local user.email "USERNAME@SOMETHING.com"
Requirements
- Escape From Tarkov 32757
- .NET 8 SDK
- Visual Studio Code
- PowerShell v7
For UI Development
- Visual Studio Community 2022 (.NET desktop workload)
- Avalonia Visual Studio Extension
Build
- Ensure
Powershell
is up to date (version 7+) - Run
Build > Rebuild Solution
- Build results are stored in
project/Build
Server Endpoints
If you just want to mess with the server endpoints, you can use this postman collection
Description
Languages
C#
99.6%
PowerShell
0.4%