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

Soul of the Ultimate Nation Model Format

Post questions about game models here, or help out others!
Demonsangel
mega-veteran
mega-veteran
Posts: 241
Joined: Fri Aug 05, 2011 9:31 pm
Location: Antwerp
Has thanked: 13 times
Been thanked: 41 times

Re: Soul of the Ultimate Nation Model Format

Post by Demonsangel »

https://www.dropbox.com/sh/qbct1tjyv7al ... e%20Nation
noesis script

It isn't finished yet, some models use 3 floats instead of quaternions and I couldn't get the armature correct for them.
I'm stil working on the rest of animation formats.
pixellegolas
ultra-veteran
ultra-veteran
Posts: 423
Joined: Mon Aug 11, 2008 11:30 pm
Has thanked: 27 times
Been thanked: 15 times

Re: Soul of the Ultimate Nation Model Format

Post by pixellegolas »

thanks for looking into this format. Really nice models so waiting patientlly :)
User avatar
Rimbros
ultra-veteran
ultra-veteran
Posts: 495
Joined: Fri Jul 09, 2010 12:23 am
Has thanked: 41 times
Been thanked: 16 times

Re: Soul of the Ultimate Nation Model Format

Post by Rimbros »

This its bether script thanks man, the last one i get keep out the meshes with doublefaces and errors, this rip out clean models, thanks man.
Renders Art by Rimbros
http://s303.photobucket.com/albums/nn12 ... E/Renders/

Personal Game repository samples, send PM
Demonsangel
mega-veteran
mega-veteran
Posts: 241
Joined: Fri Aug 05, 2011 9:31 pm
Location: Antwerp
Has thanked: 13 times
Been thanked: 41 times

Re: Soul of the Ultimate Nation Model Format

Post by Demonsangel »

Updated the script so more models should work now.

I haven't checked all models so if a models doesn't work, post it's name + the subfolder where it's in here and what seems to be the problem
Make sure the debugger doesn't say "Version: 112 Skeleton won't show up correctly" if the animations don't seem right for a model. I'm still trying to correct it.

The script loads up all animations in the models subfolder, so make sure when you preview an animation in Noesis and it doesn't seem right it does actually belong to that model.
Alternatively you can create a subfolder "/anims" and it will load only the animations in there.

If the debugger shows something like attack1.wza it means it couldn't load the animation file so feel free to report that as well.
User avatar
Rimbros
ultra-veteran
ultra-veteran
Posts: 495
Joined: Fri Jul 09, 2010 12:23 am
Has thanked: 41 times
Been thanked: 16 times

Re: Soul of the Ultimate Nation Model Format

Post by Rimbros »

Demonsangel wrote:Updated the script so more models should work now.

I haven't checked all models so if a models doesn't work, post it's name + the subfolder where it's in here and what seems to be the problem
Make sure the debugger doesn't say "Version: 112 Skeleton won't show up correctly" if the animations don't seem right for a model. I'm still trying to correct it.

The script loads up all animations in the models subfolder, so make sure when you preview an animation in Noesis and it doesn't seem right it does actually belong to that model.
Alternatively you can create a subfolder "/anims" and it will load only the animations in there.

If the debugger shows something like attack1.wza it means it couldn't load the animation file so feel free to report that as well.
The new plugin send this window in open Noesis and cant load any model. any idea how to fix that? thanks :D
Image
Renders Art by Rimbros
http://s303.photobucket.com/albums/nn12 ... E/Renders/

Personal Game repository samples, send PM
Demonsangel
mega-veteran
mega-veteran
Posts: 241
Joined: Fri Aug 05, 2011 9:31 pm
Location: Antwerp
Has thanked: 13 times
Been thanked: 41 times

Re: Soul of the Ultimate Nation Model Format

Post by Demonsangel »

Oops forgot to close the quotes, try now.
User avatar
Rimbros
ultra-veteran
ultra-veteran
Posts: 495
Joined: Fri Jul 09, 2010 12:23 am
Has thanked: 41 times
Been thanked: 16 times

Re: Soul of the Ultimate Nation Model Format

Post by Rimbros »

Man, this its amazing and incredible plugin, u made a piece of art, 99% of the animations are loaded perfect and models too, Thank by your greath contribution and greath efort in made this plugin, one question its, if i want export animations from noesis separated i need delete the other animations from folder? since i see animations are already separated but in noesis run all the animations like one single.

I cant tell 100% because files like this
\Data\NPC\M0113 or M0131
Renders Art by Rimbros
http://s303.photobucket.com/albums/nn12 ... E/Renders/

Personal Game repository samples, send PM
Demonsangel
mega-veteran
mega-veteran
Posts: 241
Joined: Fri Aug 05, 2011 9:31 pm
Location: Antwerp
Has thanked: 13 times
Been thanked: 41 times

Re: Soul of the Ultimate Nation Model Format

Post by Demonsangel »

In noesis you can run a single animation by clicking it's name, it will then loop that animation.
To just load 1 animation create a "<your model folder here> /anims" subfolder and put the animation in there. Noesis will only load that one into the model.
finale00
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 2382
Joined: Sat Apr 09, 2011 1:22 am
Has thanked: 170 times
Been thanked: 307 times

Re: Soul of the Ultimate Nation Model Format

Post by finale00 »

If he decided to load multiple animations would they be separated into their own tracks which you could go through by clicking the next/prev buttons?
Demonsangel
mega-veteran
mega-veteran
Posts: 241
Joined: Fri Aug 05, 2011 9:31 pm
Location: Antwerp
Has thanked: 13 times
Been thanked: 41 times

Re: Soul of the Ultimate Nation Model Format

Post by Demonsangel »

Image

To select a single animation you have to click on it in the list, there are no next/previous buttons only button to speed up/slow down animation preview speed.

I don't know of a way to select animations and only save those to the selected output.
I've tried to install tkinter for Noesis, but it simply crashes when I place the dll's, to show a tiny GUI with all the animations listed in there with some checkboxes.
I have to wait till Noesis supports multi select in the in-script file loader to change the way we load animations atm.
finale00
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 2382
Joined: Sat Apr 09, 2011 1:22 am
Has thanked: 170 times
Been thanked: 307 times

Re: Soul of the Ultimate Nation Model Format

Post by finale00 »

lol if the user really needs it we can provide them with:

Code: Select all

files = []

filename = rapi.loadPairedFileOptional(...)
while filename:
   files.append(filename)
   filename = rapi.loadPairedFileOptional(...)
load_all_files(files)
So they just keep picking files until they hit cancel.
Demonsangel
mega-veteran
mega-veteran
Posts: 241
Joined: Fri Aug 05, 2011 9:31 pm
Location: Antwerp
Has thanked: 13 times
Been thanked: 41 times

Re: Soul of the Ultimate Nation Model Format

Post by Demonsangel »

I know, but I thought it was an ugly workaround. :p
User avatar
Rimbros
ultra-veteran
ultra-veteran
Posts: 495
Joined: Fri Jul 09, 2010 12:23 am
Has thanked: 41 times
Been thanked: 16 times

Re: Soul of the Ultimate Nation Model Format

Post by Rimbros »

I already pick the animation walk, run, etc, best way its export .psk and animation to .psa, import in max with ActorX guildor plugin and choose the animation u want to run and export, in Noesis show export only first atack01 animations but already export all, ActorX divide the animations.
Renders Art by Rimbros
http://s303.photobucket.com/albums/nn12 ... E/Renders/

Personal Game repository samples, send PM
User avatar
Rimbros
ultra-veteran
ultra-veteran
Posts: 495
Joined: Fri Jul 09, 2010 12:23 am
Has thanked: 41 times
Been thanked: 16 times

Re: Soul of the Ultimate Nation Model Format

Post by Rimbros »

Data\Data\Armor\Valkyrie\A000

All face and hair files have error, cant be loaded.

Any idea to fix?
Renders Art by Rimbros
http://s303.photobucket.com/albums/nn12 ... E/Renders/

Personal Game repository samples, send PM
fatduck
mega-veteran
mega-veteran
Posts: 315
Joined: Wed Aug 02, 2006 10:07 pm
Has thanked: 10 times
Been thanked: 94 times

Re: Soul of the Ultimate Nation Model Format

Post by fatduck »

Demonsangel wrote:I see you support Soul of the Ultimate nation, could you explain the boneRotation info for mesh versio 112?
I can get the other versions to work, but not the Euler angle ones.
As far as I remember, the float value you read from wza are radian. so you have to convert [radian_X,radian_Y,radian_Z] into [degree_X,degree_Y,degree_Z].
Then use this value as Euler angles. But as I remember, the rotation are reversed. So you have to apply conjugate() to it to mke it work!

Good Luck!
No more Fatduck, no more FatImporter, Byebye everyone!
Post Reply