Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

BFRES Model Importer Switch: Difference between revisions

From GameBrew
(Created page with "{{Infobox Switch Homebrews |title=BFRES Model Importer |image=bfresmodelimporterswitch.png |description=BFRES Model Importer (and viewer). |author=KillzXGaming |lastupdated=2018/04/09 |type=Hack Utilities |version=2018 |license=Mixed |download=https://dlhb.gamebrew.org/switchhomebrews/bfresmodelimporterswitch.7z |website=https://gbatemp.net/threads/bfres-model-importer-and-viewer.500829/ |source=https://github.com/KillzXGaming/BFRES-Model-Importer |donation= }} {{#seo: |...")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox Switch Homebrews
{{Infobox Switch Homebrews
|title=BFRES Model Importer
|title=BFRES Model Importer
|image=bfresmodelimporterswitch.png
|image=bfresmodelimporternx.png
|description=BFRES Model Importer (and viewer).
|description=BFRES Model Importer (and viewer).
|author=KillzXGaming
|author=KillzXGaming
Line 8: Line 8:
|version=2018
|version=2018
|license=Mixed
|license=Mixed
|download=https://dlhb.gamebrew.org/switchhomebrews/bfresmodelimporterswitch.7z
|download=https://dlhb.gamebrew.org/switchhomebrews/bfresmodelimporternx.7z
|website=https://gbatemp.net/threads/bfres-model-importer-and-viewer.500829/
|website=https://gbatemp.net/threads/bfres-model-importer-and-viewer.500829/
|source=https://github.com/KillzXGaming/BFRES-Model-Importer
|source=https://github.com/KillzXGaming/BFRES-Model-Importer
|donation=
|donation=
}}
}}
{{#seo:
|title=Switch Rom Hacks (Hack Utilities) - GameBrew
|title_mode=append
|image=bfresmodelimporterswitch.png
|image_alt=BFRES Model Importer
}}
{{cleanup|article|Needs cleanup}}
BFRES Model Importer (and viewer).
BFRES Model Importer (and viewer).


==Media==
This script injects model data. Originally made by smb123w64gb it can inject models under the poly/vertex count. This can be used on any bfres, characters, objects, stages ect however bounding box is not implemented so currently those will cull away.
<youtube></youtube>
 
You can preview models with [[Smash Forge Switch|Smash Forge]].
 
==Features==
*Supports both Nintendo Switch and Wii U games.
*Imports models aslong as they are under the polycount of the original model.
 
==User guide==
Requires Python 2.7 or higher (lower versions untested).
 
Usage: <code>BFRES_Vertex.py (BFRES file) (CSV File)</code>
 
Optional arguments <code>-f</code> Inject model data specifically to a certain model and keep the rest intact.
 
Switch games that should work:
*Super Mario Odyssey.
*Kirby: Star Allies.
*Splatoon 2.
*ARMS.
*Mario Kart 8 Deluxe.
*The Legend of Zelda: Breath of the Wild.
 
Full tutorial [https://gamebanana.com/tuts/12327 here].


You can also port over your mods over from MK8 and BOTW using the same csv file. MK8 will not be able to have custom stages ported over yet until rebuilding is possible.


==Screenshots==
==Screenshots==
https://dlhb.gamebrew.org/switchhomebrews/bfresmodelimporterswitch-01.png
{| style="width: 90%; margin-left:0em;"
https://dlhb.gamebrew.org/switchhomebrews/bfresmodelimporterswitch-02.png
|
https://dlhb.gamebrew.org/switchhomebrews/bfresmodelimporterswitch-03.png
https://dlhb.gamebrew.org/switchhomebrews/bfresmodelimporternx.png
https://dlhb.gamebrew.org/switchhomebrews/bfresmodelimporterswitch-04.png
|}
https://dlhb.gamebrew.org/switchhomebrews/bfresmodelimporterswitch-05.png
https://dlhb.gamebrew.org/switchhomebrews/bfresmodelimporterswitch-06.png
https://dlhb.gamebrew.org/switchhomebrews/bfresmodelimporterswitch-07.png
https://dlhb.gamebrew.org/switchhomebrews/bfresmodelimporterswitch-08.png


==Changelog==
==Credits==
'''v.1.0'''
*RandomTalkingBush for his BFRES script (Gave an idea of the layout to parse).
* First Release.
*Ploaj (Forked model Wii U editor and did animation interpolation).
*smb123w64gb Made original injector script i updated.
*AboodXD for swizzle code (not fully implemented into viewer yet).


== External links ==
== External links ==
* Gbatemp - https://gbatemp.net/threads/bfres-model-importer-and-viewer.500829/
* GitHub - https://github.com/KillzXGaming/BFRES-Model-Importer
* Github - https://github.com/KillzXGaming/BFRES-Model-Importer
* GBAtemp - https://gbatemp.net/threads/bfres-model-importer-and-viewer.500829/
* Reddit -

Latest revision as of 23:41, 19 June 2023

BFRES Model Importer
Bfresmodelimporternx.png
General
AuthorKillzXGaming
TypeHack Utilities
Version2018
LicenseMixed
Last Updated2018/04/09
Links
Download
Website
Source

BFRES Model Importer (and viewer).

This script injects model data. Originally made by smb123w64gb it can inject models under the poly/vertex count. This can be used on any bfres, characters, objects, stages ect however bounding box is not implemented so currently those will cull away.

You can preview models with Smash Forge.

Features

  • Supports both Nintendo Switch and Wii U games.
  • Imports models aslong as they are under the polycount of the original model.

User guide

Requires Python 2.7 or higher (lower versions untested).

Usage: BFRES_Vertex.py (BFRES file) (CSV File)

Optional arguments -f Inject model data specifically to a certain model and keep the rest intact.

Switch games that should work:

  • Super Mario Odyssey.
  • Kirby: Star Allies.
  • Splatoon 2.
  • ARMS.
  • Mario Kart 8 Deluxe.
  • The Legend of Zelda: Breath of the Wild.

Full tutorial here.

You can also port over your mods over from MK8 and BOTW using the same csv file. MK8 will not be able to have custom stages ported over yet until rebuilding is possible.

Screenshots

bfresmodelimporternx.png

Credits

  • RandomTalkingBush for his BFRES script (Gave an idea of the layout to parse).
  • Ploaj (Forked model Wii U editor and did animation interpolation).
  • smb123w64gb Made original injector script i updated.
  • AboodXD for swizzle code (not fully implemented into viewer yet).

External links

Advertising: