Hacking Custom _DS_MENU.DATs

Status
Not open for further replies.

D-Trogh

Well-Known Member
OP
Member
Joined
Aug 18, 2006
Messages
167
Trophies
0
Location
Belgium
Website
promh.freehostia.com
XP
291
Country
Belgium
I dont want to delete cheats. And also i dont have any hex-editor here now (=
So.. why would you want to delete the button ?
Do you just want to use Y to go to the cheats menu and use the button's space for skinning ?
smile.gif
 

Gene98

Well-Known Member
Member
Joined
Apr 4, 2007
Messages
173
Trophies
0
Age
34
Website
Visit site
XP
70
Country
Serbia, Republic of

D-Trogh

Well-Known Member
OP
Member
Joined
Aug 18, 2006
Messages
167
Trophies
0
Location
Belgium
Website
promh.freehostia.com
XP
291
Country
Belgium
question (mostly aimed at D-trogh
tongue.gif
)
is it possible to remove the string Directory (when browsing folders) and replace that string with the variable that holds the actual folder name?

edit:
here's what im talking about:
http://s70.photobucket.com/albums/i110/4nj...0-resized-1.jpg
Hey.. you are using my _DS_MENU.DAT
laugh.gif

Well.. I can't find that line where it says (in your example) APPS but I can find Directory..
I'll look for the code that displays the folder/filename..
When I get this to work.. I'll upload it right away
smile.gif


Edit:
Can't find it.. But I'll look a bit more..
 

SkH

Well-Known Member
Member
Joined
Apr 5, 2006
Messages
1,111
Trophies
0
XP
412
Country
Algeria

iwakura

HHNNNNNNGGGG
Member
Joined
Jul 20, 2006
Messages
1,159
Trophies
0
Age
33
Location
California
Website
flashcartreviews.com
XP
262
Country
United States
question (mostly aimed at D-trogh
tongue.gif
)
is it possible to remove the string Directory (when browsing folders) and replace that string with the variable that holds the actual folder name?

edit:
here's what im talking about:
http://s70.photobucket.com/albums/i110/4nj...0-resized-1.jpg

Hey.. you are using my _DS_MENU.DAT
laugh.gif

Well.. I can't find that line where it says (in your example) APPS but I can find Directory..
I'll look for the code that displays the folder/filename..
When I get this to work.. I'll upload it right away
smile.gif


Edit:
Can't find it.. But I'll look a bit more..

thanks! no need to kill yourself over it though
happy.gif
i just thought it would be nice if it was possible.

edit: i'm trying to look for it as well, but i'm not exactly sure what i'm looking for... (my second day of hexedit
frown.gif
) is it similar to %*?
 

D-Trogh

Well-Known Member
OP
Member
Joined
Aug 18, 2006
Messages
167
Trophies
0
Location
Belgium
Website
promh.freehostia.com
XP
291
Country
Belgium
Can't find it.. But I'll look a bit more..


thanks! no need to kill yourself over it though
happy.gif
i just thought it would be nice if it was possible.

edit: i'm trying to look for it as well, but i'm not exactly sure what i'm looking for... (my second day of hexedit
frown.gif
) is it similar to %*?
Well... when you see something like: %4.2f KB, you know %4.2f indicates the file size..
But, just like you, I don't know what indicates the filename..

Btw.. We won't be able to customize the grey-bar because I think the R4 loads that bar from the real firmware..
I just put 2 DSes next to eachother, one with the R4 booted and one in the DS's menu.. and they are at the same place..
(I you know what I mean..)
 

marth989

Well-Known Member
Member
Joined
Jan 19, 2007
Messages
225
Trophies
0
Age
33
Website
profile.myspace.com
XP
138
Country
you mean on the bckground_2 where the game and game icon are,

yeah i doubt that can be moved thats something the ds creates,

its just the r4 take the info from the ds and projects it in the same

place, it would have been nice to be able to remove the silver box

around the game icon and text so you could make your own but i

think that would be impossible
frown.gif
 

D-Trogh

Well-Known Member
OP
Member
Joined
Aug 18, 2006
Messages
167
Trophies
0
Location
Belgium
Website
promh.freehostia.com
XP
291
Country
Belgium
Yeah.. That's what I meant ^^
Well.. Some good HEX-Editor will be able to do it I think.. but meh
frown.gif

Anyone found how to delete the 2nd line under the Silver Gamebox ? (With the filename..)
 
B

bugmenot52

Guest
its not or %d is it? i messed with those a bit, but didnt get any outcome...but i may just be doign it wrong
If they are using some form of printf, which seems likely, the thing you are looking for is "%s".
But major changes like these are hard with just hex editing. Some stuff might be easier to do if working with the output of a disassembler, but only if you know ARM assembly.
 

D-Trogh

Well-Known Member
OP
Member
Joined
Aug 18, 2006
Messages
167
Trophies
0
Location
Belgium
Website
promh.freehostia.com
XP
291
Country
Belgium
its not or %d is it? i messed with those a bit, but didnt get any outcome...but i may just be doign it wrong

If they are using some form of printf, which seems likely, the thing you are looking for is "%s".
But major changes like these are hard with just hex editing. Some stuff might be easier to do if working with the output of a disassembler, but only if you know ARM assembly.


Well.. it's not '%s' That means different things..
QUOTE said:
%s: %2.2d%s%2.2d%s%4.4d%s %2.2d%s%2.2d%s%2.2d%s

%s points to offset: 0001BD54 (Final revise)
%2.2d%s%2.2d%s%4.4d%s would be the date
%2.2d%s%2.2d%s%2.2d%s would be the time
r4menu2.jpg

But..
QUOTE%s %d/%d....Selected cheats:
This is a part of the Text from the decrypted _DS_MENU.DAT too..
And here '%s' is 'Selected cheats:'
So, basicly.. the things that '%s' load are stored somewhere else..

Btw.. There's a new frimware.. but no new en/decryption.. so:
Here is my new _DS_MENU.DAT..
CODE
Deleted:
- R4DS English version
- v1.09
- Game
- Mutimedia
- Boot Slot-2
- Date/Time
- Final revise line..
- Brightness icon
Changed:
- 'Cheats(Y)' to ' CHEATS '
- 'Cheat' to ' OWN ' (Not the best thing.. but MEH)
ToDo:
- SoftRest icon.. tried 3 times.. no luck XD
BUT ! In my work editing the SR icon I found out that the silver box (where the icon is..) CAN be changed :-\
Above the SR icon I allready saw that gray/silver looking thing (Using TileMolester)..
I allready tested it by putting some yellow lines on it.. but didn't saw anything on the DS.. but.. maybe it just appeared under the icon !
So.. I'll try to edit it and see if it works..
 

saticoy

Member
Newcomer
Joined
Sep 23, 2006
Messages
21
Trophies
0
XP
51
Country
United States
...it would have been nice to be able to remove the silver box

around the game icon and text so you could make your own...

think that would be impossible
frown.gif

I was able to edit the silver game box in Tile Molester, but it was harder than editing the icons. The main problem I had was that it doesn't seem possible to get the box to appear correctly in the editor. The closest I can get is a skewed version, pictured below. Left is the original, right is edited.
gameboxbeforeja4.png


I did it by guessing where the pixels would end up after being skewed back, but it was tricky. Here's a photoshopped example of what these look like when skewed back like they would be on the R4.
gameboxafterrx7.png


I still can't figure out how to change the default blue loading bar color though. Anyone feel like taking a shot at that?
 

iwakura

HHNNNNNNGGGG
Member
Joined
Jul 20, 2006
Messages
1,159
Trophies
0
Age
33
Location
California
Website
flashcartreviews.com
XP
262
Country
United States
...it would have been nice to be able to remove the silver box

around the game icon and text so you could make your own...

think that would be impossible
frown.gif



I was able to edit the silver game box in Tile Molester, but it was harder than editing the icons. The main problem I had was that it doesn't seem possible to get the box to appear correctly in the editor. The closest I can get is a skewed version, pictured below. Left is the original, right is edited.
gameboxbeforeja4.png


I did it by guessing where the pixels would end up after being skewed back, but it was tricky. Here's a photoshopped example of what these look like when skewed back like they would be on the R4.
gameboxafterrx7.png


I still can't figure out how to change the default blue loading bar color though. Anyone feel like taking a shot at that?

oh wow! nice job! so if we edited it slanted, it should slant back when we run it from the DS eh...guess i'll try it today or tmr...
 
Status
Not open for further replies.
General chit-chat
Help Users
  • No one is chatting at the moment.
  • JuanMena @ JuanMena:
    Will you give me mouth to mouth oxygen if my throat closes?
  • K3N1 @ K3N1:
    Nah the air can do that
  • K3N1 @ K3N1:
    Ask @x65943 he's trained for that stuff
  • JuanMena @ JuanMena:
    Kissing random dudes choking in celery? Really? Need to study for that?
  • K3N1 @ K3N1:
    Yes it requires a degree
  • K3N1 @ K3N1:
    I could also yank out the rest of my teeth but theirs professionals for that
  • x65943 @ x65943:
    If your throat closes, putting oxygen in your mouth will not solve anything - as you will be introducing oxygen prior to the area of obstruction
  • JuanMena @ JuanMena:
    Just kiss me Kyle.
  • x65943 @ x65943:
    You either need to be intubated to bypass obstruction or create a stoma inferior to the the area of obstruction to survive
  • x65943 @ x65943:
    "Just kiss me Kyle." And I thought all the godreborn gay stuff was a smear campaign
  • JuanMena @ JuanMena:
    If I die, tell my momma I won't be carrying Baby Jesus this christmas :sad::cry:
  • K3N1 @ K3N1:
    Smear campaigns are in The political section now?
  • JuanMena @ JuanMena:
    Chary! Chary! Chary, Chary, Chary!
  • Sonic Angel Knight @ Sonic Angel Knight:
    Pork Provolone :P
  • Psionic Roshambo @ Psionic Roshambo:
    Sounds yummy
  • K3N1 @ K3N1:
    Sweet found my Wii u PSU right after I ordered a new one :tpi:
  • JuanMena @ JuanMena:
    It was waiting for you to order another one.
    Seems like, your PSU was waiting for a partner.
  • JuanMena @ JuanMena:
    Keep them both
    separated or you'll have more PSUs each year.
  • K3N1 @ K3N1:
    Well one you insert one PSU into the other one you get power
  • JuanMena @ JuanMena:
    It literally turns it on.
  • K3N1 @ K3N1:
    Yeah power supplies are filthy perverts
  • K3N1 @ K3N1:
    @Psionic Roshambo has a new friend
    +1
  • JuanMena @ JuanMena:
    It's Kyle, the guy that went to school to be a Certified man Kisser.
  • Psionic Roshambo @ Psionic Roshambo:
    Cartmans hand has taco flavored kisses
  • A @ abraarukuk:
    hi guys
    A @ abraarukuk: hi guys