CgfxViewer 3DS: Difference between revisions

From GameBrew
(Created page with "{{Infobox 3DS homebrew | title = CgfxViewer | image = https://dlhb.gamebrew.org/3dshomebrew/CgfxViewer.jpg|250px | type = PC Utilities | version = | licence = Mixed | author =...")
 
m (Text replacement - "Category:PC utilities for 3DS homebrew" to "")
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox 3DS homebrew
{{Infobox 3DS Homebrews
| title = CgfxViewer
|title=CgfxViewer
| image = https://dlhb.gamebrew.org/3dshomebrew/CgfxViewer.jpg|250px
|image=cgfxviewer3.png
| type = PC Utilities
|description=CgfxViewer is a Viewer that Views CGFX models.
| version =
|author=planetarian
| licence = Mixed
|lastupdated=2014/11/18
| author = planetarian
|type=PC Utilities
| website = https://gbatemp.net/threads/release-alpha-cgfxviewer-or-something.374335/
|version=2014
| download = https://dlhb.gamebrew.org/3dshomebrew/CgfxViewer.rar
|license=Mixed
| source = https://dlhb.gamebrew.org/3dshomebrew/CgfxViewer.rar
|download=https://dlhb.gamebrew.org/3dshomebrews/cgfxviewer.7z Windows
|website=https://gbatemp.net/threads/release-alpha-cgfxviewer-or-something.374335
}}
}}
<youtube>uXu-dHnTiJA</youtube>
{{Obsolete}}
CgfxViewer is a Viewer that Views CGFX models, made in the Unity 5 beta.


So I made a thing. A couple things, I suppose.
==User guide==
While Gericom was working on EFE I was stumbling around in something... a bit less ambitious.
�[[File:proxy.php?image=https%3A%2F%2Fpiro.blob.core.windows.net%2Fshotweb%2F7531991216c619acd45e403e961cc875.png&hash=20c32e2d82cd2e612c288ee2c3567936|class=bbCodeImage LbImage|[?IMG]]]
�'''Stuff Included'''
�CgfxViewer is a Viewer that Views CGFX models. I made it in the Unity 5 beta, so it's big, and might crash horribly. I haven't seen it happen yet, but y'know, risks.
�At this point it's not much more than a toy.
To open a CGFX file, just extract CgfxViewer somewhere, then drag your CGFX file (likely a .bin or something) onto the CgfxViewer exe.
To open a CGFX file, just extract CgfxViewer somewhere, then drag your CGFX file (likely a .bin or something) onto the CgfxViewer exe.
You can even select multiple files and drag them all onto the exe at once to open them together (useful for character models that store head/body/face/etc in different files).
 
You can also select multiple files and drag them all onto the exe at once to open them together (useful for character models that store head/body/face/etc in different files).
 
Associate your CGFX files' extension with the exe and you can open them by doubleclicking.
Associate your CGFX files' extension with the exe and you can open them by doubleclicking.
Once you open it, just use your mouse to change the camera view.
Once you open it, just use your mouse to change the camera view.
�Also included:
 
libCgfx is a C# library that other apps can use to do things with CGFXes.
==Known issues==
ReadCgfx and ReadCgfxGui are... well, I've just been using them as debugging/analysis tools really but I guess you can use them if you want.
This is mostly featureless alpha:
�'''Source'''
* Animations, cameras, basically anything that is beyond the model itself, its bones, and its textures, not implemented.
�I've included the source code for libCgfx, because that's a thing people do. I don't recommend actually using it, as it's a mess that I'm going to be rewriting soonish.
�I haven't included the source for the Unity components, because there's only two or three files, and I'm sure anyone actually interested in working with Unity can probably figure out how to implement that much.
�'''Status'''
�The viewer is not that good yet. Neither is the library, really. It might get better soon. Maybe.
�I've got my sights set on improving texture support first, then fixing some odd positioning bugs and maybe tackling animation eventually.
�Currently though I only have like a couple games ripped to test it with, and I'm a lazy-ass and haven't ripped any of my other games. As such, if you try a file and it doesn't work, send it my way and I'll fix it. Probably.
�'''Known Issues'''
�Too many to count. It's a mostly featureless alpha. Here's the major ones:
* Animations, cameras, basically anything that is beyond the model itself, its bones, and its textures, not implemented.
* Complex bone manipulations not implemented. The occasional model has random bits dangling in odd places.
* Complex bone manipulations not implemented. The occasional model has random bits dangling in odd places.
* Any shaders beyond basic diffuse/cutout not implemented. You'll see weird texture tiling sometimes.
* Any shaders beyond basic diffuse/cutout not implemented. You'll see weird texture tiling sometimes.
* No actual lighting/shading. The games I've worked with so far have had lighting disabled (fullbright on) and shadows are baked into the textures.
* No actual lighting/shading. The games that the author worked with so far have had lighting disabled (fullbright on) and shadows are baked into the textures.
* Everything is mirrored along the Z axis. 3DS, surprisingly, uses right-handed coordinates like sane people (note: game engine developers have never exactly been known to be sane). Unity uses left-handed. I'll fix this once I have all the other physical stuff (animations, etc) done.
* Everything is mirrored along the Z axis. 3DS, surprisingly, uses right-handed coordinates. Unity uses left-handed.
�'''Coming Soonish Or Whenever'''
 
�* More shader support
==Credits==
* Animations and more complete skeleton rigging
Thanks to Gericom for helping out.  
* Model Exporting
* A toggle to enable basic lighting/shading/shadows
* Other stuff
* A title that has half an ounce of creativity
�'''Etc'''
�While I did have to basically discover a bunch of info regarding the CGFX format for myself with the somewhat sparse) existing 3dbrew.org docs as a base, Gericom helped me out a bit too. A few of the data structures used in the source code (specifically MTOB and skeleton data) were basically ported from EveryFileExplorer. Props to Gericom for being generally pretty awesome.
<div class="messageTextEndMarker">


A few of the data structures used in the source code (specifically MTOB and skeleton data) were basically ported from EveryFileExplorer.


</div>
==External links==
* GBAtemp - https://gbatemp.net/threads/release-alpha-cgfxviewer-or-something.374335

Latest revision as of 04:24, 6 May 2024

CgfxViewer
Cgfxviewer3.png
General
Authorplanetarian
TypePC Utilities
Version2014
LicenseMixed
Last Updated2014/11/18
Links
Windows Download
Website

CgfxViewer is a Viewer that Views CGFX models, made in the Unity 5 beta.

User guide

To open a CGFX file, just extract CgfxViewer somewhere, then drag your CGFX file (likely a .bin or something) onto the CgfxViewer exe.

You can also select multiple files and drag them all onto the exe at once to open them together (useful for character models that store head/body/face/etc in different files).

Associate your CGFX files' extension with the exe and you can open them by doubleclicking.

Once you open it, just use your mouse to change the camera view.

Known issues

This is mostly featureless alpha:

  • Animations, cameras, basically anything that is beyond the model itself, its bones, and its textures, not implemented.
  • Complex bone manipulations not implemented. The occasional model has random bits dangling in odd places.
  • Any shaders beyond basic diffuse/cutout not implemented. You'll see weird texture tiling sometimes.
  • No actual lighting/shading. The games that the author worked with so far have had lighting disabled (fullbright on) and shadows are baked into the textures.
  • Everything is mirrored along the Z axis. 3DS, surprisingly, uses right-handed coordinates. Unity uses left-handed.

Credits

Thanks to Gericom for helping out.

A few of the data structures used in the source code (specifically MTOB and skeleton data) were basically ported from EveryFileExplorer.

External links

Advertising: