This commit is contained in:
fn2006
2023-02-05 22:11:58 +00:00
294 changed files with 8326 additions and 12400 deletions

View File

@@ -19,38 +19,49 @@
<p>Features:</p>
<ul>
<li>Easily install game modifications, such as Fabric, Forge and Quilt</li>
<li>Control your Java settings</li>
<li>Easily install and update modpacks from the Launcher</li>
<li>Control your Java settings, and enable Mangohud or Gamemode with a toggle</li>
<li>Manage worlds and resource packs from the launcher</li>
<li>See logs and other details easily</li>
<li>See logs and other details easily through a dashboard</li>
<li>Kill Minecraft in case of a crash/freeze</li>
<li>Isolate Minecraft instances to keep everything clean</li>
<li>Install and update mods directly from the launcher</li>
<li>Customize the launcher with themes, and more</li>
<li>And cat :3</li>
</ul>
</description>
<screenshots>
<screenshot type="default">
<caption>The main Prism Launcher window</caption>
<image type="source" width="976" height="764">https://prismlauncher.org/img/screenshots/LauncherDark.png</image>
<image type="source" width="1030" height="764">https://prismlauncher.org/img/screenshots/LauncherDark.png</image>
</screenshot>
<screenshot>
<caption>Modpack installation</caption>
<image type="source" width="1103" height="954">https://prismlauncher.org/img/screenshots/ModpackInstallDark.png</image>
<image type="source" width="1126" height="850">https://prismlauncher.org/img/screenshots/ModpackInstallDark.png</image>
</screenshot>
<screenshot>
<caption>Modpack updating</caption>
<image type="source" width="930" height="677">https://prismlauncher.org/img/screenshots/ModpackUpdateDark.png</image>
</screenshot>
<screenshot>
<caption>Mod installation</caption>
<image type="source" width="1036" height="700">https://prismlauncher.org/img/screenshots/ModInstallDark.png</image>
<image type="source" width="848" height="558">https://prismlauncher.org/img/screenshots/ModInstallDark.png</image>
</screenshot>
<screenshot>
<caption>Mod updating</caption>
<image type="source" width="930" height="858">https://prismlauncher.org/img/screenshots/ModUpdateDark.png</image>
<image type="source" width="860" height="748">https://prismlauncher.org/img/screenshots/ModUpdateDark.png</image>
</screenshot>
<screenshot>
<caption>Instance management</caption>
<image type="source" width="1083" height="735">https://prismlauncher.org/img/screenshots/PropertiesDark.png</image>
<image type="source" width="960" height="659">https://prismlauncher.org/img/screenshots/PropertiesDark.png</image>
</screenshot>
<screenshot>
<caption>Cat :)</caption>
<image type="source" width="931" height="759">https://prismlauncher.org/img/screenshots/LauncherCatDark.png</image>
<caption>Cat :3</caption>
<image type="source" width="1042" height="754">https://prismlauncher.org/img/screenshots/LauncherCatDark.png</image>
</screenshot>
<screenshot>
<caption>Customization</caption>
<image type="source" width="1040" height="752">https://prismlauncher.org/img/screenshots/CustomizeDark.png</image>
</screenshot>
</screenshots>
<releases>

View File

@@ -41,6 +41,24 @@ Here are the current features of Prism Launcher.
*-a, --profile*=PROFILE
Use the account specified by PROFILE (only valid in combination with --launch).
# ENVIRONMENT
The behavior of the launcher can be customized by the following environment
variables, besides other common Qt variables:
*QT_LOGGING_RULES*
Specifies which logging categories are shown in the logs. One can
enable/disable multiple categories by separating them with a semicolon (;).
The specific syntax, and alternatives to this setting, can be found at
https://doc.qt.io/qt-6/qloggingcategory.html#configuring-categories.
*QT_MESSAGE_PATTERN*
Specifies the format in which the console output will be shown.
Available options, as well as syntax, can be viewed at
https://doc.qt.io/qt-6/qtglobal.html#qSetMessagePattern.
# EXIT STATUS
*0*