| ||
| Views: 14,036,629 |
Home
| Forums
| Uploader
| Wiki
| Object databases
| IRC
Rules/FAQ | Memberlist | Calendar | Stats | Online users | Last posts | Search |
04-06-21 02:03 AM |
| Guest: | ||
| Main - Posts by Arisotura |
| Arisotura |
| ||
![]() Star Mario in this room you have a pile of apple pies Level: 155
Posts: 281/8869 EXP: 47242851 Next: 174369 Since: 07-02-12 From: in a box
Last post: 5 days ago Last view: 2 days ago |
| Arisotura |
| ||
![]() Star Mario in this room you have a pile of apple pies Level: 155
Posts: 282/8869 EXP: 47242851 Next: 174369 Since: 07-02-12 From: in a box
Last post: 5 days ago Last view: 2 days ago |
iPads are uh, I don't know how to qualify them. They have wide resolutions but the screen is still small compared to a desktop monitor or even a laptop screen. So I would still qualify them as mobile devices.
Anyway, if the mobile layout gets done, it will be made optional. As a default behavior, the board will autodetect small devices, but there will be a profile option or cookie to override it. ____________________ NSMBHD - Kafuka - Jul melonDS the most fruity DS emulator there is zafkflzdasd |
| Arisotura |
| ||
![]() Star Mario in this room you have a pile of apple pies Level: 155
Posts: 283/8869 EXP: 47242851 Next: 174369 Since: 07-02-12 From: in a box
Last post: 5 days ago Last view: 2 days ago |
I might make the markup be a mix of everything, actually. BBCode, basic MediaWiki markup for those who are used to it... but for sure it'll support HTML. Not too many HTML either, we don't want fancy crap all over the place. The board's post filter, with MW markup additions, will be fine for this use. ____________________ NSMBHD - Kafuka - Jul melonDS the most fruity DS emulator there is zafkflzdasd |
| Arisotura |
| ||
![]() Star Mario in this room you have a pile of apple pies Level: 155
Posts: 284/8869 EXP: 47242851 Next: 174369 Since: 07-02-12 From: in a box
Last post: 5 days ago Last view: 2 days ago |
Sigh...
The purpose of this thread is to discuss about MLP, not bring drama from outside. Also MrRean, don't try to be a moderator if you can't even understand why a certain action was taken. The thread at SMG2.5 was closed because all the dumb kids were laughing at the bronies and turning it into a shitfest. Not because of my personal opinion on ponies. BTW I have no problem with ponies. I'm not a brony, but MLP discussion is fine here. Heck, I even offered NWPlayer123 to make a thread here because the SMG2.5 thread was unrecoverably filled with shit. Back on topic now. Any more offtopic posts and I'm trashing this. ____________________ NSMBHD - Kafuka - Jul melonDS the most fruity DS emulator there is zafkflzdasd |
| Arisotura |
| ||
![]() Star Mario in this room you have a pile of apple pies Level: 155
Posts: 285/8869 EXP: 47242851 Next: 174369 Since: 07-02-12 From: in a box
Last post: 5 days ago Last view: 2 days ago |
Big update. Security issues have been fixed.
The way downloads work has also been modified. Certain people apparently linked Whitehole by linking to http://kuribo64.net/get.php?id=11 directly. Following this link will now propose them to download the most recent Whitehole version. The same holds true for any outdated Whitehole link. It's still better to link to Kuribo64's downloads page, though. ____________________ NSMBHD - Kafuka - Jul melonDS the most fruity DS emulator there is zafkflzdasd |
| Arisotura |
| ||
![]() Star Mario in this room you have a pile of apple pies Level: 155
Posts: 286/8869 EXP: 47242851 Next: 174369 Since: 07-02-12 From: in a box
Last post: 5 days ago Last view: 2 days ago |
| Arisotura |
| ||
![]() Star Mario in this room you have a pile of apple pies Level: 155
Posts: 287/8869 EXP: 47242851 Next: 174369 Since: 07-02-12 From: in a box
Last post: 5 days ago Last view: 2 days ago |
Does gridatttack come from Dept. of Redundancy Dept.? ____________________ NSMBHD - Kafuka - Jul melonDS the most fruity DS emulator there is zafkflzdasd |
| (post in restricted forum) |
| (post in restricted forum) |
| Arisotura |
| ||
![]() Star Mario in this room you have a pile of apple pies Level: 155
Posts: 290/8869 EXP: 47242851 Next: 174369 Since: 07-02-12 From: in a box
Last post: 5 days ago Last view: 2 days ago |
In SMG games, it is a known fact that planets are objects. However, they aren't treated like the other objects.
Namely, it would be possible to create custom planets without modifying the game's code. /ObjectData/PlanetMapDataTable.arc contains a BCSV file that holds information about all the planets in the game. The standard planets, that is. Some planets appear to be using their own class, like the rest of the objects, but for now we'll ignore those. The BCSV file inside PlanetMapDataTable.arc (PlanetMapDataTable.bcsv) has the following fields: * PlanetName: the name of the planet object * LowFlag: flag indicating whether the planet has a low-res model * MiddleFlag: flag indicating whether the planet has a 'Middle' model (mid-res?) * BloomFlag: flag indicating whether the planet has a bloom model * WaterFlag: flag indicating whether the planet has a water model * IndirectFlag: flag indicating whether the planet has an 'Indirect' model (?) * ForceLowScenarioName0 to ForceLowScenarioName7: seems to tell for which scenarios this planet will be forcefully rendered in low-res So to make custom planets, one would make a model, convert it, pack it into a RARC, and add that RARC to the game's files. That's the tricky part, especially for adding the file. We need a replacement for Wiiscrubber. Wiiscrubber sucks. Then they'd edit the PlanetMapDataTable. This can be done in Whitehole (BCSV editor, archive: /ObjectData/PlanetMapDataTable.arc, file: /PlanetMapDataTable/PlanetMapDataTable.bcsv). They'd add a new line, write their planet's name in PlanetName, and set all the flags to zero. Now a little explanation on how planets are handled. If the game finds an object whose name is listed in the PlanetMapDataTable, it'll be treated as a planet. The game renders /ObjectData/ Then there are several extra models possible: Low, Middle, Bloom, Water, Indirect. The game will use them if and only if they're present on the disc, totally ignoring the flags in PlanetMapDataTable. Low (/ObjectData/ Bloom (/ObjectData/ Water (/ObjectData/ The purpose of Middle and Indirect isn't known yet. And guess what, this is already known. Thanks to the unorganized SMG2.5 community for totally not sharing their knowledge! ____________________ NSMBHD - Kafuka - Jul melonDS the most fruity DS emulator there is zafkflzdasd |
| Arisotura |
| ||
![]() Star Mario in this room you have a pile of apple pies Level: 155
Posts: 291/8869 EXP: 47242851 Next: 174369 Since: 07-02-12 From: in a box
Last post: 5 days ago Last view: 2 days ago |
I'll make the Kuribo64 wiki asap.
I hope it will get filled generously. Not something like the ObjectDB, where it is an awesome effort the first two days and then nothing because the novelty wore off and it isn't cool anymore :/ I'm sorry if I sound pissed off, but that's because I'm really pissed off. I'm not going to spread the details here because I don't want more drama. ____________________ NSMBHD - Kafuka - Jul melonDS the most fruity DS emulator there is zafkflzdasd |
| Arisotura |
| ||
![]() Star Mario in this room you have a pile of apple pies Level: 155
Posts: 292/8869 EXP: 47242851 Next: 174369 Since: 07-02-12 From: in a box
Last post: 5 days ago Last view: 2 days ago |
| Arisotura |
| ||
![]() Star Mario in this room you have a pile of apple pies Level: 155
Posts: 293/8869 EXP: 47242851 Next: 174369 Since: 07-02-12 From: in a box
Last post: 5 days ago Last view: 2 days ago |
Interesting to know.
Isn't indirect texturing one more crazy feature of that Wii GPU? I don't even think Whitehole's renderer supports it... Anyway, this is like the Water models. I wonder why the parts of the model with indirect texturing are separate from the main parts... Posted by NWPlayer123 Nah, xxxPlanetParts stuff is different. They're regular models. ____________________ NSMBHD - Kafuka - Jul melonDS the most fruity DS emulator there is zafkflzdasd |
| Arisotura |
| ||
![]() Star Mario in this room you have a pile of apple pies Level: 155
Posts: 294/8869 EXP: 47242851 Next: 174369 Since: 07-02-12 From: in a box
Last post: 5 days ago Last view: 2 days ago |
Posted by scaryboo You should provide more details as to what is happening. Black screen? Error message? Anyway, if you wish to edit stuff that Whitehole's 3D editor doesn't support, Whitehole has a BCSV editor that can edit about any data in the game ![]() ____________________ NSMBHD - Kafuka - Jul melonDS the most fruity DS emulator there is zafkflzdasd |
| Arisotura |
| ||
![]() Star Mario in this room you have a pile of apple pies Level: 155
Posts: 295/8869 EXP: 47242851 Next: 174369 Since: 07-02-12 From: in a box
Last post: 5 days ago Last view: 2 days ago |
| Arisotura |
| ||
![]() Star Mario in this room you have a pile of apple pies Level: 155
Posts: 296/8869 EXP: 47242851 Next: 174369 Since: 07-02-12 From: in a box
Last post: 5 days ago Last view: 2 days ago |
Interesting. Sounds like it's another crazy fancy feature but it can be emulated with shaders.
I'll look into it, but it isn't my main priority right now, and I don't even know about models that use it... ____________________ NSMBHD - Kafuka - Jul melonDS the most fruity DS emulator there is zafkflzdasd |
| Arisotura |
| ||
![]() Star Mario in this room you have a pile of apple pies Level: 155
Posts: 297/8869 EXP: 47242851 Next: 174369 Since: 07-02-12 From: in a box
Last post: 5 days ago Last view: 2 days ago |
There are so many cool things we could do in SMG hacking, like adding planets, zones, galaxies etc... but Wiiscrubber's limitations keep us from doing them.
Wiiscrubber only supports the basic extract/replace file manipulation. It needs to reparse the whole filesystem after a file is replaced, which is annoying. Oh also, it's closed-source, so we can't even try to improve it. Closed-source has no place in the world of ROM hacking. Wiiscrubber must die. Blarg, enough of this already. This thread isn't for bashing someone else's work, but introduce a new Wii archive/ISO manipulation tool. I've called: WiiExplorer. Here's a screenshot of the basic design:
As a start, WiiExplorer will support Wii ISOs and RARC files. Support for more archive formats may be added later on. It'll support the following features: * of course, exporting and replacing existing files, but also directories * creating new empty directories * importing existing files/directories * renaming and deleting files/directories Support for advanced filesystem manipulation should open many more possibilities in SMG hacking, and Wii hacking in general. There may also be support for a certain patch system, where the differences between the current filesystem and a reference filesystem are stored to a patch file. The patch file could then either be exported to a Riivolution patch or be patched to a clean ISO. Oh, about ISOs. WiiExplorer won't resign ISOs or anything like that. Dolphin doesn't care about signatures. If you can load ISOs in your Wii, it probably won't care either, but that practice is frowned upon and not widely supported because it is often likened to piracy. ____________________ NSMBHD - Kafuka - Jul melonDS the most fruity DS emulator there is zafkflzdasd |
| Arisotura |
| ||
![]() Star Mario in this room you have a pile of apple pies Level: 155
Posts: 298/8869 EXP: 47242851 Next: 174369 Since: 07-02-12 From: in a box
Last post: 5 days ago Last view: 2 days ago |
Oh, I forgot mentioning that.
Headache-inducing command-line crap. Bleh. And it doesn't even allow adding one file easily. Perhaps it does, but from what I get, the steps are really too complex for this kind of operation. ____________________ NSMBHD - Kafuka - Jul melonDS the most fruity DS emulator there is zafkflzdasd |
| Arisotura |
| ||
![]() Star Mario in this room you have a pile of apple pies Level: 155
Posts: 299/8869 EXP: 47242851 Next: 174369 Since: 07-02-12 From: in a box
Last post: 5 days ago Last view: 2 days ago |
Posted by Dirbaio That's basically what I wanted to say. Either that, or the usage of this tool is really overcomplicated. Someone in IRC mentioned an ADD command, but according to the doc, it doesn't exist. So blarg. ____________________ NSMBHD - Kafuka - Jul melonDS the most fruity DS emulator there is zafkflzdasd |
| Arisotura |
| ||
![]() Star Mario in this room you have a pile of apple pies Level: 155
Posts: 300/8869 EXP: 47242851 Next: 174369 Since: 07-02-12 From: in a box
Last post: 5 days ago Last view: 2 days ago |
Posted by blank This is nice but not fast enough for what I want. Rebuilding a whole ISO sounds like it takes time. I don't want to wait that long every time I experiment something. ____________________ NSMBHD - Kafuka - Jul melonDS the most fruity DS emulator there is zafkflzdasd |
| Main - Posts by Arisotura |
|
Page rendered in 0.042 seconds. (2048KB of memory used) MySQL - queries: 24, rows: 230/230, time: 0.032 seconds.
Acmlmboard 2.064 (2018-07-20)© 2005-2008 Acmlm, Xkeeper, blackhole89 et al. |