Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Commit b033e53

Browse files
Update README.md
1 parent 8ed02b6 commit b033e53

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# MDF-Manager
22
A C# WPF GUI application to edit RE Engine material files (*.mdf2)
33

4-
# Usage
4+
# Usage:
55
Open a compatible mdf file by clicking File -> Open, or by simply dropping the file onto the program. You can save the currently selected mdf by pressing File -> Save,
66
or File -> Save As to save it under a different name.
77

@@ -17,10 +17,13 @@ knowledge of shader coding.
1717

1818
The color of certain UI elements can be changed by clicking Theme at the top of the program.
1919

20-
# Installation
20+
# Installation:
21+
### Prerequisite: [.NET5](https://dotnet.microsoft.com/en-us/download/dotnet/5.0)
22+
2123
Just download the most recent release from the sidebar to the right. If you would like to build the project, open the solution in Visual Studio, right click on the
2224
MDF-Manager project and select "Restore NuGet Packages", then build the project.
2325

24-
# Credits
26+
# Credits:
27+
* **Silvris** - for creating the original version of the tool.
2528
* **Che, Darkness, and alphaZomega** - for MDF structure documentation
2629
* **AsteriskAmpersand** - his mrl3 editor served as a general inspiration for the layout and library/compendium functionality

0 commit comments

Comments
 (0)