You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# MDF-Manager
2
2
A C# WPF GUI application to edit RE Engine material files (*.mdf2)
3
3
4
-
# Usage
4
+
# Usage:
5
5
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,
6
6
or File -> Save As to save it under a different name.
7
7
@@ -17,10 +17,13 @@ knowledge of shader coding.
17
17
18
18
The color of certain UI elements can be changed by clicking Theme at the top of the program.
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
22
24
MDF-Manager project and select "Restore NuGet Packages", then build the project.
23
25
24
-
# Credits
26
+
# Credits:
27
+
***Silvris** - for creating the original version of the tool.
25
28
***Che, Darkness, and alphaZomega** - for MDF structure documentation
26
29
***AsteriskAmpersand** - his mrl3 editor served as a general inspiration for the layout and library/compendium functionality
0 commit comments