Skip to content

Commit 1cd9e0c

Browse files
committed
suggested changes
1 parent 0d74700 commit 1cd9e0c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,19 @@ The "Settings" window on a mod displays the Command Line to play that mod direct
4646

4747
<br /><br />
4848
## **Tool Quick Launch:**<br />
49-
Just like mods QuickLaunch, you can launch installed mod development tools with a cmdline argument. Windows users have the possibility to create a shortcut to desktop with a click. This may be extended to Linux and Mac later on.<br />
49+
You can launch installed mod development tools with a Command Line argument (just like how you can launch mods with QuickLaunch).<br />
5050
KnossosNET.exe -tool {tool-id}
5151

5252
<br /><br />
5353
## **Tray Icon Mode:**<br />
5454
On 1.3.0 a feature to "close to tray" has been implemented, this can be enabled on global settings.<br />
55-
Additionally, a cmdline argument (-traymode) has been added to Knossos.NET. By starting in this mode the launcher will start to tray and will not load UI resources until the user opens the UI for the first time.<br />
55+
Additionally, a Command Line argument (-traymode) has been added to Knossos.NET. By starting in this mode the launcher will start to tray and will not load UI resources until the user opens the UI for the first time.<br />
5656
The tray icon allow to launch mods directly from there.<br />
5757
![TrayIcon](https://i.imgur.com/cWF4WdT.png)
5858

5959
<br /><br />
6060
## **Rendering Mode:**<br />
61-
From 1.3.0 KnossosNET will render the UI in software mode by default to avoid use of the user GPU, but it can be set to run on hardware gpu rendering.
61+
From 1.3.0 KnossosNET will render the UI in software mode by default to avoid use of the user GPU, but it can be set to run on hardware GPU rendering.
6262
<br />
6363
You can force the hardware rendering mode by using the "-hardware" Command Line argument or by setting an environment variable "KNET_RENDER_MODE" to "hardware".<br />
6464
For versions older than 1.3.0 hardware rendering is used by default and can be set to run on software mode by using "-software" or KNET_RENDER_MODE" to "software".
@@ -68,9 +68,9 @@ For versions older than 1.3.0 hardware rendering is used by default and can be s
6868
![tags](https://i.imgur.com/KKVyuxc.png)
6969
<br />
7070
A filter and tags feature offers QOL improvements to mod search and listening.<br />
71-
Filters are a physical button that will display all mods that contain it.<br />
71+
Filters are a physical button that will display all mods that contain that filter.<br />
7272
Tags are words that will be used in the search function to improve search results. Before this only the mod name was used for the search.<br />
73-
To add filters and tags to you mods please consult in the discord or create a PR or issue here: https://github.com/KnossosNET/KNet-General-Resources-Repo
73+
To add filters and tags to your mods please consult in the Discord channel or create a PR or issue at the GitHub link here: https://github.com/KnossosNET/KNet-General-Resources-Repo
7474

7575

7676
<br /><br />
@@ -123,12 +123,12 @@ On KnossosNET there are multiples sources of Command Line arguments that are eve
123123
## **Compiling for Linux and Mac:**<br />
124124
- Right click on the project -> Publish<br />
125125
- Export to folder<br />
126-
- From there you can pick the destiny environment on the list<br />
126+
- From there you can pick the destination environment on the list<br />
127127
<br /><br />
128128

129129
# Custom TC Launcher Mode<br />
130130
![CustomLauncher](https://i.imgur.com/uCYnTvD.png)
131131
<br />
132132
<br />
133-
Starting from 1.3.0 Knossos.NET supports "Custom TC Mode" is can be used to provide a customized launcher for a specific Total Conversion mod. Supporting customization by an additional json file or by hard-coding the data in.<br />
133+
Starting from 1.3.0, Knossos.NET supports "Custom TC Mode" which can be used to provide a customized launcher for a specific Total Conversion mod. "Custom TC Mode" supports customization via an additional json file or by hard-coding the data in.<br />
134134
More information and examples here: https://github.com/KnossosNET/Knet-CustomTc-Mode-Example<br />

0 commit comments

Comments
 (0)