All Projects → murkl → d2launcher

murkl / d2launcher

Licence: other
Diablo II • Median XL • Mod Launcher for Linux

Programming Languages

shell
77523 projects
HTML
75241 projects

Projects that are alternatives of or similar to d2launcher

Bottles
🌠 Easily manage 🍷prefix in a new way! (Run Windows software and games on Linux)
Stars: ✭ 147 (+635%)
Mutual labels:  games, wine, appimage
Odysseus
Bridging the elementary OS and Web user experiences
Stars: ✭ 41 (+105%)
Mutual labels:  gtk, elementaryos
Caroline
A simple Cairo Chart Library for GTK and Vala
Stars: ✭ 41 (+105%)
Mutual labels:  gtk, elementaryos
Easyssh
The SSH connection manager to make your life easier.
Stars: ✭ 207 (+935%)
Mutual labels:  gtk, elementaryos
ordne
A Simple Pomodoro Timer for Elementary OS
Stars: ✭ 13 (-35%)
Mutual labels:  gtk, elementaryos
Movie Monad
📺 A free and simple to use video player made with Haskell.
Stars: ✭ 347 (+1635%)
Mutual labels:  gtk, appimage
Ephemeral
A private-by-default, always-incognito browser for elementary OS
Stars: ✭ 133 (+565%)
Mutual labels:  gtk, elementaryos
live-chart
A real-time charting library for Vala and GTK3 based on Cairo
Stars: ✭ 47 (+135%)
Mutual labels:  gtk, elementaryos
lunar-client-qt
Lightweight launcher for lunar client
Stars: ✭ 166 (+730%)
Mutual labels:  lightweight, minimalist
webgui
Web Technologies based Crossplatform GUI Framework with Dark theme
Stars: ✭ 81 (+305%)
Mutual labels:  lightweight, minimalist
d2s edit recalc
Simple D2 LoD and D2R char save editor
Stars: ✭ 15 (-25%)
Mutual labels:  diablo2, diablo-ii
givemelyrics
See the lyrics of the song that is playing, from any application.
Stars: ✭ 52 (+160%)
Mutual labels:  gtk, elementaryos
palette
Color palette app for elementary OS
Stars: ✭ 32 (+60%)
Mutual labels:  gtk, elementaryos
Gifcurry
😎 The open-source, Haskell-built video editor for GIF makers.
Stars: ✭ 830 (+4050%)
Mutual labels:  gtk, appimage
gamebox
Gamebox is a collection of minigames written in C using Gtk+-3.0
Stars: ✭ 15 (-25%)
Mutual labels:  gtk, games
Gsimplecal
Simple and lightweight GTK calendar (BSD license)
Stars: ✭ 121 (+505%)
Mutual labels:  gtk, minimalist
Spreadsheet
A spreadsheet app designed for elementary OS
Stars: ✭ 66 (+230%)
Mutual labels:  gtk, elementaryos
darkbar
Darken window titlebars based on your preference. Made for elementary OS and GNOME.
Stars: ✭ 39 (+95%)
Mutual labels:  gtk, elementaryos
reco
A simple audio recording app for modern Linux desktop environment like Pantheon
Stars: ✭ 47 (+135%)
Mutual labels:  gtk, elementaryos
Drill
Search files without indexing, but clever crawling
Stars: ✭ 224 (+1020%)
Mutual labels:  gtk, appimage

Diablo II • Median XL Launcher

The userfriendly Mod Launcher

Features

  • Custom proton (64 Bit) build will download by script
  • Sandbox architecture
  • Leightweight
  • Download latest Median XL patch (incl. notification on new updates)
  • Median XL version management
  • Import/Export of savegames
  • D2 Stats included (will download by script)
  • Sven's Glide wrapper included
  • Diablo II 1.13c files to work with Median XL included
  • Updater (incl. notification on new updates)
  • Configuration of every script variable
  • 100% GUI

Dependencies

You will need a Diablo II installation to work! (the script will ask you for the location)

# Arch
sudo pacman -S wine zenity curl p7zip unrar jq wmctrl fuse2 zip xdelta3

# Debian/Ubuntu/elementaryOS
sudo apt install wine zenity curl p7zip-full unrar jq wmctrl fuse2 xdelta3

# Pop_OS!
sudo apt install wine zenity curl p7zip-full unrar jq wmctrl fuse2 ruby-notify xdelta3

Run

./d2launcher

Documentation

Using D2Stats

It's nessesary to start D2Stats (Statistics) in d2launcher first, before starting Diablo II. Because d2launcher will check every start of Diablo II (using pgrep) if D2Stats is running. In this case, d2launcher starts Diablo II automatically with sigma-loader.

Custom Configuration

You can override the script properties in the configuration settings.

Change Download URL's

wine_native_url="https://github.com/Kron4ek/Wine-Builds/releases/download/6.3-7-proton/wine-6.3-7-proton-amd64.tar.xz"
d2_stats_url="https://github.com/Kyromyr/D2Stats/releases/download/3.11.4/D2Stats-3.11.4.rar"
d2_sigma_loader_url="https://github.com/SyndromeDayna/diablo-2-median-xl-sigma-loader/releases/download/3/sigma-loader.exe"

Note: If you change the URLs, you have to force the regarding update in d2launcher (Update Manger --> Force Proton Update/Force D2Stats Update)

Change Theming

gui_width="360"
gui_height="280"
gui_font="UbuntuMono Nerd Font"
gui_color="#eeeeee"
gui_size="9"
gui_dialog_width="280"
gui_dialog_height="140"
gui_dialog_font="UbuntuMono Nerd Font"
gui_dialog_color="#aaaaaa"
gui_dialog_size="9"

Use custom Wine version

wine_default="/path/to/your/custom/wine"
wineprefix="$HOME/my/custom/wine_prefix"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].