[WIP/REL] Millenia's custom models - CLOUD SWORDS RELEASED 30/4

  • Thread starter Thread starter Millenia
  • Start date Start date
Status
Not open for further replies.
Many thanks to Millenia for creating this revision of the original Buster Sword. Now the problem is converting the model into the PSX battle format. T_T Currently investigating the model format... The information on Qhimm's wiki is very confusing.

EDIT: Warning, W.I.P. pictures ahead!
texturebuster2.png
texturebuster1.png

So far I didn't need to mod the engine at all to make it load the hacked Buster Sword. I had to reduce the colors (128 instead of 256) to make it all fit, but the difference isn't even noticeable. Textured Cloud next in the row? :p
You made it to work on the PSX version?? That's considered genius for me!! Do you know how to rotate the sword in Cloud's hand?? If you've done that the sword looks good. :-)
 
Do you know how to rotate the sword in Cloud's hand??
Done-that-already. The sword that Millenia gave me was rotated differently than the original model. I guess it's one of the differences between PSX and PC, more or less like the PC uses float values for vertexes and uv coordinates, while they're integers on the PSX. The next step is fixing Cloud's eyes and mouth, and loading data for weapons from external files.
 
Wait a minute...does this mean that the psx character battle models can be textured as long as the file is the right size? If so it wouldn't be as good as a new model but they are already

detailed enough to look nice with a texture.
 
does this mean that the psx character battle models can be textured as long as the file is the right size?
File size is not an issue, at all. Using external hi-color textures for each weapon and mapping them correctly to a model are the real issues (but Millenia solved the second one for me here). Currently I'm using a 128x128 texture with 128 colors for the weapon, and there could be a second one 128x128 texture for the character. Unfortunately VRAM is organized in a manner that allows only 224 vertical lines in total, so a second texture would have to use less vertical space. Consequently, the smaller texture would have to use a 128x96 resolution or less to fit in the given space.

The work done so far takes an 3DS model as input, converts it to the "battle .p" format, and replaces the texture segment with another TIM picture. Only weapons are supported so far, as I haven't coded yet any routines to convert multiple 3DS objects and joints+skeleton structures. If I can get my hands on more stuff, like a textured version of the original Cloud, I'll try and expand the conversion code to make it sparkle.

Back to texturing: the plan is to add support for separate weapon models+textures as a separate file, like I suppose FF8/9 do, unless routines to do so are already there and I didn't notice (could be, like for those spells loading data as requested). This change should make character models slightly smaller (Cloud's is 43,4 KB smaller without the weapons) and retain fast loading times.

Interesting fact: there's room for an extra palette (max is three), which means that a texture could use two palettes and make full use of 256 colors with a simple swap trick.
 
when millenia textures my cloud model, i'll map the original to a low rez version of the texture for ya :D. When this is all done and good, can you technically burn a psx disc and plah on a ps1 with this?
 
when millenia textures my cloud model, i'll map the original to a low rez version of the texture for ya :D.
Much appreciated. :-*

When this is all done and good, can you technically burn a psx disc and plah on a ps1 with this?
Yup yup. I haven't done anything that is illegal on real hardware, so it should work flawlessly.
 
does this mean that the psx character battle models can be textured as long as the file is the right size?
File size is not an issue, at all. Using external hi-color textures for each weapon and mapping them correctly to a model are the real issues (but Millenia solved the second one for me here). Currently I'm using a 128x128 texture with 128 colors for the weapon, and there could be a second one 128x128 texture for the character. Unfortunately VRAM is organized in a manner that allows only 224 vertical lines in total, so a second texture would have to use less vertical space. Consequently, the smaller texture would have to use a 128x96 resolution or less to fit in the given space.

The work done so far takes an 3DS model as input, converts it to the "battle .p" format, and replaces the texture segment with another TIM picture. Only weapons are supported so far, as I haven't coded yet any routines to convert multiple 3DS objects and joints+skeleton structures. If I can get my hands on more stuff, like a textured version of the original Cloud, I'll try and expand the conversion code to make it sparkle.

Back to texturing: the plan is to add support for separate weapon models+textures as a separate file, like I suppose FF8/9 do, unless routines to do so are already there and I didn't notice (could be, like for those spells loading data as requested). This change should make character models slightly smaller (Cloud's is 43,4 KB smaller without the weapons) and retain fast loading times.

Interesting fact: there's room for an extra palette (max is three), which means that a texture could use two palettes and make full use of 256 colors with a simple swap trick.
Any chance of making how you did this public? Like a converting to the battle model format? Im shocked you managed this so quickly and easily but you really are the playstation god, If it really is possible to mod the psx version (which it now is) I might just continue my PSX project which I thought was pointless because of all the incredible stuff been done with the PC version now. ILL try get you the orginal CLoud model I managed it once before.
 
Where'd my first post go and why is this in programming feedback D:
I started moving and splitting posts like a madman on day 1...  yours is a WIP/project, so it can be put back together :P
 
newbie question here - what with all these Clouds floating around, and a good Barret is anyone working on making a (legal) Tifa, Aeris/th, Vincent, Cid, Yuffie, Caith Sith etc?
I'm happy with APZ's cloud & Timu Sumisu & Millenia's Barret as is, but they are in start contrast to the rest of the gang!
 
Thanks for that link, I'll keep an eye on there for updates.  Congrats to everyone on the team, altruism is a dying virtue, I always admire you guys who do all this work for free in your spare time!
 
sweet  8-)
now all you have to do is hurry up and convert these gorgeous weapons  :-P
 
Status
Not open for further replies.
Back
Top