More actions
No edit summary |
m (Text replacement - "Category:3DS homebrew rom hacks" to "") |
||
(3 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
|source=https://github.com/Cracko298/MC3DS-Material-Converter | |source=https://github.com/Cracko298/MC3DS-Material-Converter | ||
}} | }} | ||
A conversion tool for Minecraft 3DS that can convert Material Attribute Files to JavaScript Notation format. | A simple conversion tool for Minecraft 3DS that can convert Material Attribute Files to JavaScript Notation format. | ||
==Features== | ==Features== | ||
Line 19: | Line 19: | ||
==User guide== | ==User guide== | ||
Note that the Python script requires EasyGUI to run (pip install easygui). | |||
Simple run the program and select the file you would like to convert. | |||
==Screenshots== | ==Screenshots== | ||
Line 35: | Line 37: | ||
==External links== | ==External links== | ||
*GitHub - https://github.com/Cracko298/MC3DS-Material-Converter | *GitHub - https://github.com/Cracko298/MC3DS-Material-Converter | ||
Latest revision as of 06:10, 6 Mayıs 2024
MC3DS-Material-Converter | |
---|---|
General | |
Author | Cracko298 |
Type | Hack Utilities |
Version | 1.0 |
License | MIT License |
Last Updated | 2023/12/23 |
Links | |
Download | |
Website | |
Source | |
A simple conversion tool for Minecraft 3DS that can convert Material Attribute Files to JavaScript Notation format.
Features
- Converts Material Attribute files (.dat, .material, .material3ds, .images, .bak, .mat) to "JavaScript Notation" (.json) format.
- A few safe-guard's against potentially corruption files.
User guide
Note that the Python script requires EasyGUI to run (pip install easygui).
Simple run the program and select the file you would like to convert.
Screenshots
|
Changelog
v1.0 2023/12/23
- Expect bug(s), convert between Material Attribute formats and JavaScript Notational Format.