-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Rust Workshop Thumbnail Copier | ||
|
||
A little helper for rust skins creators | ||
|
||
|
||
## Installation | ||
|
||
Download the latest release | ||
|
||
https://github.com/LCozzoli/rust-thumbnail/releases/download/release/rust-thumbnail-1.0.zip | ||
|
||
Replace the files in the `to_inject` folder with your custom item icons | ||
- `icon.png` | ||
- `icon_background.png` | ||
|
||
Execute the program by double clicking on it | ||
|
||
Click on **PUBLISH** in the ingame workshop, the program will automatically copy your icons in the `%temp%` folder used by the game to create the workshop item | ||
|
||
![publish](https://github.com/LCozzoli/rust-thumbnail/assets/16455661/37070fb5-682a-4058-a8cf-2a85e171c1a2) | ||
|
||
That's it! | ||
|
||
|
||
|
||
|