1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2024-12-28 05:12:36 +01:00

docs: normalize readme

This commit is contained in:
aclist 2023-11-22 18:54:09 +09:00
parent 80854823dd
commit 505b6fd4a3
2 changed files with 13 additions and 22 deletions

View file

@ -1,26 +1,19 @@
## What this is
DZGUI is a GUI version of [DZTUI](https://github.com/aclist/dztui/tree/dztui) for Linux.
A GUI version of [DZTUI](https://githubom/aclist/dztui) for Linux. Used to list official and community server details and quick connect to preferred servers by staging mods and concatenating launch options automatically.
Note: development of DZTUI has stopped and has been replaced with DZGUI.
DZGUI allows you to connect to both official and modded/community DayZ servers on Linux and provides a graphical interface for doing so. This overcomes certain limitations in the Linux client and helps prepare the game to launch by doing the following:
1. Display server metadata in a table (server name, player count, ping, current gametime, distance, IP)
2. Find and prepare mods being requested by the server (choose from manual or automatic installation)
3. Concatenate launch options to pass to Steam
1. Search for and display server metadata in a table (server name, player count, ping, current gametime, distance, IP)
2. Add/delete/manage favorite servers by IP or ID
3. Find and prepare mods being requested by the server (choose from manual or automatic installation)
4. Concatenate launch options to pass to Steam
Other options include the ability to connect by IP or ID or set a favorite server.
## Setup and usage
Refer to the [manual](https://aclist.github.io/dzgui/dzgui.html) for installation and setup instructions, a feature-by-feature breakdown, and Steam integration tutorials.
![Alt text](example.png)
## Attribution
A subset of geolocation data was sourced from DB-IP under a Creative Commons Attribution 4.0 International License.
## Acknowledgments
Special thanks to the following users for going above and beyond in beta testing and finding obscure bugs.
- fossean
- scandalouss
- SteveIDusa
- The_Axelrod
![Alt text](/images/example.png)

View file

@ -32,11 +32,9 @@ sums_path="$helpers_path/sums.md5"
scmd_file="$helpers_path/scmd.sh"
km_helper_url="$releases_url/latlon"
db_file="$releases_url/ips.csv.gz"
sums_url="$testing_url/helpers/sums.md5"
scmd_url="$testing_url/helpers/scmd.sh"
vdf2json_url="$testing_url/helpers/vdf2json.py"
notify_url="$testing_url/helpers/d.html"
notify_img_url="$testing_url/helpers/d.webp"
sums_url="$stable_url/helpers/sums.md5"
scmd_url="$stable_url/helpers/scmd.sh"
vdf2json_url="$stable_url/helpers/vdf2json.py"
forum_url="https://github.com/aclist/dztui/discussions"
version_file="$config_path/versions"
steamsafe_zenity="/usr/bin/zenity"
@ -211,7 +209,7 @@ freedesktop_dirs(){
mkdir -p "$freedesktop_path"
curl -s "$version_url" > "$sd_install_path/dzgui.sh"
chmod +x "$sd_install_path/dzgui.sh"
img_url="$testing_url/images"
img_url="$stable_url/images"
for i in dzgui grid.png hero.png logo.png; do
curl -s "$img_url/$i" > "$sd_install_path/$i"
done