Our Network: VGFacts - DidYouKnowGaming? - The Spriters Resource - Muscle Tower


User(s) Viewing This Thread: 1 Guest(s)
Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Program] FSYS Opener
Author Message
TheAmazingSnivy Offline
Member
*

Posts: 113
Joined: Apr 2012
Reputation: 2
Post: #46
RE: [Program] FSYS Opener
Upon decompressing wzx_waza_001.fsys, I found this:[Image: 1jkzF.png] these seem to handle sound effects and visual effects. It also seems to handle damage of moves, the use of items on the pokémon in question (in this case Bulbasaur.) But there are only so many. I'll have to look through them all to see what they do.

EDIT: I've figured out what they are! wxz_waza in PBR controls soundeffects, graphicla effects, menus that show up, damage counters, and how attacks work. I confirmed my suspicions when I saw them in Pokémon XD; they say things like "Snatch_miss" and such. And while looking through map files for Pokémon Colosseum, I found that they have many little extra files in them. I'm not sure what they do yet, but it shows that I'm seeing things in the hex.

http://n7ugc.disney.go.com/item/arield8/...50_q50.jpg
So, like totally.
(This post was last modified: 08-12-2012 10:27 AM by TheAmazingSnivy.)
08-12-2012 08:31 AM
Find all posts by this user Thank this post Quote this message in a reply
[-] Thanked by
puggsoy (08-12-2012), Mighty Jetters (08-12-2012)
Login or Register to remove these ads!
Mighty Jetters Offline
it looks like I win...
***
Moderators

Posts: 9,648
Joined: Jan 2011
Reputation: 156
DeviantArt Facebook Resource - Models Resource - Sounds Resource - Sprites Resource - Textures
YouTube
Post: #47
RE: [Program] FSYS Opener
I get very excited at the sight of every post you make.

08-12-2012 08:36 PM
Find all posts by this user Thank this post Quote this message in a reply
[-] Thanked by
Previous (08-12-2012)
TheAmazingSnivy Offline
Member
*

Posts: 113
Joined: Apr 2012
Reputation: 2
Post: #48
RE: [Program] FSYS Opener
This stuff is getting easier to find every time I look at it. I think I've found the vertex data, but I'm not quite sure yet. As for the relocation table and the headers, well, they're a mystery to me so far. I've also found that in PBR, the trainers have their materials listed quite a few times, perhaps this means that I've found where they are stored? And the vertex data is separated by huge amounts of random stuff, and I'm not quite sure what it is yet. Here's a picture of it:
[Image: yw3gJ.png]
Perhaps the relocation table? but it wouldn't make sense if it was the relocation table because there are more like this. Any ideas?

http://n7ugc.disney.go.com/item/arield8/...50_q50.jpg
So, like totally.
08-13-2012 04:34 AM
Find all posts by this user Thank this post Quote this message in a reply
Previous Away
Posting Freak
***

Posts: 3,645
Joined: May 2008
Reputation: 81
Resource - Models Resource - Sounds Resource - Sprites Resource - Textures
Post: #49
RE: [Program] FSYS Opener
I'm not sure what a relocation table would do in a data file
like
wasn't the thing supposed to help resolve references in executable programs?

Well what you've got there in the "not sure what this is" area doesn't look like a list of pointers to me.

Avatar courtesy of Mighty Jetters
08-13-2012 07:36 AM
Visit this user's website Find all posts by this user Thank this post Quote this message in a reply
TheAmazingSnivy Offline
Member
*

Posts: 113
Joined: Apr 2012
Reputation: 2
Post: #50
RE: [Program] FSYS Opener
Hmm, then that means it's definitely not the relocation table.
(08-13-2012 07:36 AM)Previous Wrote:  I'm not sure what a relocation table would do in a data file
like
wasn't the thing supposed to help resolve references in executable programs?

Well what you've got there in the "not sure what this is" area doesn't look like a list of pointers to me.

What do you mean by that first part? I don't get your meaning.

http://n7ugc.disney.go.com/item/arield8/...50_q50.jpg
So, like totally.
08-13-2012 08:04 AM
Find all posts by this user Thank this post Quote this message in a reply
Previous Away
Posting Freak
***

Posts: 3,645
Joined: May 2008
Reputation: 81
Resource - Models Resource - Sounds Resource - Sprites Resource - Textures
Post: #51
RE: [Program] FSYS Opener
Well the only relocation tables I know - let me quickly refer to Wikipedia

http://en.wikipedia.org/wiki/Relocation_...tion_table Wrote:The relocation table is a list of pointers created by the compiler or assembler and stored in the object or executable file. Each entry in the table, or "fixup", is a pointer to an address in the object code that must be changed when the loader relocates the program. Fixups are designed to support relocation of the program as a complete unit. In some cases, each fixup in the table is itself relative to a base address of zero, so the fixups themselves must be changed as the loader moves through the table.

are supposed to help the system to find data and code segments, especially in situations where they can be moved to other positions?

So I just really don't know what a relocation table would be supposed to be in a data file.

Avatar courtesy of Mighty Jetters
08-13-2012 08:16 AM
Visit this user's website Find all posts by this user Thank this post Quote this message in a reply
TheAmazingSnivy Offline
Member
*

Posts: 113
Joined: Apr 2012
Reputation: 2
Post: #52
RE: [Program] FSYS Opener
One second, I need to get something from a site to show you something. Since these are probably still based off of the .dat format from Melee, I would expect it to have a relocation table.
EDIT: Glad I have that thread bookmarked, because I think that the first spread out stuff is the UV data, and the jumble messy stuff is the vertices. Of course, I've never seen such messed up data.
Edit2: Here's what I was talking about, though this is the data for the trophies.
http://smashbrosfiles.blogspot.com/p/tec...melee.html

http://n7ugc.disney.go.com/item/arield8/...50_q50.jpg
So, like totally.
(This post was last modified: 08-13-2012 09:15 AM by TheAmazingSnivy.)
08-13-2012 08:24 AM
Find all posts by this user Thank this post Quote this message in a reply
TheAmazingSnivy Offline
Member
*

Posts: 113
Joined: Apr 2012
Reputation: 2
Post: #53
RE: [Program] FSYS Opener
I'm going to attempt to make a build that decompresses the files, and spits them out. Nothing special. I'll see if I can get the same results as the test run in quickBMS. (That's what I was using for the decompression so far, and it works well for PBR so far.

http://n7ugc.disney.go.com/item/arield8/...50_q50.jpg
So, like totally.
08-13-2012 04:42 PM
Find all posts by this user Thank this post Quote this message in a reply
[-] Thanked by
Mighty Jetters (08-13-2012), tykel (08-20-2012)
Rectangle Offline
Junior Member
*

Posts: 1
Joined: Dec 2012
Reputation: 0
Post: #54
RE: [Program] FSYS Opener
Hey any updates on this? I've been trying to crack the code here for a while as well, and have only got as far as decompressing fsys into fdat files using a quickbms script. If you need a good programmer to help you out, I have over a decade of experience in over 8 different languages (C++ included). All I would need is a file specification for those decompressed files, then I could easily go to town writing a decent model viewer/exporter.
12-30-2012 01:54 PM
Find all posts by this user Thank this post Quote this message in a reply
[-] Thanked by
Mighty Jetters (12-30-2012), puggsoy (12-30-2012), Ploaj (12-30-2012), Mag (12-30-2012)
TheAmazingSnivy Offline
Member
*

Posts: 113
Joined: Apr 2012
Reputation: 2
Post: #55
RE: [Program] FSYS Opener
(12-30-2012 01:54 PM)Rectangle Wrote:  Hey any updates on this? I've been trying to crack the code here for a while as well, and have only got as far as decompressing fsys into fdat files using a quickbms script. If you need a good programmer to help you out, I have over a decade of experience in over 8 different languages (C++ included). All I would need is a file specification for those decompressed files, then I could easily go to town writing a decent model viewer/exporter.
The script that I use outputs them as .unpacked, but other than that I have no idea. You can PM me if you want a sample. As for updates, I have found no evidence that bones exist in PBR, and it seems to animate all of the parts of the model in separate vertex groups. For example, in the dpgirl model has a vertex group called "Pelvis" and an animation afterward. I think, I'm not sure yet.

http://n7ugc.disney.go.com/item/arield8/...50_q50.jpg
So, like totally.
01-12-2013 10:57 PM
Find all posts by this user Thank this post Quote this message in a reply
Lilothestitch Offline
Junior Member
*

Posts: 16
Joined: Sep 2011
Reputation: 0
Post: #56
Smile RE: [Program] FSYS Opener
(01-12-2013 10:57 PM)TheAmazingSnivy Wrote:  
(12-30-2012 01:54 PM)Rectangle Wrote:  Hey any updates on this? I've been trying to crack the code here for a while as well, and have only got as far as decompressing fsys into fdat files using a quickbms script. If you need a good programmer to help you out, I have over a decade of experience in over 8 different languages (C++ included). All I would need is a file specification for those decompressed files, then I could easily go to town writing a decent model viewer/exporter.
The script that I use outputs them as .unpacked, but other than that I have no idea. You can PM me if you want a sample. As for updates, I have found no evidence that bones exist in PBR, and it seems to animate all of the parts of the model in separate vertex groups. For example, in the dpgirl model has a vertex group called "Pelvis" and an animation afterward. I think, I'm not sure yet.
@TheAmazingSnivy I don't mean to bother you but I have a question. Will you make the Pokemon Battle Revolution Models in the fsys files show how the game shows it?
04-17-2013 08:59 PM
Find all posts by this user Thank this post Quote this message in a reply
TheAmazingSnivy Offline
Member
*

Posts: 113
Joined: Apr 2012
Reputation: 2
Post: #57
RE: [Program] FSYS Opener
Well, I'll sure try, because the models look really bad, mostly because the game uses some kind of specular map to make them look nice.

http://n7ugc.disney.go.com/item/arield8/...50_q50.jpg
So, like totally.
04-23-2013 02:23 AM
Find all posts by this user Thank this post Quote this message in a reply
TheAmazingSnivy Offline
Member
*

Posts: 113
Joined: Apr 2012
Reputation: 2
Post: #58
RE: [Program] FSYS Opener
Hey guys, just so you know, I'm still alive and working on this.
So I think I found something this morning! BONE DATA!
It seems to be used like PokéPark does, with the name, then the origin bone, then the rest of them.
It looks like this: What else have I found? Well, some of the hex for the textures looks like it might be tex0, a format that is usually used in Wii games.

http://n7ugc.disney.go.com/item/arield8/...50_q50.jpg
So, like totally.
Yesterday 03:07 PM
Find all posts by this user Thank this post Quote this message in a reply
[-] Thanked by
Ploaj (Yesterday), Mighty Jetters (Yesterday)
Post Reply 


Forum Jump:


 Quick Theme:


Login or Register to remove this ad!