-
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
1 parent
3046b30
commit 048c4ec
Showing
1 changed file
with
15 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,15 @@ | ||
# RmdTextureFix | ||
A program for fixing textures in rmd models. | ||
|
||
# Introduction | ||
This program was made for the purpose of fixing custom textures inside of rmd model files.<br> | ||
Textures imported in a certain way tend to have broken shadows in game: | ||
|
||
Broken Shadow: Fixed Shadow: | ||
<br> | ||
![broken](https://github.com/Pioziomgames/RmdTextureFix/assets/73062121/69862fda-9dd3-4d28-95bb-f8de2bcf0d8a) | ||
![fixed](https://github.com/Pioziomgames/RmdTextureFix/assets/73062121/0183a34e-09db-41b3-af29-24a989694a55) | ||
|
||
This program takes a PAC\RMD file (or a directory with them) and fixes textures inside of it.<br> | ||
# Usage | ||
Simply drag n drop (or use the terminal) an RMD,PAC or even a directory containing them and they will get overwritten with files that have fully working textures. |