|
Post by Mastaklo on Jun 30, 2015 2:06:42 GMT
i think that its time that we figure out how to add characters heres what i know so far
i think the roster is mainly controlled by CHARSELE.iggy which is located in data2/data/ui/iggy at offset 19CB5 you cann se all the playable characters in the same order as they appear in the character selection screen for example when i changed GOD to GOK i got a 100% clone of Goku in the GodGoku slot it has the Name, the selection portrait, the skill and even the stats when you now change a file in the GOK folder the changes apply to both slots
what i tryied then is i created a new folder in the chara folder and named it ABC then i copied all of GOD into that new folder in the CHARASELE.iggy i changed GOD to ABC this is what happens
so it appears that it locks the character at the offset stated above it seems that there are alot of scripts controlling the character selection so may one of you guys can figure out how to unlock that slot or even add new characters or costumes ill make this an announcment so everyone sees this im pretty sure together we can figure it out
|
|
|
Post by thegamerfive on Jun 30, 2015 7:02:05 GMT
And if there is a file like naruto storm revolution's unlockcharatotal?
|
|
mugenattack
Kaioken
Addicted to another game.
Posts: 160
|
Post by mugenattack on Jun 30, 2015 14:05:55 GMT
oh, wow. did you see my post in dbxvmods.freeforums.net/thread/145/adding-characters-swapping-current?page=2? cause i tried the same thing couple days ago. my guess is savefile is what handles locking or part of it then there is other file that defaults unlocking of stuff like having dlc character unlocked at start. the iggy file is responsible for only placing and getting the necessary stuff for UI interface and interaction. also this is a very important thing to think about. when you succeed in adding new character slots and stuff, you will find a way to bypass having the dlc to get all characters unlocked. what i mean is someone that hasn't bought the dlc could possibly get access to the dlc characters. how are you going to handle that?
|
|
|
Post by Nassif9000 on Jun 30, 2015 16:34:56 GMT
i don't know much, but as far as i know you need to find the file that gives each character their character code (for example, goku is 00) once you do that you could give the character a code for itself then we'll have to add that code into the auras lists and the custom skills list, as well as other stuff. also, since you copied all the files from GOD, then try to edit the bcs to rename every "GOD" part into "ABC", maybe that'll help finally, once every thing like that is done we should be able to have the character, if not, then save editing will have to help us unlock it. i can't really help with where to find the files and what to do with them. all i know is the general idea of what to do. and i hope it helps even if its a little. also, i believe everything we need will be the BCS file and most of the stuff in the system folder, nothing else.
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Jun 30, 2015 17:02:31 GMT
do u have try change APL to DMG ...? if not, i will try
|
|
mugenattack
Kaioken
Addicted to another game.
Posts: 160
|
Post by mugenattack on Jun 30, 2015 18:10:29 GMT
we have to decrypt the iggy file if any slots are to be added. though good news i figured out what 1 piece of the file is.
here is the info, if want i could put it into new thread. its not much.
".void.flash.display" this is what you see in hex editor. but those dots they are int8 values relating to the number of chars in the text after it. you need to change them to modify the text after.
|
|
|
Post by Mastaklo on Jun 30, 2015 18:23:56 GMT
do u have try change APL to DMG ...? if not, i will try tyied that already this gives you a empty css
|
|
Cription
Saiyan
The Prince of Sands
Posts: 91
|
Post by Cription on Jun 30, 2015 20:11:09 GMT
I haven't seen any save editors that are able to unlock all characters without the completion of MQ's and PQ's. Since it locks "ABC" by default it most likely needs something (like a boolean set true) referencing "ABC". I think the first step is finding where the game tells the save that you have unlocked a character. Then adding a line for "ABC".
In other words, the game needs to be told that it's unlocked. Best guess would be looking at GOK. As normal Goku is unlocked initially.
|
|
|
Post by Darkussj on Jun 30, 2015 22:11:07 GMT
I agree with what Nassif9000 said you need to change the custom skills and BCS files to have ABC instead of GOD and lets not forget that BCS files can do a lot even making another Goku in another slot like you did with CHARSELE.iggy and as mugenattack the save file must have something to do with unlocking characters but I have an idea I am not sure if it will help how about starting the game with a new savefile so we can have characters unlocked and then unlock just 1 character to see which files been modified recently aside from the save file and how about we do the same with DLC characters and see which files that gave them a slot by doing a after and before comparison?
|
|
|
Post by lawlaw on Jun 30, 2015 22:37:08 GMT
Im gonna mess around with this for a while, If I find out anything I'll let you all know.
|
|
Cription
Saiyan
The Prince of Sands
Posts: 91
|
Post by Cription on Jun 30, 2015 23:09:33 GMT
I agree with what Nassif9000 said you need to change the custom skills and BCS files to have ABC instead of GOD and lets not forget that BCS files can do a lot even making another Goku in another slot like you did with CHARSELE.iggy and as mugenattack the save file must have something to do with unlocking characters but I have an idea I am not sure if it will help how about starting the game with a new savefile so we can have characters unlocked and then unlock just 1 character to see which files been modified recently aside from the save file and how about we do the same with DLC characters and see which files that gave them a slot by doing a after and before comparison? The save file saves mission progress. Which is how the game determines what characters you have available. For example: If your save has the Bardock main quest complete then it will know to allow you to use Bardock as you unlock him by completing it. If you were to move your save from it's file location and start up DBX it will ask you if you want to make a new save as it can't find one. Make a new save and go threw the starting area until you are able to access the character selection screen. There you would see that Bardock isn't available. If you were to then close the game, edit the new save file with the Bardock mission being complete. You would then have access to Bardock. This clearly shows that the game will make characters available upon their required mission being completed. This makes me believe that ALL characters are locked initially. If that's true then what about Goku/GOK? As he is playable right at the the start. That's true, but you can't access the character selection screen until you have completed the very first PQ with Trunks. Meaning you have to complete a quest before you can get access to him. We need to find where in these files that the missions and characters are referenced together or if they're referencing each other. This has been what I've been able to find out since my previous post.
|
|
mugenattack
Kaioken
Addicted to another game.
Posts: 160
|
Post by mugenattack on Jun 30, 2015 23:20:12 GMT
this is good in all but this work is pointless unless we figure out how to expand the character slots first.
|
|
|
Post by The Mad Titan on Jun 30, 2015 23:29:40 GMT
this is good in all but this work is pointless unless we figure out how to expand the character slots first. i thought its one of the things we were trying to do
|
|
Cription
Saiyan
The Prince of Sands
Posts: 91
|
Post by Cription on Jun 30, 2015 23:37:10 GMT
this is good in all but this work is pointless unless we figure out how to expand the character slots first. i thought its one of the things we were trying to do Yeah, it's obviously something we need to figure out. But this shows why "ABC" is locked, and gives us direction in finding out how to unlock it.
|
|
mugenattack
Kaioken
Addicted to another game.
Posts: 160
|
Post by mugenattack on Jun 30, 2015 23:48:46 GMT
I guess i am in the frame of mind where i am focused on expanding the slots and not unlocking them. so far i've been trying to figure out the iggy file setup.
|
|