All Projects → riidefi → RiiStudio

riidefi / RiiStudio

Licence: other
3D editor for various Nintendo model formats

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to RiiStudio

BrawlCrate
BrawlBox/BrawlTools Fork, Wii File Editor
Stars: ✭ 70 (+79.49%)
Mutual labels:  wii, nintendo-hacking
Terri-Fried
A multi-platform C++ game made for Ludum Dare 46
Stars: ✭ 140 (+258.97%)
Mutual labels:  gamecube, wii
smashtierlist
🎮⚡️ Popular tier lists for Super Smash Bros. series
Stars: ✭ 40 (+2.56%)
Mutual labels:  gamecube, wii
GCReLink
A tool to unlink and relink Relocatable Modules found in GameCube and Wii games
Stars: ✭ 12 (-69.23%)
Mutual labels:  gamecube, wii
spm-decomp
WIP 1:1 decompilation of Super Paper Mario
Stars: ✭ 21 (-46.15%)
Mutual labels:  wii, nintendo-hacking
UniversalDynamicInput
a custom button pack for dolphin that supports over 100 games!
Stars: ✭ 30 (-23.08%)
Mutual labels:  gamecube, wii
BetterJoyForDolphin
Allows the Nintendo Switch Pro Controller and Joycons to be used with the Dolphin Emulator
Stars: ✭ 44 (+12.82%)
Mutual labels:  wii
reboot to rcm
A small app to reboot 1.0 Switches into RCM mode
Stars: ✭ 32 (-17.95%)
Mutual labels:  nintendo-hacking
kwz-parser
Example full-featured Python parser for Flipnote Studio 3D's .kwz animation format
Stars: ✭ 18 (-53.85%)
Mutual labels:  nintendo-hacking
RiiTag
RiiTag is a customizable gamertag for the Wii.
Stars: ✭ 15 (-61.54%)
Mutual labels:  wii
RC24-Bot
Server bot for the RiiConnect24 Discord server that can store Wii friend codes to be added. | https://discord.gg/b4Y7jfD
Stars: ✭ 37 (-5.13%)
Mutual labels:  wii
mazeman
MazeMan - A procedurally generated dungeon game for the Nintendo DS
Stars: ✭ 21 (-46.15%)
Mutual labels:  nintendo-hacking
Mirage
Reimplementation of the Nintendo Switch firmware
Stars: ✭ 40 (+2.56%)
Mutual labels:  nintendo-hacking
wiimote-webhid
A Wiimote implementation using WebHID - AKA: Wiimote for the Web
Stars: ✭ 31 (-20.51%)
Mutual labels:  wii
wiimms-szs-tools
»Wiimms SZS Tools« is a set of command line tools to extract, modify and create different files of game Mario Kart Wii and of other Nintendo games.
Stars: ✭ 25 (-35.9%)
Mutual labels:  wii
SysBot.AnimalCrossing
Animal Crossing: New Horizons bot using SysBot.NET
Stars: ✭ 54 (+38.46%)
Mutual labels:  nintendo-hacking
wii-gc-adapter-inject
Wii U Gamecube Controller Adapter in SSBB
Stars: ✭ 32 (-17.95%)
Mutual labels:  wii
Mail
RiiConnect24 Mail Scripts. OSS.
Stars: ✭ 11 (-71.79%)
Mutual labels:  wii
File-Maker
Generate data files for Wii Channels that have the latest news, forecast data, etc.
Stars: ✭ 65 (+66.67%)
Mutual labels:  wii
SysBot.ACNHOrders
Queue-based and/or pure automation-styled ACNH SysBot
Stars: ✭ 53 (+35.9%)
Mutual labels:  nintendo-hacking

RiiStudio

Sophisticated editors for GameCube and Wii files

Importing

Editable File Formats

Format Can Open Can Save
BMD Yes Yes
BDL Yes As .BMD
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.

Building

Windows

Open the CMakeLists.txt with Visual Studio, then click "Build".

Mac

git clone https://github.com/riidefi/RiiStudio
cd RiiStudio
mkdir build
cd build

brew install cmake assimp glfw

cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build . --config Release

Linux

git clone https://github.com/riidefi/RiiStudio
cd RiiStudio
mkdir build
cd build

sudo apt-get update --fix-missing
sudo apt install -y cmake mesa-common-dev libglfw3-dev libassimp-dev g++-10

cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=/usr/bin/g++-10
cmake --build . --config Release

Translations

Japanese Translation (日本語)

Credit to @h0d22 on twitter for the translation https://twitter.com/h0d22

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].