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
mikulover39
advanced
Posts: 61
Joined: Tue Nov 22, 2011 10:55 am
Has thanked: 13 times
Been thanked: 88 times

Re: Spotlight: Señor Casaroja's Noesis

Post by mikulover39 »

Is it possible to create a key frame with one of axis missing?
I'm trying to convert some animations from a game but it skips out a few frames sometimes on certain axis's,
For example the x and z axis could have a values on frames 50-100 but the y axis doesn't
but it would have one value on frame 50 and one value on frame 100 and then just interpolate between them.

I don't know if this is possible to do in noesis?
MrAdults
Moderator
Posts: 1007
Joined: Mon Mar 23, 2009 2:57 am
Has thanked: 44 times
Been thanked: 505 times

Re: Spotlight: Señor Casaroja's Noesis

Post by MrAdults »

If you want to feed keyframe data that isn't natively supported by the keyframe interpolator, you have to convert it first. In your case, this means generating the keyframe-mismatched elements of your position/rotation/etc. by evaluating them at a given time before feeding them to Noesis.
falconcool
veteran
Posts: 105
Joined: Tue Jun 16, 2009 4:41 am
Has thanked: 19 times
Been thanked: 11 times

Re: Spotlight: Señor Casaroja's Noesis

Post by falconcool »

About the scene file used in noesis ,,called xxxxx.noesis .
Is there any guide to read about it?I want to know how to use command "-loadoptions".
I am trying to merge standard .bvh animation into standard fbx models.
Is this possible to be done by noesis's scene file management?
mikulover39
advanced
Posts: 61
Joined: Tue Nov 22, 2011 10:55 am
Has thanked: 13 times
Been thanked: 88 times

Re: Spotlight: Señor Casaroja's Noesis

Post by mikulover39 »

Cool thanks for the info, I used the formula x = (1 - a) * x1 + a * x2 to filling the missing parts and it looks smooth judging from a couple quick previews. It's honestly a weird way to store animation info but i guess it saves file space.
MrAdults
Moderator
Posts: 1007
Joined: Mon Mar 23, 2009 2:57 am
Has thanked: 44 times
Been thanked: 505 times

Re: Spotlight: Señor Casaroja's Noesis

Post by MrAdults »

mikulover39 wrote:Cool thanks for the info, I used the formula x = (1 - a) * x1 + a * x2 to filling the missing parts and it looks smooth judging from a couple quick previews. It's honestly a weird way to store animation info but i guess it saves file space.
:up:
falconcool wrote:About the scene file used in noesis ,,called xxxxx.noesis .
Is there any guide to read about it?I want to know how to use command "-loadoptions".
I am trying to merge standard .bvh animation into standard fbx models.
Is this possible to be done by noesis's scene file management?
There's no need to use .noesis files for that, just use -loadanim. For example, if exporting file01.bvh to allanims.fbx, add -loadanim file02.bvh -loadanim file03.bvh -loadanim file04.bvh ... to the commandline, and they'll all get smashed together into the FBX output.
MrAdults
Moderator
Posts: 1007
Joined: Mon Mar 23, 2009 2:57 am
Has thanked: 44 times
Been thanked: 505 times

Re: Spotlight: Señor Casaroja's Noesis

Post by MrAdults »

Updated original post with a link to the build automation & tracking site, which gets auto-updated with current builds and documentation.
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: Spotlight: Señor Casaroja's Noesis

Post by Tosyk »

Is there a way to flip model and skeleton along axis? sometimes I'm getting models flipped along X in which, for ex., left hand is on the right side of the body. So I think that maybe noesis could handle this flipping thing.
Thank you for all you do here
my blog | my forum
JakeGreen
mega-veteran
mega-veteran
Posts: 164
Joined: Sun Aug 22, 2010 10:14 pm
Has thanked: 40 times
Been thanked: 11 times

Re: Spotlight: Señor Casaroja's Noesis

Post by JakeGreen »

So i'll give you a little run down of what i do here to get to my problem so i work in 3s max 2012 and above to model,rig and import ported models and when i export the models to fbx 2009 format cause i need it for 3ds max 9 cause the game i mod only has plugin for that version and it just gives me square boxes when i import as dummy (which i want my bones as dummys).

So i just export it as a 2012 fbx and i use Noesis as a converter to open it in 3ds max 9 but i've been noticing when i do this and use noesis to export out as fbx it doesn't keep my proper scale i had it as in max 2012 and rotated the models root bone at like a -90 so it's got the hold body laying face first in the grid box and it deletes any "extra" bones i have in the scene that aren't rigged or linked to anything, then adds a bone and skin modifier to any mesh i have in my scene that isn't rigged.

It's not that these are easy fixes for me in 3ds max it's just gets annoying that it does this when i have like 4 or 5 models i need to work on and i have to go back in and replace all of this stuff and remove the bones noesis created and delete the non-rigged models skin modifier.

I've even noticed this when i use Unwrap 3d on star wars battlefront models and i export as max 2012/15 and it deletes every unused bone on the model that it isn't rigged to making me have to replace them.

So is there anyway that this could be fixed or possible have options so it doesn't do stuff like this when exporting as FBX in Noesis?
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

Re: Spotlight: Señor Casaroja's Noesis

Post by chrrox »

Did you try
-fbxnewexport
also you can try
-scale for model size.
Acewell
VIP member
VIP member
Posts: 1330
Joined: Wed Nov 05, 2008 12:16 pm
Has thanked: 2710 times
Been thanked: 884 times

Re: Spotlight: Señor Casaroja's Noesis

Post by Acewell »

Request: please eliminate the UV flipping that occurs when importing/exporting obj files. (:
MrAdults
Moderator
Posts: 1007
Joined: Mon Mar 23, 2009 2:57 am
Has thanked: 44 times
Been thanked: 505 times

Re: Spotlight: Señor Casaroja's Noesis

Post by MrAdults »

Tosyk wrote:Is there a way to flip model and skeleton along axis? sometimes I'm getting models flipped along X in which, for ex., left hand is on the right side of the body. So I think that maybe noesis could handle this flipping thing.
There's an option in the data viewer to flip the projection. Otherwise it's up to the importer to modify the handedness if it's desired. Generally I'm a fan of leaving geometry intact and passing it through directly.
JakeGreen wrote:So i'll give you a little run down of what i do here to get to my problem so i work in 3s max 2012 and above to model,rig and import ported models and when i export the models to fbx 2009 format cause i need it for 3ds max 9 cause the game i mod only has plugin for that version and it just gives me square boxes when i import as dummy (which i want my bones as dummys).

So i just export it as a 2012 fbx and i use Noesis as a converter to open it in 3ds max 9 but i've been noticing when i do this and use noesis to export out as fbx it doesn't keep my proper scale i had it as in max 2012 and rotated the models root bone at like a -90 so it's got the hold body laying face first in the grid box and it deletes any "extra" bones i have in the scene that aren't rigged or linked to anything, then adds a bone and skin modifier to any mesh i have in my scene that isn't rigged.

It's not that these are easy fixes for me in 3ds max it's just gets annoying that it does this when i have like 4 or 5 models i need to work on and i have to go back in and replace all of this stuff and remove the bones noesis created and delete the non-rigged models skin modifier.

I've even noticed this when i use Unwrap 3d on star wars battlefront models and i export as max 2012/15 and it deletes every unused bone on the model that it isn't rigged to making me have to replace them.

So is there anyway that this could be fixed or possible have options so it doesn't do stuff like this when exporting as FBX in Noesis?
Noesis doesn't touch any of this data on the way through. If you don't want bones created to represent static geometry transforms, use -fbxnomeshbones.
AceWell wrote:Request: please eliminate the UV flipping that occurs when importing/exporting obj files. (:
No UV flipping occurs. UV's remain perfectly intact. If your importer is flipping them, that's your importer's problem, and Noesis offers the "flip UV" option for this reason.

This is all fake news.
Acewell
VIP member
VIP member
Posts: 1330
Joined: Wed Nov 05, 2008 12:16 pm
Has thanked: 2710 times
Been thanked: 884 times

Re: Spotlight: Señor Casaroja's Noesis

Post by Acewell »

MrAdults wrote:No UV flipping occurs.
false (:
MrAdults wrote:UV's remain perfectly intact.
true :)
MrAdults wrote:If your importer is flipping them, that's your importer's problem,
i don't know what that means, i've never written a Wavefront obj importer or exporter for Noesis
(though that does sound fun :D ), they flip on export to obj no matter what importer you used
and Noesis offers the "flip UV" option
maybe because it flips the UVs on Wavefront obj import/export? no other 3d software i use ever needs this option.

anyway, its not a problem for me, just for those who aren't used to having to flip the UVs every time :ninja:
Have a nice day! :D
MrAdults
Moderator
Posts: 1007
Joined: Mon Mar 23, 2009 2:57 am
Has thanked: 44 times
Been thanked: 505 times

Re: Spotlight: Señor Casaroja's Noesis

Post by MrAdults »

Take a look at the texture coordinate for a vertex in a given game file before Noesis touches it. Now export that file to .obj with Noesis. Look at the texture coordinate in the .obj file. Is it exactly the same? Unless the importer for that game mangled it on import, yes it is.

Import that .obj back into Noesis. Look at the texture coordinate. Is it still exactly the same? Yes it is. Export that .obj to another .obj and look at the texture coordinate. Is it still exactly the same? Yes it is.

Now import that .obj into your program of choice. Oh, did it flip your texture coordinates? Probably!

No reasonably official Wavefront .obj spec actually specifies UV coordinates (0, 0) as the lower-left or upper-left in image space. Noesis does the right thing by leaving it alone, and Noesis does not care how your target renderer is going to interpret the UV coordinates. Noesis isn't going to transform UV's from a target format because it's from a platform that treats (0, 0) as lower-left. That's none of Noesis's concern, and that's why Noesis has options to flip UV's globally to fit any given specification without transforming data in the process, and it has options to flip UV's on export for any format in case your target importer/renderer has no other way of dealing with UV coordinates which assume a different image space. If you're using .obj and you don't understand any of this, you shouldn't even be using .obj. It's a limited format.

Remember what your parents always told you growing up: just because it's different, it doesn't make it wrong.
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: Spotlight: Señor Casaroja's Noesis

Post by Tosyk »

MrAdults wrote:
Tosyk wrote:Is there a way to flip model and skeleton along axis? sometimes I'm getting models flipped along X in which, for ex., left hand is on the right side of the body. So I think that maybe noesis could handle this flipping thing.
There's an option in the data viewer to flip the projection. Otherwise it's up to the importer to modify the handedness if it's desired. Generally I'm a fan of leaving geometry intact and passing it through directly.
can you add this options to use it with batch mode?
Thank you for all you do here
my blog | my forum
mono24
double-veteran
double-veteran
Posts: 840
Joined: Sat Nov 06, 2010 12:27 am
Has thanked: 435 times
Been thanked: 235 times

Re: Spotlight: Señor Casaroja's Noesis

Post by mono24 »

In the newly updated version, it seems we can gain access to the FFXV model files, but that means only those who have a mod PS4 with version for the firmware being 1.76, to be able to extract the game data, correct?
Because even those of us with a new optical drive on a PC just inserting the game disc and copying the huge .pkg file to computer its still not possible to decrypt and unpack, or are we missing tools/info on it that regular users have no access to it?

cheers
Post Reply