| ||
| Views: 31,916,744 |
Home
| Forums
| Uploader
| Wiki
| Object databases
| IRC
Rules/FAQ | Memberlist | Calendar | Stats | Online users | Last posts | Search |
01-14-26 04:23 PM |
| Guest: | ||
| 0 users reading Super Mario 3D World Documentation | 1 bot |
| Main - WiiU game hacking and emulation - Super Mario 3D World Documentation | Hide post layouts | New reply |
| Jesse |
| ||
|
Member Normal user Level: 54 Posts: 501/688 EXP: 1212501 Next: 21369 Since: 09-05-13 Last post: 3007 days ago Last view: 2569 days ago |
Where is the documentation? I love documentation. The format itself is more interesting then the models. |
| NWPlayer123 |
| ||
|
Member Imma Snuggle You Level: 112
Posts: 3536/3604 EXP: 15205567 Next: 132638 Since: 07-07-12 From: Colorado Last post: 3731 days ago Last view: 1888 days ago |
It's all on mk8.tockdom.com - BYML, BFRES, SARC, etc. ____________________ "I hate playing musical chats" ~ Quote of the month |
| Hiccup |
| ||
|
Normal user Level: 59 Posts: 167/815 EXP: 1625045 Next: 48083 Since: 09-06-12 Last post: 2320 days ago Last view: 397 days ago |
Time for Hiccup to be honest about SM3DW files:
I want them to look for unused stuff with a model viewer. I will then put the stuff I find on |
| Kinnay |
| ||
|
Member Normal user Level: 19 Posts: 9/66 EXP: 33993 Next: 1784 Since: 01-13-15 From: Netherlands / Germany Last post: 3816 days ago Last view: 3780 days ago |
I uploaded the FMDL parser. You can download it here. |
| mustafa |
| ||
|
Normal user Level: 27 Posts: 75/142 EXP: 109676 Next: 6483 Since: 07-15-14 Last post: 2343 days ago Last view: 1499 days ago |
how to download, when i click a bucnh of text pops out :/ is that just the sourc code and i have to compile it my self ? |
| Kinnay |
| ||
|
Member Normal user Level: 19 Posts: 10/66 EXP: 33993 Next: 1784 Since: 01-13-15 From: Netherlands / Germany Last post: 3816 days ago Last view: 3780 days ago |
It is the source code, but you don't have to compile it. Use Python to run it. |
| mustafa |
| ||
|
Normal user Level: 27 Posts: 76/142 EXP: 109676 Next: 6483 Since: 07-15-14 Last post: 2343 days ago Last view: 1499 days ago |
Thanks for your work, really appreciated
Now that i look at 3d worlds model files they are szs. How do i get the fmdl file ? |
| Kinnay |
| ||
|
Member Normal user Level: 19 Posts: 11/66 EXP: 33993 Next: 1784 Since: 01-13-15 From: Netherlands / Germany Last post: 3816 days ago Last view: 3780 days ago |
The szs files are yaz0 compressed sarc archives. There should be a decompressor/unpacker somewhere on the internet. |
| mustafa |
| ||
|
Normal user Level: 27 Posts: 77/142 EXP: 109676 Next: 6483 Since: 07-15-14 Last post: 2343 days ago Last view: 1499 days ago |
I found it but it seems that not all of the szs files contain a fmdl file ? They contain a bfres file, but it does it work on that
I tried and i get an error saying: Errno 21 no such file or directory bird.bfres |
| Yami |
| ||
|
(ーωー。) Level: 62
Posts: 72/959 EXP: 1891416 Next: 93270 Since: 12-07-14 From: Japan Last post: 3109 days ago Last view: 3107 days ago |
FMDL Files are purely XML-like Model Files, while BFRES are Binary Resource Files (Model, Texture, Animation, etc.).
This is why FMDL Files are Untextured. |
| Kinnay |
| ||
|
Member Normal user Level: 19 Posts: 12/66 EXP: 33993 Next: 1784 Since: 01-13-15 From: Netherlands / Germany Last post: 3816 days ago Last view: 3780 days ago |
I know, that's not the reason that it's not capable of extracting textures. The reason is that there's (almost) no information about the FTEX format available. FMDL does have a decent documentation.
@mustafa: The szs files contain bfres files. The bfres files contain fmdl files. The script that I posted searches for the first fmdl in the bfres. The bird thing is a remain from when I personally used that. Open the script in a text editor and change the input and output filenames to your own bfres files. |
| mustafa |
| ||
|
Normal user Level: 27 Posts: 78/142 EXP: 109676 Next: 6483 Since: 07-15-14 Last post: 2343 days ago Last view: 1499 days ago |
Got it working thanks |
| Kinnay |
| ||
|
Member Normal user Level: 19 Posts: 14/66 EXP: 33993 Next: 1784 Since: 01-13-15 From: Netherlands / Germany Last post: 3816 days ago Last view: 3780 days ago |
I made a level editor for this game. It can't do much more than moving and rotating objects currently. It is basically this, but with a few more options and the capability of saving edits to levels. If only I could test/play an edited level...
The long loading time per level is mainly because of the szs decompressing. |
| shibboleet |
| ||
![]() Fire Mario DROP TABLE users; Level: 125 Posts: 3468/4661 EXP: 22363663 Next: 90501 Since: 07-07-12 Last post: 1978 days ago Last view: 991 days ago |
I honestly wouldn't progress much more, because you never know if the editor actually works or not. ;P ____________________ a |
| Kinnay |
| ||
|
Member Normal user Level: 19 Posts: 15/66 EXP: 33993 Next: 1784 Since: 01-13-15 From: Netherlands / Germany Last post: 3816 days ago Last view: 3780 days ago |
Yeah, that's why I want to test the levels. |
| shibboleet |
| ||
![]() Fire Mario DROP TABLE users; Level: 125 Posts: 3469/4661 EXP: 22363663 Next: 90501 Since: 07-07-12 Last post: 1978 days ago Last view: 991 days ago |
But I don't see much of a problem with just editing floats, I dunno. Unless Nintendo stooped to horrible levels and hardcoded shit. ____________________ a |
| Kinnay |
| ||
|
Member Normal user Level: 19 Posts: 16/66 EXP: 33993 Next: 1784 Since: 01-13-15 From: Netherlands / Germany Last post: 3816 days ago Last view: 3780 days ago |
In case anyone is interested, I uploaded it to GitHub here: https://github.com/Kinnay/SM3DW-Level-Editor |
| shibboleet |
| ||
![]() Fire Mario DROP TABLE users; Level: 125 Posts: 3810/4661 EXP: 22363663 Next: 90501 Since: 07-07-12 Last post: 1978 days ago Last view: 991 days ago |
Rails! (AKA paths)
First it starts with the folder the data is probably in. rail0 Then it proceeds to load each point from the rail. rail0/0 rail0/1 rail0/10 rail0/11 rail0/12 rail0/13 rail0/14 rail0/15 rail0/16 etc etc ____________________ a |
| .kilIux |
| ||
|
Newcomer Normal user Level: 2 Posts: 1/1 EXP: 20 Next: 26 Since: 11-06-24 Last post: 434 days ago Last view: 434 days ago |
Hi,
Can someone help me I wonder where I can find the StageData from Super Mario 3D World for Wii U? |
| Main - WiiU game hacking and emulation - Super Mario 3D World Documentation | Hide post layouts | New reply |
|
Page rendered in 0.028 seconds. (2048KB of memory used) MySQL - queries: 29, rows: 235/235, time: 0.015 seconds.
Acmlmboard 2.064 (2018-07-20)© 2005-2008 Acmlm, Xkeeper, blackhole89 et al. |