mirror of
https://github.com/sp-tarkov/launcher.git
synced 2025-02-13 01:50:44 -05:00
28 lines
765 B
Markdown
28 lines
765 B
Markdown
# Launcher
|
|
|
|
Custom launcher for Escape From Tarkov to start the game in offline mode
|
|
|
|
**Project** | **Function**
|
|
------------------ | --------------------------------------------
|
|
Aki.Build | Build script
|
|
Aki.ByteBanger | Assembly-CSharp.dll patcher
|
|
Aki.Launcher | Launcher frontend
|
|
Aki.Launcher.Base | Launcher backend
|
|
|
|
## Requirements
|
|
|
|
- Escape From Tarkov 19765
|
|
- .NET 6 SDK
|
|
- Visual Studio Code
|
|
|
|
### For UI Development
|
|
|
|
- Visual Studio Community 2022 (.NET desktop workload)
|
|
- Avalonia Visual Studio Extension
|
|
|
|
## Build
|
|
|
|
1. Open Launcher.code-workspace in Visual Studio Code.
|
|
2. Run the build task: (top toolbar) Terminal -> Run Build Task...
|
|
3. Copy-paste all files inside `Build` into `game root directory`, overwrite when prompted.
|