17 lines
No EOL
622 B
Markdown
17 lines
No EOL
622 B
Markdown
---
|
|
sidebar_label: Overview
|
|
sidebar_position: 1
|
|
---
|
|
|
|
# Overview
|
|
The LANCommander SDK is a .NET 9 assembly that provides the heart of functionality for the launcher and some parts of the server application. The SDK is currently used for:
|
|
- Authentication to a LANCommander server
|
|
- Installation of games / redistributables
|
|
- Launching of games and play session tracking
|
|
- Media linking and downloading
|
|
- Game save syncing, including packing and extraction
|
|
- PowerShell scripting runtime and execution
|
|
- Updating a player's profile including alias and custom fields
|
|
- Submission of issues
|
|
- Game lobby scanning
|
|
- Chat client |