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
djmauro
beginner
Posts: 36
Joined: Tue Sep 16, 2008 2:49 pm
Has thanked: 1 time
Been thanked: 1 time

Re: Señor Casaroja's Noesis

Post by djmauro »

Is there any actual documentation for the noesis specific python commands.
I cant find anything really.

Like for example - im trying to read in 4x4 matrix - but i have no idea if there is some existing functions already
in some scripts i see :

Code: Select all

NoeMat44.fromBytes(self.inFile.readBytes(64)).toMat43()
- but i don't want to convert it to 4x3 - if that's what it does( no idea- cant find any documentation).
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

Re: Señor Casaroja's Noesis

Post by chrrox »

djmauro wrote:Is there any actual documentation for the noesis specific python commands.
I cant find anything really.

Like for example - im trying to read in 4x4 matrix - but i have no idea if there is some existing functions already
in some scripts i see :

Code: Select all

NoeMat44.fromBytes(self.inFile.readBytes(64)).toMat43()
- but i don't want to convert it to 4x3 - if that's what it does( no idea- cant find any documentation).
noesis uses 4x3 matrix for skeletons.
just remove .toMat43() to keep it 4x4
all the commands are listed in __NPReadMe.txt
and if you need specific conversions look in
inc_noesis.py
djmauro
beginner
Posts: 36
Joined: Tue Sep 16, 2008 2:49 pm
Has thanked: 1 time
Been thanked: 1 time

Re: Señor Casaroja's Noesis

Post by djmauro »

weird. i removed the to ... part - thinking that would be the case.. but the
rapi.rpgSetTransform(Matrix)

gives invalid matrix runtime error.

Code: Select all

Matrix = NoeMat44.fromBytes(self.inFile.readBytes(64))

Also - is there anything for bones when its basically as
2
Bip01 L Calf
Bip01 L Foot

1
Bip01 L Foot
"no value"

etc. There is no other bone data.
Looking at the readme and such i just noticed stuff that deals with weights and such - actual bone data (its separate for that game).
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

Re: Señor Casaroja's Noesis

Post by chrrox »

well noesis expects a 4x3 matrix for all transforms.
and it auto converts 4x4 matrix correctly to 4x3 witht he .toMat43

it looks like they are giving you bone parenting information
like first name is the bone
2nd name is the parent.

But you are better off making a thread asking about your game with samples then posting here.
djmauro
beginner
Posts: 36
Joined: Tue Sep 16, 2008 2:49 pm
Has thanked: 1 time
Been thanked: 1 time

Re: Señor Casaroja's Noesis

Post by djmauro »

will do.

So noesis itself accepts 4x3 matrices.

Also does noesis have some kind of console like option to print variables etc to for testing/debugging?
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 »

Call noesis.logPopup() at any given time, or you can just write a 6-line tool script to register a tool that invokes it so that you can bring it up from the Tools menu if you want.
joqqy
advanced
Posts: 51
Joined: Tue Feb 21, 2012 12:40 pm
Has thanked: 108 times
Been thanked: 47 times

Re: Señor Casaroja's Noesis

Post by joqqy »

Is there possibly a bug in the recursive option of the batch process.

When batch exporting .mdl to .fbx choosing a root folder with the recursive option on. The batch process (randomly it seems) misses some folders.
But I haven't detected a pattern, and it also doesn't happen every time.

The same issue occurs when batch converting .vtf to .tga.

Would be grateful if you could look at it.

Best Regards
joq
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 »

I've never encountered this behavior, it'd be useful if you could give me more specifics or especially a repro case.
joqqy
advanced
Posts: 51
Joined: Tue Feb 21, 2012 12:40 pm
Has thanked: 108 times
Been thanked: 47 times

Re: Señor Casaroja's Noesis

Post by joqqy »

MrAdults wrote:I've never encountered this behavior, it'd be useful if you could give me more specifics or especially a repro case.
I will try to reproduce the problem and submit details about the case (since it seems to be random so far, I have yet to reproduce a case, but will let you know as soon as I stumble upon it again).

Kind Regards
joq
itoikenza
advanced
Posts: 52
Joined: Sat Jan 07, 2012 2:24 am
Has thanked: 9 times
Been thanked: 2 times

Re: Señor Casaroja's Noesis

Post by itoikenza »

chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

Re: Señor Casaroja's Noesis

Post by chrrox »

itoikenza wrote:http://www.microsoftstore.com/store/msu ... .298810500

*hint* MrAdults *hint*
your going to buy him one?
itoikenza
advanced
Posts: 52
Joined: Sat Jan 07, 2012 2:24 am
Has thanked: 9 times
Been thanked: 2 times

Re: Señor Casaroja's Noesis

Post by itoikenza »

eventually...
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 »

What happened? oasis.xentax.com is down? Where can I get the latest updates of Noesis now?
BBSFM and KH2FM+ saves are compatible with KH2.5. viewtopic.php?t=13424
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

Re: Señor Casaroja's Noesis

Post by chrrox »

Mirrorman95 wrote:What happened? oasis.xentax.com is down? Where can I get the latest updates of Noesis now?
just check updates using the program it uses rich's site not xentax.
http://www.richwhitehouse.com/noesis/nm ... v40986.exe
itoikenza
advanced
Posts: 52
Joined: Sat Jan 07, 2012 2:24 am
Has thanked: 9 times
Been thanked: 2 times

Re: Señor Casaroja's Noesis

Post by itoikenza »

v40986, crash report's galore... on Duodecim GMO's
Post Reply