From ee831f076a80bd590d01d99859ca12de56981a96 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Fri, 19 Apr 2024 05:49:42 +0900 Subject: [PATCH] docs: update docs --- docs/dzgui.adoc | 485 +++++++++++++++++++++++----------------- docs/dzgui_dark.adoc | 487 ++++++++++++++++++++++++----------------- images/tutorial/08.png | Bin 0 -> 12071 bytes images/tutorial/09.png | Bin 0 -> 31823 bytes 4 files changed, 575 insertions(+), 397 deletions(-) create mode 100644 images/tutorial/08.png create mode 100644 images/tutorial/09.png diff --git a/docs/dzgui.adoc b/docs/dzgui.adoc index 49a4113..7e4cd6c 100644 --- a/docs/dzgui.adoc +++ b/docs/dzgui.adoc @@ -2,8 +2,8 @@ :toc: left :stylesheet: custom.css -= DZGUI documentation -DayZ official/community server graphical launcher for Linux | Last updated: {d} += DZGUI documentation (v5.x.x) +DayZ server browser and mod manager for Linux | Last updated: {d} Click https://aclist.github.io/dzgui/dzgui_dark.html[here] for dark mode @@ -22,6 +22,8 @@ If not already installed, the below can be found in your system's package manage If any dependencies are missing when the application starts, it will warn you, so you need not take any preemptive measures here. +All dependencies are installed out of the box on Steam Deck. + - `curl` - `jq` - `zenity` @@ -30,15 +32,16 @@ If any dependencies are missing when the application starts, it will warn you, s - `PyGObject` (`python-gobject`) === Preparation -. **Download DZGUI and make it executable:** +==== Step 1: Download DZGUI and make it executable -Automatic method: generic OS (skip to step 3 below when complete) +**Automatic method: generic OS** + +Invoke the command below from a terminal: ``` curl -s "https://raw.githubusercontent.com/aclist/dztui/dzgui/install.sh" | bash ``` - -Automatic method: nix-based systems (contributed by lelgenio) +**Automatic method: nix-based systems (contributed by lelgenio)** Follow the instructions at https://github.com/lelgenio/dzgui-nix to ingest the package and dependencies into your system using flakes. @@ -50,44 +53,49 @@ git clone https://github.com/aclist/dztui.git chmod +x dzgui.sh ``` -''' -[start=2] -. **Update the `vm.max_map_count` value (see https://www.protondb.com/app/221100)** +==== Step 2: update the vm.max_map_count value + +On most modern distributions, it will seldom be necessary to update this value anymore, since it is set to a sufficiently large number for performance-intensive applications. **Automatic method:** This is handled automatically by DZGUI if you just choose to run the application out of the box. You will be prompted for your sudo password in order to check whether the system map count is too small. This is a one-time check that will not be triggered again once the map count is updated. -If you used the automatic method, you can skip to Step 3 below. [NOTE] -The map count check prompts for a sudo password. If you are using a Steam Deck, this check is not necessary. +If you are using a Steam Deck, this step is not necessary. -This process writes the count to the file `/etc/sysctl.d/dayz.conf`. +The process writes the count to the file `/etc/sysctl.d/dayz.conf`. -If the map count was lower than the threshold, it is updated to 1048576. -If the system map count was already higher, that value is interpolated into this file as a redundancy check. +If the system map count was lower than the threshold, it is updated to `1048576`. +If the system map count was already higher, that value is interpolated into this file for redundancy purposes and to avoid sudo escalation on subsequent launches of the application. [NOTE] If, for reasons unrelated to DayZ, you choose at a later time to raise your system map count higher than it originally was and you find that the count is not sticking, check for the presence of the `dayz.conf` file to see if it is taking precedence and delete it accordingly. -**Ephemeral method:** -the map count will revert after the system is rebooted. +If you used the automatic method, you can skip to <> below. + +**Manual method:** + +If you wish to update this value yourself without intervention from DZGUI, you have two options: + + +Invoke the command below for an **ephemeral change**. Note that if changing the map count on a one-time basis, it will revert to the old value after the system is rebooted. + ``` sudo sysctl -w vm.max_map_count=1048576 ``` -**Persistent method:** +Invoke the command below for a **persistent change**: ``` echo 'vm.max_map_count=1048576' | sudo tee /etc/sysctl.d/dayz.conf ``` -[start=3] -. **Prepare a Steam account with a DayZ license** -. **Enable a Proton version ≥ `6.8` (or use Experimental) in the `Compatibility` field of the game's right-click options.** +==== Step 3: Prepare a Steam account with a DayZ license +Enable a Proton version ≥ `6.8` (or use Proton Experimental) in the `Compatibility` field of the game's right-click options. As of this writing, any recent version of Proton should work, and it is encouraged to use the most recent one. === API key & server IDs @@ -98,107 +106,111 @@ echo 'vm.max_map_count=1048576' | sudo tee /etc/sysctl.d/dayz.conf ==== BattleMetrics API key (optional) -This step is optional. Using this key in conjunction with the above allows you to connect to and query servers by ID instead of by IP. See <>. +This key is optional. Using this key in conjunction with the above allows you to also connect to and query servers by numerical ID instead of by IP. See <>. -1. Register for an API key at https://www.battlemetrics.com/account/register?after=%2Fdevelopers[BattleMetrics] (free) -2. From the **Personal Access Tokens** area, Select **New Token** -3. Give the token any name in the field at the top -4. Leave all options **unchecked** and scroll to the bottom, select **Create Token** +1. Register for an API key at https://www.battlemetrics.com/account/register?after=%2Fdevelopers[BattleMetrics] (free). +2. From the **Personal Access Tokens** area, Select **New Token**. +3. Give the token any name in the field at the top. +4. Leave all options **unchecked** and scroll to the bottom, select **Create Token**. 5. Once configured, you can insert this key in the app when launching it for the first time (optional), or later on when using the connect/query by ID methods in the app for the first time. === First-time launch -0. It is always advised to have Steam running in the background. DayZ is meant to run "on top of" Steam. +It is always advised to have Steam running in the background. DZGUI is meant to run "on top of" Steam, and will warn you if Steam appears to not be running. -1. DZGUI can be launched one of two ways. +DZGUI can be launched one of two ways. -**From the terminal:** +**From a terminal:** ``` ./dzgui.sh ``` -Launching from the terminal gives more verbose information in the event of a crash, and can be a good way of troubleshooting problems. +Launching from a terminal may give more verbose information in the event of a crash, and can be a good way of troubleshooting problems. -**From the shortcut shipped with the application** (if using a desktop environment based on the Freedesktop specification): +**From the shortcut shipped with the application**: -- Located under the "Games" category of your system's applications list. -- Via the "DZGUI" desktop shortcut (Steam Deck only) +If you are using a desktop environment (DE) based on the Freedesktop specification, shortcuts will be installed for you. -[start=2] -2. Follow the menu prompts given by the app. You will be asked to provide: +- One shortcut is located under the "Games" category of your system's applications list. +- The other is accessed via the "DZGUI" desktop icon (Steam Deck only) -- Player name (a generic handle, required by some servers) +After launching the app, follow the menu prompts onscreen. You will be asked to provide the following: + +- Player name (a handle name that identifies your character; required by some servers) - Steam API key (required) - BM API key (optional) ==== Steam path discovery DZGUI will now attempt to locate your default Steam installation and DayZ path. You *must* have DayZ installed in your Steam library in order to proceed. (It can be installed to any drive of your choosing.) + If DZGUI cannot find Steam or cannot find DayZ installed at the detected Steam path, it will prompt you to manually specify the path to your Steam installation. -Specify the top-level entry point to Steam, not DayZ. E.g., +Specify the root, top-level entry point to Steam, not DayZ. E.g., `/media/mydrive/Steam`, not `/media/mydrive/Steam/steamapps/common/DayZ` If your Steam installation is in a hidden folder but the file picker dialog does not show hidden folders, ensure that your GTK settings are set to show hidden files. -For GTK 2, edit the file below so that `ShowHidden=true`: +For GTK 2, update the file `$HOME/.config/gtk-2.0/gtkfilechooser.ini` to contain this line: -`~/.config/gtk-2.0/gtkfilechooser.ini` +`ShowHidden=true` -For GTK 3, invoke the command: +For GTK 3, invoke the command: `gsettings set org.gtk.Settings.FileChooser show-hidden true` -=== Steam integration & artwork +=== Steam integration & artwork -==== Adding to steam +==== Adding DZGUI as a third-party app DZGUI can be added to Steam as a "non-Steam game" in order to facilitate integration with Steam Deck or desktop environments. -1. Launch Steam in the "Large" view. +1. Launch Steam in the "Large" (default) view. [NOTE] -Steam Deck: you must switch to "Desktop Mode" and launch Steam from the desktop. Steam Deck Game Mode does not support keyboard entry on some third party apps. +Steam Deck: you must switch to "Desktop Mode" and launch Steam from the desktop. Steam Deck's Game Mode view has limited support for configuration of custom games. [start=2] -2. Select **Add a Game** > **Add a Non-Steam Game** from the lower left-hand corner. +2. Select **Add a Game** > **Add a Non-Steam Game** from the lower left-hand corner of the Steam client. image::https://github.com/aclist/dztui/raw/dzgui/images/tutorial/01.png[01,500] [start=3] 3. Navigate to `$HOME/.local/share/applications/` and select `dzgui.desktop` -4. Select **Add Selected Programs**. - -==== Controller layout - -An official controller layout for Steam Deck is available in the Steam community layouts section. Search for "DZGUI Official Config" to download it. Long-press the View button and Select button (☰) to toggle D-pad navigation. This creates an additional layer that lets you navigate through menus using the D-pad and A/B to respectively confirm selections and go back. Remember to toggle this layer off again after launching your game to revert back to the master layer. +4. Select **Add Selected Programs** to add a shortcut to DZGUI. ==== Artwork -The application also ships with Steam cover artwork. It is located under: +DZGUI also ships with Steam cover artwork. It is located under: ``` $HOME/.local/share/dzgui ``` -The artwork consists of four parts: +The artwork consists of five parts: -1. Grid: a vertical "box art" grid used on library pages -2. Hero: a large horizontal banner used on the app's details page -3. Logo: a transparent icon used to remove Steam's default app text -4. dzgui: used by freedesktop shortcut to generate a desktop icon; not intended for the user +[%autowidth] +|=== +|Name|Description -Updating the artwork: +|Hero|a large horizontal banner used on the app's details page, and on landscape-orientation covers in the Recently Played section +|Icon|a square icon used for the tree/list view of the Steam library +|Grid|a vertical "box art" cover used on Steam library pages +|Logo|a transparent icon used to remove Steam's default app text +|dzgui|used by freedesktop shortcut to generate a desktop icon; not intended for manual use by the user +|=== -1. Navigate to the app's details page and right-click the blank image header at the top. +===== Updating the artwork + +1. From the main library view, navigate to the app's details page and right-click the blank image header at the top. image::https://github.com/aclist/dztui/raw/dzgui/images/tutorial/03.png[03,700] [start=2] 2. Select **Set Custom Background** -3. Select to display All Files from the File type dropdown +3. Select to display **All Files** from the File type dropdown 4. Navigate to the artwork path described above and select `hero.png`. 5. Next, right-click the image background and select **Set Custom Logo**. @@ -222,6 +234,22 @@ image::https://github.com/aclist/dztui/raw/dzgui/images/tutorial/06.png[06,700] image::https://github.com/aclist/dztui/raw/dzgui/images/tutorial/07.png[07,700] +[start=9] +9. Right-click the DZGUI entry and select Properties to open the properties dialog. Next to the **Shortcut** field, you will see a small square box which represents the game's icon. Click this to open a file explorer and select `icon.png` from the path above. This will add a small icon to the list view. + +image::https://github.com/aclist/dztui/raw/dzgui/images/tutorial/08.png[08,700] + +[start=10] +10. After you launch DZGUI for the first time, you should return to the library view and select the Recent Games dropdown on the right-hand side. Steam shows a collection of box art based on categories like "Play Next", "Recent Games", etc. Look for a downward-pointing caret icon and click it, then select the "Recently Played" category. If DZGUI was the last item played, it will be shown with a landscape, rather than portrait, orientation cover, which is initially blank. To customize this cover, right click it and select `Manage > Set custom artwork`, then select the `hero.png` image again for this area. + +image::https://github.com/aclist/dztui/raw/dzgui/images/tutorial/09.png[09,700] + +==== Controller layout + +A controller layout for Steam Deck is available in the Steam community layouts section. Search for "DZGUI Official Config" to download it. This layout provides modal layers intended to facilitate interaction with the DZGUI interface, but does not attempt to customize in-game DayZ controls in a detailed fashion. + +Long-press the View button and Select button (☰) to toggle D-pad navigation. This creates an additional layer that lets you navigate through menus using the D-pad and A/B to respectively confirm selections and go back. Remember to toggle this layer off again after launching your game to revert back to the master layer. + === Updating the app If DZGUI detects a new upstream version, it will prompt you to download it automatically. @@ -235,248 +263,308 @@ Upgrading is always advised. If you experience a problem or need to restore the prior version of DZGUI and/or your configs, it is enough to simply replace the new version with the old one and relaunch the app. -The files can be found at: +The file can be found at: -Script: ``` -