Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtyomArtamonov committed Apr 2, 2022
1 parent 355d3a9 commit 629533d
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# wallpaper-engine-downloader

If you can't just add wallpapers from steamworkshop, you have to download them via steamworhshop downloaders, unzip and put in projects folder.
Tired of doing this every time? Just use wallpaper-engine-downloader

## Usage

Download ready-to-go windows .exe file

### Prepare config.toml file

Locate wallpaper engine folder.
It contains directory 'projects', which contains 'myprojects'.
Copy path to 'myprojects' folder

In the directory containing executable, create file named config.toml.
Right click, Edit

```toml
MyprojectPath = "C:\\Escaped\\Path\\To\\myproject\\folder"
```

### Using precompiled .exe file

Open console and proceed into directory containing executable

-config config-file-name.toml (should be in same directory)

-wallpaper link-to-wallpaper in steamworkshop

```bash
./wallpaper-engine-downloader.exe -config config.toml -wallpaper "https://steamcommunity.com/sharedfiles/filedetails/?id=818603284&searchtext="
```

## Credentials

This program uses http://steamworkshop.download/ to download items from steamworkshop. Future versions could support steam API to download directly from steam, but for now, I leave it as is.

0 comments on commit 629533d

Please sign in to comment.