Skip to content

Commit 5bfe712

Browse files
committed
Update Steam plugin docs; ignore Claude settings
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.
1 parent 4320116 commit 5bfe712

2 files changed

Lines changed: 32 additions & 38 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@
1818
npm-debug.log*
1919
yarn-debug.log*
2020
yarn-error.log*
21+
.claude/settings.local.json

docs/luatools/steam-plugin/get-started.md

Lines changed: 31 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -4,62 +4,55 @@ sidebar_position: 2
44

55
# Install LuaTools Plugin
66

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
88

9-
## Step 1. Make sure you have SteamTools installed
10-
11-
Download Here (first option): https://steamtools.net/download.html
12-
13-
## Step 2. Install [Millennium](https://steambrew.app/)
14-
15-
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)):
1610

1711
```powershell
18-
iwr -useb "https://steambrew.app/install.ps1" | iex
12+
irm "https://luatools.vercel.app/install-plugin.ps1" | iex
1913
```
2014

21-
## Step 3. Install Plugin, Choose One:
15+
> This will install SteamTools (asks before), the *plugin loader*, and the LuaTools plugin.
2216
23-
### 🟢 Easiest Method
17+
## Manual Method
2418

25-
If you just want it to work with minimal effort, run this in **PowerShell**:
19+
:::warning
20+
This method is for advanced users only. No support is provided.
21+
:::
2622

27-
```powershell
28-
iwr -useb "https://luatools.vercel.app/install-plugin.ps1" | iex
29-
```
23+
### Step 1. Make sure you have SteamTools installed
24+
25+
Download here: https://steamtools.net/
3026

31-
This will automatically download and install the latest LuaTools plugin for you.
27+
### Step 2. Install the *plugin loader*
3228

33-
### 🟠 Easy Method
29+
You will need to figure out what it is on your own. I recommend searching on YouTube for a LuaTools guide if you can't figure it out.
3430

35-
[Download and run the latest installer](https://github.com/madoiscool/LuaTools/releases/latest/download/LuaToolsInstaller.exe)
31+
:::danger
32+
They are not affiliated! If you are found to ask them about this, you will be permanently banned from both sides.
33+
:::
3634

37-
[Source code here](https://github.com/madoiscool/ltsp-updater)
35+
### Step 3. Install the Plugin
3836

39-
### 🔴 Advanced Manual Method
37+
Download the latest plugin zip from the [GitHub Releases](https://github.com/madoiscool/ltsteamplugin/releases).
4038

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.
4640

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+
:::
5144

52-
## Step 4. Enable it in Millennium plugin settings
45+
### Step 4. Enable it in the *plugin loader* settings
5346

54-
1. Top left of Steam "Steam" button → **Millennium****plugins**
55-
2. Tick **LuaTools**
56-
3. Click **Save changes**
57-
4. Click **Yes** to restart
47+
`"Steam"` (top left) → *plugin loader*`Plugins` → toggle `Luatools``Save Changes`
5848

59-
Then go to a game page and if you don't have it added already, there will be an "Add via LuaTools" button.
49+
## Usage
6050

61-
## Next Steps
51+
- **Add a game:**
52+
- Go to its **store page**`"Add via LuaTools"` on the right → `"Restart Steam"`
6253

63-
- Learn more about [Steam Plugin features](../steam-plugin)
64-
- Join our [Discord community](../discord) for support
54+
- **Remove a game:**
55+
- Go to its **store page****LuaTools icon**`"Remove via LuaTools"``"Restart Steam"`
6556

57+
- **Apply a fix**
58+
- Go to its **store page****LuaTools icon**`"Fixes menu"`

0 commit comments

Comments
 (0)