Post questions about game models here, or help out others!
-
chrrox
- Moderator
- Posts: 2601
- Joined: Sun May 18, 2008 3:01 pm
- Has thanked: 57 times
- Been thanked: 1358 times
Post
by chrrox » Wed Dec 01, 2010 4:15 am
Here is a max script to import models from both these games (they use the same format

)
This will import geometry and assign materials but i have not figured out how to get texture names yet so that will not auto assign a texture.
Also the bone matrix is weird if anyone can help with that please let me know and ill add support right away.
here is a farc extractor bms
viewtopic.php?f=10&t=5462
It also has a bms in here to extract the textures from the txp archives. Enjoy.

You do not have the required permissions to view the files attached to this post.
-
valvoga
- advanced
- Posts: 67
- Joined: Sat May 01, 2010 3:03 am
- Has thanked: 9 times
Post
by valvoga » Thu Dec 02, 2010 12:36 am
Wow you're awesome chrrox
Thanks a lot for this
-
Zerox
- mega-veteran

- Posts: 186
- Joined: Mon Aug 09, 2010 3:50 am
- Has thanked: 4 times
- Been thanked: 7 times
Post
by Zerox » Thu Dec 02, 2010 2:17 am
Oh wow this is awesome as I must admit I'm a Vocaloid geek. Thanks.

-
Tosyk
- double-veteran

- Posts: 953
- Joined: Thu Oct 22, 2009 10:24 am
- Location: Russia, Siberia
- Has thanked: 227 times
- Been thanked: 123 times
-
Contact:
Post
by Tosyk » Thu Dec 02, 2010 5:38 am
It seems that all the textures from VF5 are encrypted!
but all other textures looks fine:

-
chrrox
- Moderator
- Posts: 2601
- Joined: Sun May 18, 2008 3:01 pm
- Has thanked: 57 times
- Been thanked: 1358 times
Post
by chrrox » Thu Dec 02, 2010 12:23 pm
the normal maps in vf5 are swizzled they are ati2n textures but i dont know how to unswizzle.
-
Tosyk
- double-veteran

- Posts: 953
- Joined: Thu Oct 22, 2009 10:24 am
- Location: Russia, Siberia
- Has thanked: 227 times
- Been thanked: 123 times
-
Contact:
Post
by Tosyk » Thu Dec 02, 2010 5:13 pm
chrrox wrote:the normal maps in vf5 are swizzled they are ati2n textures but i dont know how to unswizzle.
Look what i found with texture finder
Link to Texture Finder, but i'm sure you have it,
chrrox
-
chrrox
- Moderator
- Posts: 2601
- Joined: Sun May 18, 2008 3:01 pm
- Has thanked: 57 times
- Been thanked: 1358 times
Post
by chrrox » Thu Dec 02, 2010 9:24 pm
Those are 360 textures they work fine they are not swizzled i am talking about ps3 files.
if you upload a 360 image i can add support for those in 2 seconds to the script.
-
Tosyk
- double-veteran

- Posts: 953
- Joined: Thu Oct 22, 2009 10:24 am
- Location: Russia, Siberia
- Has thanked: 227 times
- Been thanked: 123 times
-
Contact:
Post
by Tosyk » Thu Dec 02, 2010 9:39 pm
chrrox wrote:Those are 360 textures they work fine they are not swizzled i am talking about ps3 files.
if you upload a 360 image i can add support for those in 2 seconds to the script.
Eh

sorry, you right, this is from xbox360 version. So
here i uploaded them.
-
Agent Smith
- n00b
- Posts: 14
- Joined: Tue Sep 11, 2007 11:32 am
- Has thanked: 9 times
Post
by Agent Smith » Fri Dec 03, 2010 12:36 pm
Hey there, is there any progress with other models like Goh Hinogami's model?
I would be really grateful if there 's any.

-
chrrox
- Moderator
- Posts: 2601
- Joined: Sun May 18, 2008 3:01 pm
- Has thanked: 57 times
- Been thanked: 1358 times
Post
by chrrox » Fri Dec 03, 2010 12:55 pm
My converter works on all virtua fighter 5 models. I am not sure what your question is but yes you can rip this model yourself with these tools.

-
Tosyk
- double-veteran

- Posts: 953
- Joined: Thu Oct 22, 2009 10:24 am
- Location: Russia, Siberia
- Has thanked: 227 times
- Been thanked: 123 times
-
Contact:
Post
by Tosyk » Fri Dec 03, 2010 2:12 pm
chrrox wrote:My converter works on all virtua fighter 5 models. I am not sure what your question is but yes you can rip this model yourself with these tools.
So you beat the bones, hm?

-
chrrox
- Moderator
- Posts: 2601
- Joined: Sun May 18, 2008 3:01 pm
- Has thanked: 57 times
- Been thanked: 1358 times
Post
by chrrox » Fri Dec 03, 2010 9:34 pm
no i was just saying that it works with these models i have not figured out the bones yet.
-
Zerox
- mega-veteran

- Posts: 186
- Joined: Mon Aug 09, 2010 3:50 am
- Has thanked: 4 times
- Been thanked: 7 times
Post
by Zerox » Fri Dec 03, 2010 11:04 pm
The contents of this post was deleted because of possible forum rules violation.
-
chrrox
- Moderator
- Posts: 2601
- Joined: Sun May 18, 2008 3:01 pm
- Has thanked: 57 times
- Been thanked: 1358 times
Post
by chrrox » Sat Dec 04, 2010 1:36 am
they are not invalid you need to use a program that supports those kind of normal maps try the tool from ati the compressonator.
http://developer.amd.com/gpu/compresson ... fault.aspx
I do not have any issues with that model i have imported all the models from that game without errors.
Most likely something is different in your language encoding.
copy the max file to notepad then re copy it to a new max script and it should work.
-
Zerox
- mega-veteran

- Posts: 186
- Joined: Mon Aug 09, 2010 3:50 am
- Has thanked: 4 times
- Been thanked: 7 times
Post
by Zerox » Sat Dec 04, 2010 1:44 am
chrrox wrote:they are not invalid you need to use a program that supports those kind of normal maps try the tool from ati the compressonator.
http://developer.amd.com/gpu/compresson ... fault.aspx
I do not have any issues with that model i have imported all the models from that game without errors.
Most likely something is different in your language encoding.
copy the max file to notepad then re copy it to a new max script and it should work.
Ah okay thank you for the link to fixing those dds files. I opened the script in notepad and then pasted it into a new max script and saved it. Running that yielded the same error. I'm using Max 2011 would that make a difference? What version was your script designed for?
This is the error I get with F11's Script Listener.
Code: Select all
-- Error occurred during fileIn in <File:C:\Program Files\Autodesk\3ds Max 2011\Scripts\Diva.ms>
-- Error occurred in anonymous codeblock; filename: C:\Program Files\Autodesk\3ds Max 2011\Scripts\Diva.ms; position: 4085; line: 146
>> MAXScript FileIn Exception: -- Syntax error: at bad, expected <factor>
-- In line: vx = readfloat f <<
Last edited by
Zerox on Sat Dec 04, 2010 2:01 am, edited 1 time in total.