LANCommander/LANCommander.Documentation/Scripting/Overview.md
2026-03-20 00:41:28 -05:00

13 lines
566 B
Markdown

---
sidebar_label: Overview
sidebar_position: 1
---
# Scripting
LANCommander includes a full PowerShell runtime that enables powerful automation for game installation, configuration, and management. Scripts are attached to games and executed by the launcher at key points in the game's lifecycle.
Scripts have access to a set of custom cmdlets that simplify common tasks such as patching binary files, reading display information, updating INI files, and syncing player profile data with the server.
import DocCardList from '@theme/DocCardList';
<DocCardList />