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 5c638fe commit ccf1e1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
12 changes: 6 additions & 6 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,6 @@ Open `Tweaks` in the main menu and select the desired tweak script that you want

To update this shown tweak list, goto `Update Manager` > `Update Tweaks Database`. The file set in the `tweaks_url` property will be downloaded to `~/.d2launcher/tweaks.db` (or copied if `tweaks_url` is set to a local file).

### Share your own Tweaks Database

You only need to share your webserver URL and set as `tweaks_url` in settings. Remember to update the tweaks database to create new local `~/.d2launcher/tweaks.db` from `tweaks_url`.

**Note:** Feel free to open a PR and merge your tweaks into d2launcher as a PR.

### Tweaks Database Syntax

Separated by the two header lines `###!> name: ...` and `###!> version ...` (please keep this order), all tweak scripts are saved in one file.
Expand Down Expand Up @@ -211,6 +205,12 @@ echo "..."

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

### Share your own Tweaks Database

You only need to share your webserver URL and set as `tweaks_url` in settings. Remember to update the tweaks database to create new local `~/.d2launcher/tweaks.db` from `tweaks_url`.

**Note:** Feel free to open a PR and merge your tweaks into d2launcher as a PR.

## Glide Wrapper Settings (deprecated)

Change in `Settings` > `Glide Wrapper Settings` (optional)
Expand Down
4 changes: 0 additions & 4 deletions res/tweaks.db
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
###!> name: FunkyFr3sh/cnc-ddraw
###!> version: latest

#!/bin/bash
echo "Diablo II Directory: $d2_dir"
echo "Example Template. TODO..."

###!> name: GavinK88/d2gl-mxl
###!> version: latest

#!/bin/bash
echo "Diablo II Directory: $d2_dir"
echo "Example Template. TODO..."

0 comments on commit ccf1e1d

Please sign in to comment.