-
-
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
2 changed files
with
27 additions
and
27 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 |
---|---|---|
@@ -1,25 +1,25 @@ | ||
# osu! Skin Checker | ||
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> | ||
And now I'm finally done :D | ||
|
||
The program looks like this:<br> | ||
![GUI](https://i.imgur.com/B4HYyyD.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 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/v2.1/SkinChecker-v2.1.exe)<br> | ||
[Runnable Java Archive](https://github.com/RoanH/osuSkinChecker/releases/download/v2.1/SkinChecker-v2.1.jar) | ||
|
||
All releases: [releases](https://github.com/RoanH/osuSkinChecker/releases)<br> | ||
GitHub repository: [repository](https://github.com/RoanH/osuSkinChecker)<br> | ||
Forum post: [post](https://osu.ppy.sh/community/forums/topics/617168) | ||
|
||
## History | ||
Project development started: 19th of June, 2017. | ||
# osu! Skin Checker | ||
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> | ||
And now I'm finally done :D | ||
|
||
The program looks like this:<br> | ||
![GUI](https://i.imgur.com/B4HYyyD.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 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/v2.2/SkinChecker-v2.2.exe)<br> | ||
[Runnable Java Archive](https://github.com/RoanH/osuSkinChecker/releases/download/v2.2/SkinChecker-v2.2.jar) | ||
|
||
All releases: [releases](https://github.com/RoanH/osuSkinChecker/releases)<br> | ||
GitHub repository: [repository](https://github.com/RoanH/osuSkinChecker)<br> | ||
Forum post: [post](https://osu.ppy.sh/community/forums/topics/617168) | ||
|
||
## History | ||
Project development started: 19th of June, 2017. |
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