Views: 23,173,168 |
Home
| Forums
| Uploader
| Wiki
| Object databases
| IRC
Rules/FAQ | Memberlist | Calendar | Stats | Online users | Last posts | Search |
12-12-24 10:24 AM |
Guest: |
Main - Posts by Kinnay |
Kinnay |
| ||
Member Normal user Level: 19 Posts: 1/66 EXP: 32265 Next: 3512 Since: 01-13-15 From: Netherlands / Germany Last post: 3418 days ago Last view: 3382 days ago |
Hello, I'm Kinnay. I'm a global moderator at RVLution. Currently I'm learning a lot about NSMBW and sprite creation. You can find some of my asm hacks and custom sprites, along with some other nice videos, on my Youtube channel. I dunno if I'll be active here, we'll see. I don't hack SMG/SMG2, but maybe I will in the future. |
Kinnay |
| ||
Member Normal user Level: 19 Posts: 2/66 EXP: 32265 Next: 3512 Since: 01-13-15 From: Netherlands / Germany Last post: 3418 days ago Last view: 3382 days ago |
What's the difference between Relaxland and General Chat? |
Kinnay |
| ||
Member Normal user Level: 19 Posts: 3/66 EXP: 32265 Next: 3512 Since: 01-13-15 From: Netherlands / Germany Last post: 3418 days ago Last view: 3382 days ago |
Posted by saltypepper Nah, they'll never give it. Make a Reggie Bot and steal it! Posted by StapleButter It hasn't been hacked yet You're right though. Everything's done pretty shitty. A good hacker could probably find a way to mess up everything |
Kinnay |
| ||
Member Normal user Level: 19 Posts: 4/66 EXP: 32265 Next: 3512 Since: 01-13-15 From: Netherlands / Germany Last post: 3418 days ago Last view: 3382 days ago |
He was an imposter who became a mod and deleted and banned everything. I don't think he got any passwords. They're hashed now by the way. |
Kinnay |
| ||
Member Normal user Level: 19 Posts: 5/66 EXP: 32265 Next: 3512 Since: 01-13-15 From: Netherlands / Germany Last post: 3418 days ago Last view: 3382 days ago |
I posted this on rvlution yesterday, but I decided to post it here too, since there's a thread about SM3DW here as well.
So, I tried to make some kind of FMDL parser. I ran into some issues first, but it works better now. Here's an image of the SM3DW bird model: https://i.imgur.com/LorJmXj.png And here with faces separated by lines: https://i.imgur.com/T4m9x1x.png And the start of Double Cherry Pass in Google Sketchup: https://i.imgur.com/pLXJ2U6.png And without lines: https://i.imgur.com/7AqkTEs.png Next thing might be textures if I figure out how they work. My 3D programming experience is next to nothing. |
Kinnay |
| ||
Member Normal user Level: 19 Posts: 6/66 EXP: 32265 Next: 3512 Since: 01-13-15 From: Netherlands / Germany Last post: 3418 days ago Last view: 3382 days ago |
Not yet, but I probably will. |
Kinnay |
| ||
Member Normal user Level: 19 Posts: 7/66 EXP: 32265 Next: 3512 Since: 01-13-15 From: Netherlands / Germany Last post: 3418 days ago Last view: 3382 days ago |
Hmm, not sure if that's what you meant, but you can find angles in a triangle if you know the length of the sides with the cosine rule. You can easily calculate the lengths of the sides if you know the coordinates. |
Kinnay |
| ||
Member Normal user Level: 19 Posts: 8/66 EXP: 32265 Next: 3512 Since: 01-13-15 From: Netherlands / Germany Last post: 3418 days ago Last view: 3382 days ago |
I said: Posted by Kinnay So yes, it is possible. |
Kinnay |
| ||
Member Normal user Level: 19 Posts: 9/66 EXP: 32265 Next: 3512 Since: 01-13-15 From: Netherlands / Germany Last post: 3418 days ago Last view: 3382 days ago |
I uploaded the FMDL parser. You can download it here. |
Kinnay |
| ||
Member Normal user Level: 19 Posts: 10/66 EXP: 32265 Next: 3512 Since: 01-13-15 From: Netherlands / Germany Last post: 3418 days ago Last view: 3382 days ago |
It is the source code, but you don't have to compile it. Use Python to run it. |
Kinnay |
| ||
Member Normal user Level: 19 Posts: 11/66 EXP: 32265 Next: 3512 Since: 01-13-15 From: Netherlands / Germany Last post: 3418 days ago Last view: 3382 days ago |
The szs files are yaz0 compressed sarc archives. There should be a decompressor/unpacker somewhere on the internet. |
Kinnay |
| ||
Member Normal user Level: 19 Posts: 12/66 EXP: 32265 Next: 3512 Since: 01-13-15 From: Netherlands / Germany Last post: 3418 days ago Last view: 3382 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. |
Kinnay |
| ||
Member Normal user Level: 19 Posts: 13/66 EXP: 32265 Next: 3512 Since: 01-13-15 From: Netherlands / Germany Last post: 3418 days ago Last view: 3382 days ago |
https://github.com/StapleButter/Whitehole |
Kinnay |
| ||
Member Normal user Level: 19 Posts: 14/66 EXP: 32265 Next: 3512 Since: 01-13-15 From: Netherlands / Germany Last post: 3418 days ago Last view: 3382 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. |
Kinnay |
| ||
Member Normal user Level: 19 Posts: 15/66 EXP: 32265 Next: 3512 Since: 01-13-15 From: Netherlands / Germany Last post: 3418 days ago Last view: 3382 days ago |
Yeah, that's why I want to test the levels. |
Kinnay |
| ||
Member Normal user Level: 19 Posts: 16/66 EXP: 32265 Next: 3512 Since: 01-13-15 From: Netherlands / Germany Last post: 3418 days ago Last view: 3382 days ago |
In case anyone is interested, I uploaded it to GitHub here: https://github.com/Kinnay/SM3DW-Level-Editor |
Kinnay |
| ||
Member Normal user Level: 19 Posts: 17/66 EXP: 32265 Next: 3512 Since: 01-13-15 From: Netherlands / Germany Last post: 3418 days ago Last view: 3382 days ago |
Do you have a job? |
Kinnay |
| ||
Member Normal user Level: 19 Posts: 18/66 EXP: 32265 Next: 3512 Since: 01-13-15 From: Netherlands / Germany Last post: 3418 days ago Last view: 3382 days ago |
I used to be the only one with a different desktop wallpaper. I was able to change it through the Windows API, but that stopped working when they upgraded the computers from Windows 7 to Windows 8. |
Kinnay |
| ||
Member Normal user Level: 19 Posts: 19/66 EXP: 32265 Next: 3512 Since: 01-13-15 From: Netherlands / Germany Last post: 3418 days ago Last view: 3382 days ago |
How is that even possible? It's just white and gold for me. |
Kinnay |
| ||
Member Normal user Level: 19 Posts: 20/66 EXP: 32265 Next: 3512 Since: 01-13-15 From: Netherlands / Germany Last post: 3418 days ago Last view: 3382 days ago |
Posted by gridatttack Doesn't work for me. It stays white and gold no matter what I do. |
Main - Posts by Kinnay |
Page rendered in 0.015 seconds. (2048KB of memory used) MySQL - queries: 22, rows: 140/140, time: 0.007 seconds. Acmlmboard 2.064 (2018-07-20) © 2005-2008 Acmlm, Xkeeper, blackhole89 et al. |