From be9313a26464bc32942e2063626c000f568baca0 Mon Sep 17 00:00:00 2001 From: riidefi <34194588+riidefi@users.noreply.github.com> Date: Sat, 8 Aug 2020 23:10:34 -0400 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8d52bc01..f015787db 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,29 @@ # RiiStudio Sophisticated editors for GameCube and Wii files -## File Formats +## Editable File Formats | Format | Can Open | Can Save | |--------|----------|----------| | BMD | Yes | Yes | | BDL | Yes | As .BMD | -| BRRES | Yes | No | +| BRRES* | Yes | Yes | | KMP | Yes | Yes | +\* MDL0 and TEX0 + +## Importing +Assimp supported formats like FBX and DAE can be imported as BMD/BRRES*. + +\* Currently limited to non-rigged models\ + +## RiiStudio (as a C++ library) also supports +| Format | Can Open | Can Save | +|--------|----------|----------| +| U8 | Yes | No | +| SZS | Yes | Yes* | + +\* With "fast" compression only. + ## Credits * Dear ImGui - "Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies" - https://github.com/ocornut/imgui * GLFW, GLM, SDL