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
+52-14Lines changed: 52 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
# Knossos.NET<br />
2
-

2
+

3
3
<br />
4
4
<br />
5
5
Knossos.NET, also known as KNet, is a multi-platform launcher for Freespace 2 Open using .NET 6.0 and AvaloniaUI<br />
6
6
<br />
7
7
8
8
<br /><br />
9
9
## **Current Status:**<br />
10
-
Version 1.2.2 has been released!<br />
10
+
Version 1.3.0 has been released!<br />
11
11
Check out our download page: https://knossoslauncher.com/<br />
12
12
13
13
<br /><br />
@@ -28,8 +28,10 @@ This greately minimizes hard drive usage, but comes with two things to keep in m
28
28
KnossosNET supports direct mod launch by adding a Command Line argument, this will open the launcher, and will launch FSO to play a mod with all the current settings and configurations, and close the launcher.<br />
If no -build is given it will default to "FSO" if -build-version is also used. If -build-version is not used either mod default will be used.<br />
34
+
-build-version supports both a specific version and the special strings "NewerStable", "NewerNightly" and "NewerRc" to select the newest one of each condition that is installed.<br />
33
35
If no version is given (KnossosNET.exe -playmod mod-id) the highest version of the mod will be launched.<br />
34
36
If no fso-exec-type is given or "Default", or an invalid type is passed "Release" will be used instead. <br />
35
37
Exec type options:<br />
@@ -43,10 +45,33 @@ Exec type options:<br />
43
45
The "Settings" window on a mod displays the Command Line to play that mod directly via Quick Launch. You can copy that Quick Launch Command Line and use it to create a shortcut to easily launch that mod. <br />
44
46
45
47
<br /><br />
46
-
## **Software Rendering Mode:**<br />
47
-
By default KnossosNET will render the UI in the GPU, can be set to run completely on software rendering what effectively avoids any use of the user GPU, this will come at the cost of increased CPU usage, what should not be a problem when in idle.
48
+
## **Tool Quick Launch:**<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
+
KnossosNET.exe -tool {tool-id}
51
+
52
+
<br /><br />
53
+
## **Tray Icon Mode:**<br />
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 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
+
The tray icon allow to launch mods directly from there.<br />
57
+

58
+
59
+
<br /><br />
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.
62
+
<br />
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
+
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".
65
+
66
+
<br /><br />
67
+
## **Mod Filters and tags:**<br />
68
+

48
69
<br />
49
-
You can force the software rendering mode by using the "-software" Command Line argument or by setting an environment variable "KNET_RENDER_MODE" to "software".
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 that filter.<br />
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 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
+
50
75
51
76
<br /><br />
52
77
## **mod.ini Support:**<br />
@@ -69,7 +94,7 @@ On KnossosNET there are multiples sources of Command Line arguments that are eve
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
+
More information and examples here: https://github.com/KnossosNET/Knet-CustomTc-Mode-Example<br />
0 commit comments