You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add .claude/settings.local.json to .gitignore and overhaul the Steam LuaTools get-started guide. The docs were reorganized to present an Easy and Manual method, replace the install command with irm https://luatools.vercel.app/install-plugin.ps1 | iex, add warnings/tips for advanced/manual installs, clarify plugin loader (Millennium) steps, and provide concise usage instructions for adding/removing games and applying fixes.
Copy file name to clipboardExpand all lines: docs/luatools/steam-plugin/get-started.md
+31-38Lines changed: 31 additions & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,62 +4,55 @@ sidebar_position: 2
4
4
5
5
# Install LuaTools Plugin
6
6
7
-
[Click here for Video tutorial if you are confused (ENGLISH)](https://www.youtube.com/watch?v=Ebo_YoHGPtM&t=1s&pp=ygVRRlJFRSAxLUNsaWNrLUFkZCBTdGVhbSBQbHVnaW4gLSBTdGVhbVRvb2xzIGhhcyBuZXZlciBiZWVuIGJldHRlciAoR0FNRSBDSEFOR0lORyEp)
7
+
## Easy Method
8
8
9
-
## Step 1. Make sure you have SteamTools installed
10
-
11
-
Download Here (first option): https://steamtools.net/download.html
If you are on Windows simply open PowerShell, and paste this in:
9
+
Run this in **PowerShell** (or [execute this file](https://cdn.discordapp.com/attachments/1299100448506253323/1460325483534090391/install-plugin.ps1)):
Download the latest plugin zip from the [GitHub Releases](https://github.com/madoiscool/ltsteamplugin/releases).
40
38
41
-
1. Download the Plugin Files Latest Zip Here: [Latest Release](https://github.com/madoiscool/ltsteamplugin/releases)
42
-
2. Navigate to your Steam directory (where `steam.exe` is located)
43
-
3. Go to the `plugins` folder
44
-
4. Create a new folder (name it whatever you want)
45
-
5. Extract the zip contents into that folder
39
+
Then navigate to your Steam directory (where `steam.exe` is located, usually `%ProgramFiles(x86)%\Steam`), go to the `plugins` folder, create a new folder (name it whatever you like), and extract the zip contents there.
46
40
47
-
**To find the plugins folder easily:**
48
-
- Open Steam
49
-
- Click the top left "Steam" button
50
-
- Go to **Millennium** → **plugins** → **browse local files**
41
+
:::tip
42
+
To find the plugins folder easily: Open Steam → click "Steam" in the top left → *plugin loader* → Plugins → Browse Local Files
43
+
:::
51
44
52
-
## Step 4. Enable it in Millennium plugin settings
45
+
###Step 4. Enable it in the *plugin loader* settings
53
46
54
-
1. Top left of Steam "Steam" button → **Millennium** → **plugins**
0 commit comments