ROM Hack Devil Survivor Overclocked Modding

Krisan Thyme

Active Member
OP
Newcomer
Joined
Jun 16, 2008
Messages
33
Trophies
1
Age
38
XP
401
Country
United States
So I decided to take a look into modding this game and its sequel, not sure if anyone else has extensively researched it yet, but I've made some progress so far.

You can use this to unpack the Target.bin container, which holds the majority of the games assets. Most of the assets are stored as CMP, which are compressed with LZ77 and can be decompressed easily with DSDecmp or any other method of your choice.

At this point though, I'm a little stuck when it comes to the textures. The textures when decompressed result in a file with a DMPBM header. Looking through the file listing, I see some already uncompressed files with the extension DBM, which shares the same header. DBM (or DMPBM if you prefer) definitely contain textures, but as of current I am having trouble deciphering them. If anyone else has some insight on it, I'd be interested to hear their findings. Below I've included a RAR containing a CMP and its decompressed DBM (DMPBM) - it should be the texture for the main character's portrait if my hunch is correct.
 

Attachments

  • dbm.rar
    37.4 KB · Views: 259

Krisan Thyme

Active Member
OP
Newcomer
Joined
Jun 16, 2008
Messages
33
Trophies
1
Age
38
XP
401
Country
United States
Surprised there's so little interest, then again I guess ATLUS games always were a bit niche.
In any case, as a small update.. The BGM is stored as WAV, as is all of the voiced dialogue - which is really cool and convenient.
The SE also appear to be WAV, but stored in DAT containers which I haven't looked too closely into yet.

Stage maps are BCMDL, and the fusion artwork for demons is BCTEX - if only all the textures were, eh?
 

Deleted member 371699

Well-Known Member
Newcomer
Joined
Sep 9, 2015
Messages
86
Trophies
0
Age
32
Location
Tasmania
XP
388
Country
Australia
So I decided to take a look into modding this game and its sequel, not sure if anyone else has extensively researched it yet, but I've made some progress so far.

You can use this to unpack the Target.bin container, which holds the majority of the games assets. Most of the assets are stored as CMP, which are compressed with LZ77 and can be decompressed easily with DSDecmp or any other method of your choice.

At this point though, I'm a little stuck when it comes to the textures. The textures when decompressed result in a file with a DMPBM header. Looking through the file listing, I see some already uncompressed files with the extension DBM, which shares the same header. DBM (or DMPBM if you prefer) definitely contain textures, but as of current I am having trouble deciphering them. If anyone else has some insight on it, I'd be interested to hear their findings. Below I've included a RAR containing a CMP and its decompressed DBM (DMPBM) - it should be the texture for the main character's portrait if my hunch is correct.

Looking at the DMPBM file you specified, I don't think it's a character sprite. It's only enough data for 4096 pixels, which would be something like 32*128 or 64*64 pixels wide (Much too small for a character sprite). I tried using DSDecmp and got the same output so... either it's not a character sprite or the compressed image isn't being decompressed correctly

Here's the output I got, in 32*128 format. The colour order may be incorrect, but the striping is obvious.
QhKfqpJ.png


If you could possibly link some other examples (Either CMP or Decompressed) I can test further.
 

Krisan Thyme

Active Member
OP
Newcomer
Joined
Jun 16, 2008
Messages
33
Trophies
1
Age
38
XP
401
Country
United States
Apologies if I mislead, I meant to say I suspected it was a portrait, and at those dimensions.. it technically could be, albeit.. sideways? Strange. It'd make more sense if it were 128*32, though even that seems a bit on the small side in terms of width. It was under the tex\face\ directory and based on the naming conventions it looked likely to be main character related.. perhaps not though?

In any case.. I've rar'd up the entirety of the TEX folder here: http://www.mediafire.com/download/8cvj2iyd5qxfh6u/Tex.rar
I also included the UNIT folder, which contains several DBM files here: http://www.mediafire.com/download/v5v1ib8443w7vdm/Unit.rar

I appreciate the help, or hell just the interest alone. This game would be a lot of fun to mod, I feel.
 
Last edited by Krisan Thyme,

Deleted member 371699

Well-Known Member
Newcomer
Joined
Sep 9, 2015
Messages
86
Trophies
0
Age
32
Location
Tasmania
XP
388
Country
Australia
Apologies if I mislead, I meant to say I suspected it was a portrait, and at those dimensions.. it technically could be, albeit.. sideways? Strange. It'd make more sense if it were 128*32, though even that seems a bit on the small side in terms of width. It was under the tex\face\ directory and based on the naming conventions it looked likely to be main character related.. perhaps not though?

In any case.. I've rar'd up the entirety of the TEX folder here: http://www.mediafire.com/download/8cvj2iyd5qxfh6u/Tex.rar
I also included the UNIT folder, which contains several DBM files here: http://www.mediafire.com/download/v5v1ib8443w7vdm/Unit.rar

I appreciate the help, or hell just the interest alone. This game would be a lot of fun to mod, I feel.

If it was under faces then it was probably 64*64 pixels, and one of the faces that overlays during the cutscene parts of the game. Given that this was the first though, it's possible it is a debug face used to check if things are working correctly :P
 

Krisan Thyme

Active Member
OP
Newcomer
Joined
Jun 16, 2008
Messages
33
Trophies
1
Age
38
XP
401
Country
United States
If it was under faces then it was probably 64*64 pixels, and one of the faces that overlays during the cutscene parts of the game. Given that this was the first though, it's possible it is a debug face used to check if things are working correctly :P
Heh, you might be right at that. Debug stuff is always a delight to find.
 

DeathChaos

Unmei wo koeru!
Member
Joined
Oct 21, 2015
Messages
1,364
Trophies
0
Age
28
XP
1,726
Country
Puerto Rico
Hmm, I think I'll probably dump my cartridge and see what I can gather from poking and prodding the files.

There's an extremely brief and short moment in the Opening Sequence of the Original NDS DeSu where you see that Gin is battling vs you, which AFAIK is impossible since there is not a single time _before_ the 8 Day stories come in where you could have possibly battled Gin, so maybe we'll find some unused story content for one of the routes?
 

TildeHat

Well-Known Member
Newcomer
Joined
Oct 29, 2015
Messages
97
Trophies
0
XP
828
Country
Canada
Hmm, I think I'll probably dump my cartridge and see what I can gather from poking and prodding the files.

There's an extremely brief and short moment in the Opening Sequence of the Original NDS DeSu where you see that Gin is battling vs you, which AFAIK is impossible since there is not a single time _before_ the 8 Day stories come in where you could have possibly battled Gin, so maybe we'll find some unused story content for one of the routes?

You can battle Gin in Naoya's 7th day if you don't tell him about Aya's connection with the Shomonkai. He'll end up in the fight when you're trying to capture Amane because Azuma'll give him info if he helps out the Shomonkai.
 

Krisan Thyme

Active Member
OP
Newcomer
Joined
Jun 16, 2008
Messages
33
Trophies
1
Age
38
XP
401
Country
United States
I'll need to get around to dumping DS2:RB soon, some of the formats may be the same between them. In the meantime I'm also going to take a look at SMT:IV and P:Q and see how those work. Hopefully if we all put our minds together, we can do some fun things with these games.
 

YuviApp

Well-Known Member
Newcomer
Joined
Oct 30, 2015
Messages
92
Trophies
0
XP
162
Country
United States
I was actually in the process of dumping my cart.
I'm hoping I can put in Japanese voices since there in wav format.
 

BestestHD

Active Member
Newcomer
Joined
Sep 6, 2016
Messages
29
Trophies
0
Age
19
XP
543
Country
United States
So I decided to take a look into modding this game and its sequel, not sure if anyone else has extensively researched it yet, but I've made some progress so far.

You can use this to unpack the Target.bin container, which holds the majority of the games assets. Most of the assets are stored as CMP, which are compressed with LZ77 and can be decompressed easily with DSDecmp or any other method of your choice.

At this point though, I'm a little stuck when it comes to the textures. The textures when decompressed result in a file with a DMPBM header. Looking through the file listing, I see some already uncompressed files with the extension DBM, which shares the same header. DBM (or DMPBM if you prefer) definitely contain textures, but as of current I am having trouble deciphering them. If anyone else has some insight on it, I'd be interested to hear their findings. Below I've included a RAR containing a CMP and its decompressed DBM (DMPBM) - it should be the texture for the main character's portrait if my hunch is correct.
More than a little late, but does anybody have the tool that used to be linked in this post? I've been tearing my hair out trying to find a tool which can unpack Overclocked's target.bin.
 

Serph-DDS

Active Member
Newcomer
Joined
Sep 12, 2020
Messages
38
Trophies
0
XP
1,395
Country
Ireland
Hi

I was trying to mod the first game and second one on 3ds but have not had much success, but there is a program called atlus packer that is suppose to unpack ds versions of the bin files.

I read it can do the 3ds versions. But atlus packer uses a command window prompt to run so my knowledge on it wont be helpful.
 
Last edited by Serph-DDS,

lone_wolf323

Well-Known Member
Member
Joined
May 27, 2011
Messages
5,503
Trophies
2
XP
4,964
Country
Canada
Hi

I was trying to mod the first game and second one on 3ds but have not had much success, but there is a program called atlus packer that is suppose to unpack ds versions of the bin files.

I read it can do the 3ds versions. But atlus packer uses a command window prompt to run so my knowledge on it wont be helpful.
Whats your point? Make a new thread if you want help. This one was from 2015 no ones going to care much to check here.
 

Serph-DDS

Active Member
Newcomer
Joined
Sep 12, 2020
Messages
38
Trophies
0
XP
1,395
Country
Ireland
Sorry just somone commented in this thread this morning was trying to be helpful to them.

I will take your helpful advice on board before I reply again.
 
Last edited by Serph-DDS,

KUCHIKI_783

New Member
Newbie
Joined
May 10, 2024
Messages
1
Trophies
0
Age
21
XP
3
Country
Libya
I know I'm late, But
does anyone have a link to a tool that decrypts Target File?? :)
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • BigOnYa @ BigOnYa:
    I'm so pumped, NCAA football video game is back after a 10 year hiatus, coming to SeriesS/X, PS5 in July.
  • BigOnYa @ BigOnYa:
    Wish they would let us play the NCAA football 14 on newer xbox, its one of the only games I love and own on disc still, that is not back compatible, bs.
  • AdenTheThird @ AdenTheThird:
    @BigOnYa My dad recently bought a spare Series X off of me, got game pass, and saw Madden '24 on Game Pass, decided to try it out.

    ...He was a bit taken aback by the 60GB download size. Poor guy's still living in the 90s!
    +1
  • SylverReZ @ SylverReZ:
    @AdenTheThird, Bro's still in the PS2 age.
  • K3Nv2 @ K3Nv2:
    Lol charging your dad's classic unless he's the type that doesn't like taking things like that
  • AdenTheThird @ AdenTheThird:
    @K3Nv2 He was looking into consoles for his house anyway (for my younger siblings and himself) and I had a spare XSX and Switch I ended up selling him at pretty steep cuts. I would just give them to him, but I did buy them with the intent to sell them... and college is super expensive.
  • BigOnYa @ BigOnYa:
    A little yeah...
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, [insert wut here]
    +1
  • BigOnYa @ BigOnYa:
    I'm a little hi, but bout to fix that.
    +1
  • BigOnYa @ BigOnYa:
    Now I'm low, i was upstairs in my wifeys kitchen, now I'm downstairs in my dungeon.(My basement)
    +1
  • BakerMan @ BakerMan:
    do you mind? i snuck in with amiibo and jars, and am trying to do my thing brony style
  • BakerMan @ BakerMan:
    have you ever regretted saying something immediately after saying it?
    +1
  • BakerMan @ BakerMan:
    nah what i was doing was trying to cure my ever-so-apparent crabs
  • Xdqwerty @ Xdqwerty:
    @SylverReZ,
    my younger brother is forcing me to play with him and my cousins are here *sigh*
    +1
  • BigOnYa @ BigOnYa:
    @SylverReZ that Hack a hacked 360 vid was neat, never knew it existed.
    +1
  • SylverReZ @ SylverReZ:
    @BigOnYa, I thought it was interesting.
    +1
  • Xdqwerty @ Xdqwerty:
    nvm this video is clickbait
  • K3Nv2 @ K3Nv2:
    I got a dazzel capture card some place in storage
    K3Nv2 @ K3Nv2: I got a dazzel capture card some place in storage