Darío

Results 349 comments of Darío

"There something wrong in debug version, there .h a cpp builded on compilation. So we just have to do release before debug version." That's the Qt auto-generated files. The Custom...

Hey there, I have a few very busy weeks so I won't be able to help too much for now. However, I can answer the Qt question pretty quickly. Xenoviewer...

embpack did not have any way to activate filename support, which these EMBs rely on. Verify if the referenced commit fixes the issue. If it doesn't then it means file...

Seems like the internal order is important, but we have no way of handling that just yet. The extracted files will need new filenames to maintain the internal order in...

All the models tagged _scd tend to be attached via game code to certain bones. One of the costume files controls the configuration for that and what bones they get...

Every save() method of the classes that support it have an optional parameter that is defaulted to false which lets you write out big endian files. Adding the option to...

You should specify the exact .emd file to make this easier to debug.

There's a section in the EMDs that I hadn't properly figured out yet which appears to define a few things: some numbers, a flag, and an index. Said index apparently...

This is because G_LIGHTING is not enabled for this particular Bowser model.

These are things that would be pretty sweet to fix. The current problem is that the billboard behavior is not controlled by the renderer but rather by the game. As...