Skip to content

Commit b399a53

Browse files
authored
Merge pull request #2 from waikboidev/main
Added some to an FAQ section.
2 parents 2b21ea3 + 586c16c commit b399a53

10 files changed

Lines changed: 86 additions & 0 deletions

File tree

4.61 KB
Loading
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# How to use the luatools menu
2+
3+
:::info Work in Progress
4+
This guide is not fully completed. Will add more when needed.
5+
:::
6+
7+
Here is the multiple featuers the luatools menu has.
8+
9+
## Essential features to know
10+
11+
### How to add a game
12+
Head to its store page -> "Add via luatools" on the right -> "Restart steam"
13+
14+
### How to remove a game
15+
Head to its store page -> <img src={require('./image1.png').default} width="20" /> icon -> "Remove via luatools" -> "Restart steam"
16+
17+
### How to apply a fix
18+
Head to its store page -> <img src={require('./image1.png').default} width="20" /> icon -> "Fixes Menu"
8.5 KB
Loading
3.41 KB
Loading
2.63 KB
Loading
32.4 KB
Loading
19.2 KB
Loading
16.2 KB
Loading
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# Powershell Error
2+
3+
If you are getting something similiar to these in powershell then heres how you can fix it.
4+
5+
![onsend](image1.png)
6+
![remoteserver](image2.png)
7+
![sslerror](image3.png)
8+
9+
## Option 1 | Cloudflare WARP
10+
11+
To do this method head on over to the link below and download the latest version for your operating system. (Windows in most cases.)
12+
https://developers.cloudflare.com/cloudflare-one/team-and-resources/devices/cloudflare-one-client/download/
13+
14+
Once you install WARP and have it running you should see a pop up in the bottom left corner something like this.
15+
![warpphoto-onboarding](image4.png)
16+
17+
However if you do not then you can just search for Cloudflare WARP in your search bar or system tray then it should pop up.
18+
19+
Once you are here you can press on next.
20+
21+
Then you should see something like **Your internet is not private**.
22+
23+
![warpphoto-on](image5.png)
24+
25+
Press the big switch to turn on Cloudflare WARP.
26+
27+
Once Cloudflare connects you to their services then if you were to rerun the script it should work.
28+
If not ask for support in our Discord Server.
29+
30+
## Option 2 | Change your DNS
31+
32+
Now to do this one it's a bit more tricky. Don't worry there will be a video to explain how to do it.
33+
34+
- Head on over to Control Panel you can find that by searching in your Start Menu.
35+
- You should see a few options the one we are worried about is **Network and Internet** so click on that.
36+
- Now you should see 2 options. Click on **Network and Sharing Center**
37+
- Now if you look to the left side of the panel you will see 3 options.
38+
- Click on **Change adapter settings** which should open another panel.
39+
- Now if you are either on a Wireless connection or Ethernet right click the one that you need.
40+
- You would then select **Properties** with the little shield icon.
41+
- Look for **Internet Protocol Version 4 (TCP/IPv4)** click on that and press Properties again.
42+
- Now focus on the bottom card where you will press **Use the following DNS server addresses:**.
43+
44+
### Cloudflare
45+
Perferred DNS Server: 1.1.1.1
46+
Alternate DNS Server: 1.0.0.1
47+
48+
### Google
49+
Perferred DNS Server: 8.8.8.8
50+
Alternate DNS Server: 8.8.4.4
51+
52+
Those are the two we recommend. I went for Cloudflare for this demonstration.
53+
![dns](image6.png)
54+
55+
Press on OK and then rerun the script.
56+
That should fix your problem if not feel free to try another option.
57+
58+
https://youtu.be/sgS2aYvGVT8
59+

sidebars.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,15 @@ const sidebars: SidebarsConfig = {
5555
'luatools/guides/index',
5656
],
5757
},
58+
{
59+
type: 'category',
60+
label: 'FAQ',
61+
collapsed: false,
62+
items: [
63+
'luatools/faq/powershellerror/index',
64+
'luatools/faq/luatoolsmenu/index',
65+
],
66+
},
5867
],
5968
},
6069
],

0 commit comments

Comments
 (0)