SkillAgentSearch skills...

SfxObjectDump

Parses 3d mesh data from Starfox rom

Install / Use

/learn @Hordeking/SfxObjectDump
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

sfxObjectDump

Parses 3d mesh data from Starfox rom

<pre> Usage: sfxobjdump &lt;romfile&gt; &lt;vertex list address&gt; &lt;face data address&gt; -f &lt;n&gt; Frame n only -b &lt;basename&gt; Set base filename. Output filenames will be be in format "Basename nn" -v Verbose output -t Validate only. </pre>

Currently only outputs the data in .obj format. For animated objects, it will output one .obj for each frame.

Does not currently handle textures from the rom, but is intended to be added. Contributors welcome.

Should also work with Starfox 2, and is expected to work with all other SuperFX games such as Vortex, Stunt Race FX, and Dirt Trax.

View on GitHub
GitHub Stars18
CategoryDevelopment
Updated2mo ago
Forks1

Languages

C++

Security Score

90/100

Audited on Jan 16, 2026

No findings