Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Spotlight: Señor Casaroja's Noesis

General game file tools that are useful for more than one game
Cloud452
veteran
Posts: 91
Joined: Sat Oct 23, 2010 2:50 pm
Has thanked: 2 times

Re: Señor Casaroja's Noesis

Post by Cloud452 »

MrAdults wrote:Well, most likely that data is in the mot files that Noesis extracts from the game's package. I haven't even looked at them myself yet, so I have no idea how hard it would be to get at the data. But if you are not familiar with the process of reverse-engineering animation data, you probably aren't going to have any luck with it. If you are, well, you can get a copy of Microsoft Visual Studio 2005 Express Edition, load up a Noesis plugin (solutions and projects are included with Noesis in pluginsource.zip) and modify it to do what you want. The IQM plugin demonstrates how to get animation data to Noesis, although it does it in a somewhat unusual manner. If you wanted to feed pure animation data back from your plugin instead of model+animation data, you would use rapi->Noesis_AllocModelContainer(NULL, animData, 1); instead of the typical rpgConstructModel interface.
Presently not at all familiar with any of it. Quite frankly, without Noesis, I'd be up you-know-what creek without a paddle. However, despite this I'm more than willing to learn... even if it takes a good amount of time to have a decent understanding, and anything come out of it.
poofacetherisen
n00b
Posts: 16
Joined: Tue Jan 25, 2011 5:02 am
Been thanked: 1 time

Re: Señor Casaroja's Noesis

Post by poofacetherisen »

Can Noesis support animation data for FF7 with some sort of plugin? I figure if that is possible then modding all the battle animations would be much less like stick figure pivot animator.

Either way, keep up the great work!

EDIT:
Mirrorman95 wrote:Is there any way to modify the KH2 plugin so the textures have transparency?
I don't know, but Xnview can perform batch image processing on most formats I use. http://www.xnview.com/
ultimaespio
mega-veteran
mega-veteran
Posts: 267
Joined: Wed Apr 14, 2010 7:55 pm
Has thanked: 4 times
Been thanked: 5 times

Re: Señor Casaroja's Noesis

Post by ultimaespio »

Mirrorman95 wrote:Is there any way to modify the KH2 plugin so the textures have transparency?
I'm sure you can live without a bit of transparency until Revelation updates. It gives you alpha when you export anyway so it's not a problem.
User avatar
Mirrorman95
ultra-veteran
ultra-veteran
Posts: 355
Joined: Tue Jul 20, 2010 2:08 am
Has thanked: 16 times
Been thanked: 24 times

Re: Señor Casaroja's Noesis

Post by Mirrorman95 »

ultimaespio wrote:
Mirrorman95 wrote:Is there any way to modify the KH2 plugin so the textures have transparency?
I'm sure you can live without a bit of transparency until Revelation updates. It gives you alpha when you export anyway so it's not a problem.
It does? Well then, okay.
BBSFM and KH2FM+ saves are compatible with KH2.5. viewtopic.php?t=13424
User avatar
SoftIce
veteran
Posts: 98
Joined: Sun Jan 23, 2011 5:31 am
Has thanked: 5 times
Been thanked: 2 times

Re: Señor Casaroja's Noesis

Post by SoftIce »

I'm most comfortable with the dds file format and max/maya, so for KH models, I usually grab the textures first with 3dripper and yaz0r's viewer, and use those and tell noesis to not export textures.

And on another topic, I don't know if this would help anyone else, but I found a nifty little dae text editor that a prgorammer named Remi Arnaud created here:
https://github.com/RemiArnaud/DAE-notepad

Sure, you can just edit them in wordpad, but it still is nice to have on hand, for me anyway.
Player
n00b
Posts: 15
Joined: Tue Mar 15, 2011 10:38 am
Has thanked: 4 times
Been thanked: 2 times

Re: Señor Casaroja's Noesis

Post by Player »

Predator model from the game Aliens vs Predator look with errors
Image

thanks so much for Noesis
MrAdults
Moderator
Posts: 1007
Joined: Mon Mar 23, 2009 2:57 am
Has thanked: 44 times
Been thanked: 505 times

Re: Señor Casaroja's Noesis

Post by MrAdults »

Those are just degenerate triangles from the strips that only show up when drawing triangle outlines for the model. Quite harmless really.
User avatar
Tosyk
double-veteran
double-veteran
Posts: 1027
Joined: Thu Oct 22, 2009 10:24 am
Location: Russia, Siberia
Has thanked: 269 times
Been thanked: 154 times
Contact:

Re: Señor Casaroja's Noesis

Post by Tosyk »

q to MrAdults:
1 - can you implementing support of FBX format (i think most stable and optimal format to storing model/animation data)
2 - can i use noesis in command line "mode" (i want to convert models recursively through the folders)
3 - there is any way to disable left-side tree-menu (i'd love to use noesis like simple viewer, but this menu loading tree for all of my deep-deep thousands folders)
Thank you for all you do here
my blog | my forum
jaden
mega-veteran
mega-veteran
Posts: 209
Joined: Sat Feb 05, 2011 1:41 am
Been thanked: 1 time

Re: Señor Casaroja's Noesis

Post by jaden »

MrAdults any chance you're gonna add noesis support for marvel vs capcom 3 ??
Cloud452
veteran
Posts: 91
Joined: Sat Oct 23, 2010 2:50 pm
Has thanked: 2 times

Re: Señor Casaroja's Noesis

Post by Cloud452 »

Maybe I've done something I was unware of in 3Ds max, but so far when I import an exported model, I have to reassign all the textures:

Image

Unless I'm somehow recalling incorrectly and it never did what I imagine it had. :eek:
User avatar
SoftIce
veteran
Posts: 98
Joined: Sun Jan 23, 2011 5:31 am
Has thanked: 5 times
Been thanked: 2 times

Re: Señor Casaroja's Noesis

Post by SoftIce »

Cloud452 wrote:Maybe I've done something I was unware of in 3Ds max, but so far when I import an exported model, I have to reassign all the textures:
Image

Unless I'm somehow recalling incorrectly and it never did what I imagine it had. :eek:
Check the dae file in wordpad. Exported dae files link the materials as material00 instead of material00.png/bmp/jpg/etc, so that's probably why max is unable to find them. If you go and add the extension it should be able to find them.

Or maybe that's just a problem on my end.
Tosyk wrote:q to MrAdults:
1 - can you implementing support of FBX format (i think most stable and optimal format to storing model/animation data)
2 - can i use noesis in command line "mode" (i want to convert models recursively through the folders)
3 - there is any way to disable left-side tree-menu (i'd love to use noesis like simple viewer, but this menu loading tree for all of my deep-deep thousands folders)
Dumb solution, but you can resize the left sidebar by squishing it... doesn't get rid of it but it makes it much smaller.
I'd also love fbx but dae is great since it works with max and maya (I found the opencollada import/export plugin works the best though, it's also free.)
I think Noesis has a batch mode, where you can batch convert models. Not exactly command line, but still easier than doing a bunch individually if you have a ton you want to convert.
firsak
advanced
Posts: 64
Joined: Wed Dec 16, 2009 12:32 pm
Location: Russia
Has thanked: 20 times
Been thanked: 11 times
Contact:

Re: Señor Casaroja's Noesis

Post by firsak »

SoftIce wrote:dae is great
DAE sucks.
Cloud452
veteran
Posts: 91
Joined: Sat Oct 23, 2010 2:50 pm
Has thanked: 2 times

Re: Señor Casaroja's Noesis

Post by Cloud452 »

SoftIce wrote:
Cloud452 wrote:Maybe I've done something I was unware of in 3Ds max, but so far when I import an exported model, I have to reassign all the textures:
Image

Unless I'm somehow recalling incorrectly and it never did what I imagine it had. :eek:
Check the dae file in wordpad. Exported dae files link the materials as material00 instead of material00.png/bmp/jpg/etc, so that's probably why max is unable to find them. If you go and add the extension it should be able to find them.

Or maybe that's just a problem on my end.
Figured it out! For whatever reason it was looking for "ffccdif_63.png.png", the extra file extension tag screwed things up.

Also, for whatever reason it's looking for "ffccdif_65535.png".... but there is no such file with that name. o_O
User avatar
Mirrorman95
ultra-veteran
ultra-veteran
Posts: 355
Joined: Tue Jul 20, 2010 2:08 am
Has thanked: 16 times
Been thanked: 24 times

Re: Señor Casaroja's Noesis

Post by Mirrorman95 »

I have the same problem with Noesis DAE and Blender. The texture files are recognized into Blender, but not mapped to the character. OBJ works fine, though.
BBSFM and KH2FM+ saves are compatible with KH2.5. viewtopic.php?t=13424
Ventrue
ultra-n00b
Posts: 5
Joined: Tue Feb 23, 2010 2:28 pm
Has thanked: 1 time

Re: Señor Casaroja's Noesis

Post by Ventrue »

Hi!

I'm really sorry, if this has been answered before, but I'd like to know why does Noesis export Ninja Gaiden 2 .gmds without boneweights?
Post Reply