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
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,19 +46,19 @@ The "Settings" window on a mod displays the Command Line to play that mod direct
46
46
47
47
<br /><br />
48
48
## **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 />
50
50
KnossosNET.exe -tool {tool-id}
51
51
52
52
<br /><br />
53
53
## **Tray Icon Mode:**<br />
54
54
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 />
56
56
The tray icon allow to launch mods directly from there.<br />
57
57

58
58
59
59
<br /><br />
60
60
## **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.
62
62
<br />
63
63
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 />
64
64
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
68
68

69
69
<br />
70
70
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 />
72
72
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
74
74
75
75
76
76
<br /><br />
@@ -123,12 +123,12 @@ On KnossosNET there are multiples sources of Command Line arguments that are eve
123
123
## **Compiling for Linux and Mac:**<br />
124
124
- Right click on the project -> Publish<br />
125
125
- 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 />
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 />
134
134
More information and examples here: https://github.com/KnossosNET/Knet-CustomTc-Mode-Example<br />
0 commit comments