Champion Dreams ( hours rider ) , 3d data + animation data !

Get your graphics formats figures out here! Got details for others? Post here!
Post Reply
User avatar
shekofte
mega-veteran
mega-veteran
Posts: 218
Joined: Sun Jan 18, 2009 1:45 pm
Location: Sagittarius
Has thanked: 265 times
Been thanked: 17 times
Contact:

Champion Dreams ( hours rider ) , 3d data + animation data !

Post by shekofte » Fri Aug 14, 2009 10:44 am

the game has a hybrid style (story + ride)
and all files are separated !
I hope you interested for 3d models and animating of them like me too !
i uploaded sample anim + models + DIR /s here :
http://www.filekeeper.org/download/shared/xentax.rar
Image
ILLUSORY VIDEO GAMES ARE MORE IMPORTANT THAN PRECIOUS INTERNATIONAL FOOTBALLs

User avatar
shekofte
mega-veteran
mega-veteran
Posts: 218
Joined: Sun Jan 18, 2009 1:45 pm
Location: Sagittarius
Has thanked: 265 times
Been thanked: 17 times
Contact:

Re: Champion Dreams ( hours rider ) , 3d data + animation data !

Post by shekofte » Sat Aug 15, 2009 11:08 am

I showed the graphical view of bytes for the , Horse.nmo , Jade_Civil.nmo , that included in uploaded pak !
these are samle characters of the game .
if we watch the graph , we will find many regular shapes !
if someone check these files and discuss about , how vertex data and face indices aligned , i am so grateful :angel:

Image
ILLUSORY VIDEO GAMES ARE MORE IMPORTANT THAN PRECIOUS INTERNATIONAL FOOTBALLs

User avatar
chrrox
Moderator
Posts: 2601
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1358 times

Re: Champion Dreams ( hours rider ) , 3d data + animation data !

Post by chrrox » Sat Aug 15, 2009 1:42 pm

You need to extract the data first.
QUICKBMS SCRIPT

Code: Select all

idstring "Nemo"
get NAME filename
get NAME1 filename
math files += 2
goto 0x1C
get ZSIZE1 long
get ZSIZE2 long
get SIZE2 long
goto 0x3C
get SIZE1 long
savepos OFFSET
savepos OFFSET1
for i = 0 < FILES
if i == 1
string NAME -= 4
string NAME += ".s"
clog NAME OFFSET1 ZSIZE1 SIZE1
else if i == 0
string NAME1 -= 4
string NAME1 += ".f"
math OFFSET += ZSIZE1
clog NAME1 OFFSET ZSIZE2 SIZE2
endif
next i
You do not have the required permissions to view the files attached to this post.

User avatar
aluigi
VVIP member
VVIP member
Posts: 1917
Joined: Thu Dec 08, 2005 12:26 pm
Location: www.ZENHAX.com
Has thanked: 4 times
Been thanked: 650 times
Contact:

Re: Champion Dreams ( hours rider ) , 3d data + animation data !

Post by aluigi » Sun Aug 16, 2009 5:18 pm

the game uses the Virtools framework so you can use unvirt to extract all the files (usually there are only "components" and "objects").

User avatar
shekofte
mega-veteran
mega-veteran
Posts: 218
Joined: Sun Jan 18, 2009 1:45 pm
Location: Sagittarius
Has thanked: 265 times
Been thanked: 17 times
Contact:

Re: Champion Dreams ( hours rider ) , 3d data + animation data !

Post by shekofte » Sun Aug 16, 2009 5:29 pm

ERUDITE chrrox Bugtest
so much thanks :owned2:

result :

Code: Select all

- open input file Horse.nmo
- open script c.bms
- set output folder ext

  offset   filesize   filename
------------------------------
  00000c1f 1027708    Horse.f
  00000040 8784       Horse.s

- 2 files found
ILLUSORY VIDEO GAMES ARE MORE IMPORTANT THAN PRECIOUS INTERNATIONAL FOOTBALLs

User avatar
shekofte
mega-veteran
mega-veteran
Posts: 218
Joined: Sun Jan 18, 2009 1:45 pm
Location: Sagittarius
Has thanked: 265 times
Been thanked: 17 times
Contact:

Re: Champion Dreams ( hours rider ) , 3d data + animation data !

Post by shekofte » Mon Aug 17, 2009 12:59 am

thanks , dexterous
now the format is clear

Image
whether a tool that relevant to this file type exist ?
Last edited by shekofte on Tue Oct 13, 2009 6:29 am, edited 2 times in total.
ILLUSORY VIDEO GAMES ARE MORE IMPORTANT THAN PRECIOUS INTERNATIONAL FOOTBALLs

User avatar
Mr.Mouse
Site Admin
Posts: 4051
Joined: Wed Jan 15, 2003 6:45 pm
Location: Dungeons of Doom
Has thanked: 421 times
Been thanked: 575 times
Contact:

Re: Champion Dreams ( hours rider ) , 3d data + animation data !

Post by Mr.Mouse » Sun Oct 11, 2009 8:19 pm

Shekofte, what is up with the link to that site? It says: "Image", but there is no image, just the site.

User avatar
shekofte
mega-veteran
mega-veteran
Posts: 218
Joined: Sun Jan 18, 2009 1:45 pm
Location: Sagittarius
Has thanked: 265 times
Been thanked: 17 times
Contact:

Re: Champion Dreams ( hours rider ) , 3d data + animation data !

Post by shekofte » Mon Oct 12, 2009 12:05 pm

Hi Mr.Mouse
i comeback after long time <--O----->>
the problem is related to xs.to host server ! i am not Guilty !
i checked some of my other post , this problem occured in them too !!!
unfortunately i have not any backup on my HDD
my country blocked uploading of images to most of huge photo sharing services !
xs.to is the only one that i know ?
ILLUSORY VIDEO GAMES ARE MORE IMPORTANT THAN PRECIOUS INTERNATIONAL FOOTBALLs

User avatar
Mr.Mouse
Site Admin
Posts: 4051
Joined: Wed Jan 15, 2003 6:45 pm
Location: Dungeons of Doom
Has thanked: 421 times
Been thanked: 575 times
Contact:

Re: Champion Dreams ( hours rider ) , 3d data + animation data !

Post by Mr.Mouse » Mon Oct 12, 2009 12:25 pm

Hmm. Perhaps we can install an image upload facility for members at a later stage. Only for those very important images. *thinks*

Post Reply