Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
murkl committed Nov 2, 2024
1 parent 7e9adf8 commit a87205a
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,7 @@ You need the Diablo II installation files for the script to work! (You will be a

You can override the script properties in the configuration settings (`Settings` > `Edit Configuration`). These settings can be edited manually in `~/.d2launcher/d2launcher.conf`.

## Backup & Restore

All files are located here: `~/.d2launcher`. Simply copy & paste to another system. Feel free to move your Diablo II installation dir to `~/.d2launcher/bin/diablo2` to backup all files together.

## Logging

The logging file is `~/.d2launcher/d2launcher.log` and **is** rotated on every start of d2launcher. This contains only logs from execution of Diablo II.

## Exclude files from update patch

Add this array property to exclude files from update
`mxl_update_exclude=("file1" "file2")`

## Example `d2launcher.conf`
<sub><b>Example `d2launcher.conf`:</b></sub>

```
d2_dir="$HOME/.d2launcher/bin/diablo2"
Expand All @@ -85,6 +72,19 @@ gui_height="320"
tweaks_url="https://my/custom/tweaks/url/to/tweaks.db"
```

## Backup & Restore

All files are located here: `~/.d2launcher`. Simply copy & paste to another system. Feel free to move your Diablo II installation dir to `~/.d2launcher/bin/diablo2` to backup all files together.

## Logging

The logging file is `~/.d2launcher/d2launcher.log` and **is** rotated on every start of d2launcher. This contains only logs from execution of Diablo II.

## Exclude files from update patch

Add this array property to exclude files from update
`mxl_update_exclude=("file1" "file2")`

## Median XL Beta

Change the property `mxl_update_channel` from `public` to `beta`.
Expand Down Expand Up @@ -190,7 +190,7 @@ The working directory is a generated temporary directory and is deleted after te

**Note: Root access is not supported!**

<sub>tweaks.db:</sub>
<sub><b>Example `tweaks.db`:</b></sub>

```
###!> name: my_first_tweak_script
Expand Down

0 comments on commit a87205a

Please sign in to comment.