0
0
mirror of https://github.com/sp-tarkov/launcher.git synced 2025-02-12 13:50:43 -05:00
waffle.lord 6664061c2b Fix: Copying Logs (!65)
only try to copy logs that exist

Co-authored-by: Dev <dev@dev.sp-tarkov.com>
Co-authored-by: CWX <cwxdev@outlook.com>
Reviewed-on: SPT/Launcher#65
Co-authored-by: waffle.lord <waffle.lord@hotmail.com>
Co-committed-by: waffle.lord <waffle.lord@hotmail.com>
(cherry picked from commit 3321146d7b04643091319a470969024ead6195cf)
2024-08-07 14:22:44 +01:00
2024-08-07 14:22:44 +01:00
2023-03-03 19:25:33 +00:00
2023-09-10 13:44:42 -04:00
2024-07-17 15:45:43 +01:00

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 31124
  • .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
No description provided
Readme 727 MiB
Languages
C# 99.6%
PowerShell 0.4%