More actions
(Created page with "{{Infobox WiiU Homebrews |title=NUD Vertex Injector |image=wiiu.png |description=Convert 3DS Max vertex to Namco's NUD vertex model file format. |author=Soneek, mariosonicds |lastupdated=2016/06/11 |format=py |type=Hack Utilities |version=2016 |license=Mixed |download=https://dlhb.gamebrew.org/wiiuhomebrews/nudvertexinjectorwiiu.7z |website=https://gbatemp.net/threads/release-nud-vertex-injector.422999/ |source= |donation= }} <!--bin: releas...") |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox WiiU Homebrews | {{Infobox WiiU Homebrews | ||
|title=NUD Vertex Injector | |title=NUD Vertex Injector | ||
|image= | |image=wiiu2.png | ||
|description=Convert 3DS Max vertex to Namco's NUD vertex model file format. | |description=Convert 3DS Max vertex to Namco's NUD vertex model file format. | ||
|author=Soneek, mariosonicds | |author=Soneek, mariosonicds | ||
|lastupdated=2016/06/11 | |lastupdated=2016/06/11 | ||
|format=py | |format=py | ||
|type= | |type=File Operation | ||
|version=2016 | |version=2016 | ||
|license=Mixed | |license=Mixed | ||
Line 23: | Line 23: | ||
=== NUD Vertex Injector === | === NUD Vertex Injector === | ||
Requirements: | Requirements: | ||
* 3DS Max | * 3DS Max for model import. | ||
* Python 2.7 | * Python 2.7 for running the provided scripts. | ||
Model Import: | Model Import: | ||
Line 37: | Line 37: | ||
Vertex Inject: | Vertex Inject: | ||
* Use the nudVertex.py script with the command: <code>nudVertex.py Vert.csv model.nud</code>. | * Use the nudVertex.py script with the command: <code>nudVertex.py Vert.csv model.nud</code>. | ||
=== Material Editor === | === Material Editor === | ||
Download and extract the MaterialEdit_2.zip. | Download and extract the MaterialEdit_2.zip. |
Latest revision as of 11:33, 23 Mayıs 2024
NUD Vertex Injector | |
---|---|
General | |
Author | Soneek, mariosonicds |
Type | File Operation |
Version | 2016 |
License | Mixed |
Last Updated | 2016/06/11 |
Links | |
Download | |
Website | |
Python scripts for converting the NUD files used by Namco for 3D models in the Wii U version of Super Smash Bros. (sm4sh).
Note: May not work with newer 3DS Max version.
User guide
NUD Vertex Injector
Requirements:
- 3DS Max for model import.
- Python 2.7 for running the provided scripts.
Model Import:
- Requires 3dsMax.
- Run the SSB4_NDP3_FOR_INJECT script.
- Click the import button.
- Open the NUD File.
Exporting Edited Vertices:
- Run the VertExport script.
- Provide a location to save vert.csv.
Vertex Inject:
- Use the nudVertex.py script with the command:
nudVertex.py Vert.csv model.nud
.
Material Editor
Download and extract the MaterialEdit_2.zip.
Extracting Attributes:
- Copy the model into a folder.
- Drag model.nud onto extract.bat.
- An out.csv file will be generated (ensure it's not 0kb).
Editing Attributes:
- Use a text editor to modify values inside out.csv.
- Identify items to edit using a 3D editor and find the poly number.
Attribute Inject:
- Drag model.nud onto inject.bat.
Note: The X_2.py is a more user friendly version that has a float of 1.0 to be 255 or close to how web colors work.
Credits
NUD Vertex Injector:
- Made originally by @soneek and updated @mariosonicds(Twitter @smb123w64gb)
- Special thanks to RandomTalkingBush for the original Import script and DanRouse for Python conversion and optimization.
Material Editor:
- Big thanks to Random Talking Bush for the update.