[PS3] Macross Last Frontier

Post questions about game models here, or help out others!
Post Reply
User avatar
howfie
double-veteran
double-veteran
Posts: 930
Joined: Fri Jul 08, 2011 12:06 pm
Location: Torrance, CA
Has thanked: 10 times
Been thanked: 270 times

[PS3] Macross Last Frontier

Post by howfie » Fri Jan 06, 2012 4:45 pm

Geometry and UV. Some UVs are incorrect because there are 100 vertex formats and I don't have time to go through thousands of textures named in hexadecimal to find the right textures to test the scaling for each format. Most mecha planes are in pieces so it kind of sucks. The game is also just a space shooter so there are no character models other than the Vajra; everything else is either a spaceship, plane, plane part, or architecture.

EDIT: Oops! Forgot to make one change to the code... download again.

http://www.mediafire.com/?d755385aoiy2o99
* Rip game.
* Run offzip on the dat files.
* Run exe in game root directory, it will search for all HLD files and convert to OBJ.
* Textures must be applied manually.

Image

User avatar
Rimbros
ultra-veteran
ultra-veteran
Posts: 495
Joined: Fri Jul 09, 2010 12:23 am
Has thanked: 41 times
Been thanked: 13 times

Re: [PS3] Macross Last Frontier

Post by Rimbros » Fri Jan 06, 2012 6:42 pm

Good Treadh man.... :mrgreen:
Renders Art by Rimbros
http://s303.photobucket.com/albums/nn12 ... E/Renders/

Personal Game repository samples, send PM

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: 300 times

Re: [PS3] Macross Last Frontier

Post by finale00 » Fri Jan 06, 2012 10:40 pm

Just an exe?
I want to see some code

Or post up the format :D

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

Re: [PS3] Macross Last Frontier

Post by chrrox » Fri Jan 06, 2012 11:03 pm

its nearly identical to dynasty warriors 7 just look at that code.

User avatar
howfie
double-veteran
double-veteran
Posts: 930
Joined: Fri Jul 08, 2011 12:06 pm
Location: Torrance, CA
Has thanked: 10 times
Been thanked: 270 times

Re: [PS3] Macross Last Frontier

Post by howfie » Fri Jan 06, 2012 11:48 pm

Here is source. Macross code is in ps3_macross_frontier.cpp.
http://www.mediafire.com/?np5q92um3x6h4i3

File format is simple chunk based format. All chunks except root chunk have following format:

chunkname (4 bytes)
chunksize (4 bytes)
parameter1 (4 bytes)
parameter2 (4 bytes)
chunkdata (of chunksize variable bytes)

Model data is in the THMG sections or something like that. There are two dwords in chunk I called u01 and u02. These are the vertex byte flags. If high word of u01 is 0x02, for example, vertex structure is 16 bytes. If 0x03, it's 20 bytes, and so on. Low word appears to control format of weights or something else in between the position and uv data. u02 appears to control the UV format, which I know I have wrong in some cases. Game is somewhat similar to chrrox's Valkyria Chronicles I think.

The file names are actually there in the dat file, but I'm just too lazy to write an extractor too at the moment. I've also been so unlucky these past two months... got laid off from teaching at the university... got into a car accident where some lady texting on her cell phone rear-ended me and totaled my car. This is also the second time a Korean lady has totaled my car. And I don't like the insurance company's settlement offer so now I have to sue and shit... I'm telling ya shit hasn't been going well and I need to find another car and job soon. Life sucks and I feel like going postal on people now. :mrgreen:

User avatar
zardalu
veteran
Posts: 101
Joined: Sat Sep 13, 2008 3:13 pm
Has thanked: 7 times
Been thanked: 13 times
Contact:

Re: [PS3] Macross Last Frontier

Post by zardalu » Sat Jan 07, 2012 12:52 am

Excellent work, thanks!!

sidhi
ultra-n00b
Posts: 6
Joined: Fri May 10, 2013 4:35 pm

Re: [PS3] Macross Last Frontier

Post by sidhi » Mon May 13, 2013 1:25 am

All of the mediafire links are dead... Please reupload... Thanks... :)

Post Reply