mugenattack
Kaioken
Addicted to another game.
Posts: 160
|
Post by mugenattack on Jul 3, 2015 1:53:30 GMT
so i might have a way to find where the character icon data or something like that. i will try to word it best i can. assuming iggy file is storing only x,y values and probably height in width taken from flash. the height and width should be all the same for the character. that should help find the data involving the character icons the most easiest. there might be other values to storing like object type and a grouping.
Edit: I may have found something interesting. i modified the iggy code of charaselect.iggy and it cause the game to crash after selecting start. i modified where you see 803F alot. don't know if this is true.....might of had another issue causing it.
|
|
Cription
Saiyan
The Prince of Sands
Posts: 91
|
Post by Cription on Jul 3, 2015 6:25:02 GMT
so i might have a way to find where the character icon data or something like that. i will try to word it best i can. assuming iggy file is storing only x,y values and probably height in width taken from flash. the height and width should be all the same for the character. that should help find the data involving the character icons the most easiest. there might be other values to storing like object type and a grouping. Edit: I may have found something interesting. i modified the iggy code of charaselect.iggy and it cause the game to crash after selecting start. i modified where you see 803F alot. don't know if this is true.....might of had another issue causing it. Think it's possible that "ABC" wont unlock because it doesn't have an assigned icon?
|
|
|
Post by Arkano on Jul 3, 2015 7:58:30 GMT
if I've tried and I've seen that existing characters, appear in the boxes indicated. And the characters are not the orginal game Y_Y appear with a locked. Yes, all characters are locked initially. The game needs to be told to unlock them. If you look at one of my previous posts that starts with "I found something" that shows how the game unlocks characters via missions. Even if you add custom characters to that list they are still locked. There is something that custom characters don't have which is keeping them from being unlocked. mmm, I'll look later as probe to add another character without changing existing ones. And unfortunately the character selection menu is loading was infinitely haha
|
|
|
Post by Arkano on Jul 3, 2015 9:18:34 GMT
if I've tried and I've seen that existing characters, appear in the boxes indicated. And the characters are not the orginal game Y_Y appear with a locked. Yes, all characters are locked initially. The game needs to be told to unlock them. If you look at one of my previous posts that starts with "I found something" that shows how the game unlocks characters via missions. Even if you add custom characters to that list they are still locked. There is something that custom characters don't have which is keeping them from being unlocked. Found something! I edited my main save file which has completed the game. I made it so that I never completed the Bardock mission. Which took away his first costume. I believe his other 2 costumes which I still had come from the Brolly missions. Then within data2\data\quest\TPQ\tpq_data.qxd I swapped the two hex values below... Leaving me with... I repacked Data2, went in game... And guess what? I had access to Bardock, but didn't have access to Goku SSJ God. From there on I wanted to test further. So, I went to Trunks and started the Bardock mission. After completing it, I then had access to Goku SSJ God. This is the file where character unlocks are referenced. Jackpot. Interesting. I assume then that if I continued filling following the pattern of the other characters, with the initials of the character you want to add. This should go unblocking appropriate or if you already have the game completed, automatically unlock? we will have to try when iggy's find out how to edit the files, without the game explode haha.
|
|
|
Post by Arkano on Jul 3, 2015 14:12:43 GMT
Nothing, I tried to add more characters to the list and nothing happens, the lock persists. I have also tried to replace other existing game as Demigra or Old Kai and I appear with a lock. We need something to unzip, unpack or something to edit these files with a flash editor. because in this way I see quite complicated.
|
|
mugenattack
Kaioken
Addicted to another game.
Posts: 160
|
Post by mugenattack on Jul 3, 2015 15:08:21 GMT
so i might have a way to find where the character icon data or something like that. i will try to word it best i can. assuming iggy file is storing only x,y values and probably height in width taken from flash. the height and width should be all the same for the character. that should help find the data involving the character icons the most easiest. there might be other values to storing like object type and a grouping. Edit: I may have found something interesting. i modified the iggy code of charaselect.iggy and it cause the game to crash after selecting start. i modified where you see 803F alot. don't know if this is true.....might of had another issue causing it. Think it's possible that "ABC" wont unlock because it doesn't have an assigned icon? Possibly, .iggytex files probably hold textures.
|
|
Cription
Saiyan
The Prince of Sands
Posts: 91
|
Post by Cription on Jul 3, 2015 18:42:00 GMT
Nothing, I tried to add more characters to the list and nothing happens, the lock persists. I have also tried to replace other existing game as Demigra or Old Kai and I appear with a lock. We need something to unzip, unpack or something to edit these files with a flash editor. because in this way I see quite complicated. There isn't something to do that though. Iggy is a new way of handling flash files, and is only available to developers. No ones figured it out yet. What I'm worried about is that if there isn't a integer constant variable for the number of slots or rows\columns. Instead the developer may have just placed the movieclips (aka character slots) manually. The only way we would be able to add more, is by editing the file directly with flash.
|
|
mugenattack
Kaioken
Addicted to another game.
Posts: 160
|
Post by mugenattack on Jul 3, 2015 19:21:35 GMT
Nothing, I tried to add more characters to the list and nothing happens, the lock persists. I have also tried to replace other existing game as Demigra or Old Kai and I appear with a lock. We need something to unzip, unpack or something to edit these files with a flash editor. because in this way I see quite complicated. There isn't something to do that though. Iggy is a new way of handling flash files, and is only available to developers. No ones figured it out yet. What I'm worried about is that if there isn't a integer constant variable for the number of slots or rows\columns. Instead the developer may have just placed the movieclips (aka character slots) manually. The only way we would be able to add more, is by editing the file directly with flash. My guess is the .iggytex i where image/character stuff is and .iggy is placement data. also what i am worried about is the values are encrypted and not obvious.
|
|
|
Post by Arkano on Jul 3, 2015 19:51:49 GMT
Nothing, I tried to add more characters to the list and nothing happens, the lock persists. I have also tried to replace other existing game as Demigra or Old Kai and I appear with a lock. We need something to unzip, unpack or something to edit these files with a flash editor. because in this way I see quite complicated. There isn't something to do that though. Iggy is a new way of handling flash files, and is only available to developers. No ones figured it out yet. What I'm worried about is that if there isn't a integer constant variable for the number of slots or rows\columns. Instead the developer may have just placed the movieclips (aka character slots) manually. The only way we would be able to add more, is by editing the file directly with flash. Yeah, but directly I researched and not as editing, Adobe Flash CS5 and CS6 can not import such files nor open ... Y_Y ..
|
|
|
Post by Darkussj on Jul 3, 2015 20:08:51 GMT
umm guys I've searched for the CHARSELE.iggy file in data2 folder to play with it a little bit but I couldn't find it then I thought maybe I should unpack data2.cpk uncompressed and after I did it I still can't find it does anyone knows what am I doing wrong and thanks in advance.
|
|
Cription
Saiyan
The Prince of Sands
Posts: 91
|
Post by Cription on Jul 3, 2015 20:30:40 GMT
There isn't something to do that though. Iggy is a new way of handling flash files, and is only available to developers. No ones figured it out yet. What I'm worried about is that if there isn't a integer constant variable for the number of slots or rows\columns. Instead the developer may have just placed the movieclips (aka character slots) manually. The only way we would be able to add more, is by editing the file directly with flash. Yeah, but directly I researched and not as editing, Adobe Flash CS5 and CS6 can not import such files nor open ... Y_Y .. That's because they have been converted to Iggy. In order to edit with flash we would need to decrypt the Iggy files then building a piece of software to convert from .iggy to .fla. Then find a way to convert back to .iggy.
|
|
Cription
Saiyan
The Prince of Sands
Posts: 91
|
Post by Cription on Jul 3, 2015 20:31:47 GMT
umm guys I've searched for the CHARSELE.iggy file in data2 folder to play with it a little bit but I couldn't find it then I thought maybe I should unpack data2.cpk uncompressed and after I did it I still can't find it does anyone knows what am I doing wrong and thanks in advance. data2\data\ui\iggy
|
|
|
Post by Darkussj on Jul 3, 2015 20:33:07 GMT
umm guys I've searched for the CHARSELE.iggy file in data2 folder to play with it a little bit but I couldn't find it then I thought maybe I should unpack data2.cpk uncompressed and after I did it I still can't find it does anyone knows what am I doing wrong and thanks in advance. data2\data\ui\iggy yeah I've searched there but I didn't find it
|
|
Cription
Saiyan
The Prince of Sands
Posts: 91
|
Post by Cription on Jul 3, 2015 20:40:08 GMT
yeah I've searched there but I didn't find it Have you tried playing the game? Go to the character selection screen and see what happens.
|
|
|
Post by Darkussj on Jul 3, 2015 20:47:23 GMT
yeah I've searched there but I didn't find it Have you tried playing the game? Go to the character selection screen and see what happens. of course I played the game and the problem is and it might seem odd is that I can't find the file in the first place so I can edit it and then see what changes in the character selection screen
|
|