Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RoanH authored Apr 29, 2018
1 parent 4711017 commit 020c4dd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# osu! Skin Checker
Simple program to check if all elements for an osu! skin are present.
Simple program to check if all the elements for an osu! skin are present.

# Forum post
So a little while ago I was asked to write a program to show what files were missing in a skin.<br>
Expand All @@ -8,17 +8,18 @@ And now I'm finally done :D
The program looks like this:<br>
![GUI](http://i.imgur.com/nl4BECV.png)

It is a simple program that shows you which elements of your skin are skinned and which elements are not. It also shows if there's an SD/HD image in the skin for each element or not. For files that can be animated it also shows whether or not they are animated. Lastly it also reports a missing skin.ini file and will read and use custom paths from the skin.ini if they exist.
It is a simple program that shows you which elements of your skin are skinned and which elements are not. It also shows if there's an SD/HD image in the skin for each element or not. For files that can be animated it also shows whether or not they are animated and if they are how many frames the animation consists of. Lastly, it also reports a missing skin.ini file and will read and use custom paths from the skin.ini if they exist.

Well I hope some of you find this program useful :)<br>
And if you find any bugs feel free to report them (spelling mistakes included :3).

## Downloads (Java 8 required, should run on any OS)<br>
[Windows executable](https://github.com/RoanH/osuSkinChecker/releases/download/v1.5/SkinChecker-v1.5.exe)<br>
[Runnable Java Archive](https://github.com/RoanH/osuSkinChecker/releases/download/v1.5/SkinChecker-v1.5.jar)
[Windows executable](https://github.com/RoanH/osuSkinChecker/releases/download/v1.6/SkinChecker-v1.6.exe)<br>
[Runnable Java Archive](https://github.com/RoanH/osuSkinChecker/releases/download/v1.6/SkinChecker-v1.6.jar)

All releases: [releases](https://github.com/RoanH/osuSkinChecker/releases)<br>
GitHub repository: [repository](https://github.com/RoanH/osuSkinChecker]SkinChecker)
GitHub repository: [repository](https://github.com/RoanH/osuSkinChecker]SkinChecker)<br>
Forum post: [post](https://osu.ppy.sh/community/forums/topics/617168)

## History
Project development started: 19th of June, 2017.

0 comments on commit 020c4dd

Please sign in to comment.