Hacking A GBATemp Team for DSTT, to upgrade files for games...

bitonio6

Well-Known Member
OP
Member
Joined
Sep 30, 2009
Messages
1,801
Trophies
0
XP
47
Country
Swaziland
Hello everyone,

Who can joint this time here to work on upgrade for DSTT
like this team here -> http://r4ds.uueasy.com/read.php?tid-11533-...ad--page-1.html

For our US and Euro NDS Games ?

Savlib.dat and infolib.dat = We have allready someone for

But we need some "Genius"
bow.gif
for the "extinfo.dat" files

So if you are able to do work on it, tell-us

WE NEED YOU
wink.gif
 

elixirdream

Well-Known Member
Member
Joined
May 27, 2008
Messages
10,007
Trophies
0
Location
6th Dimention
Website
Visit site
XP
114
Country
Malaysia
bitonio6 said:
Hello everyone,

Who can joint this time here to work on upgrade for DSTT
like this team here -> http://r4ds.uueasy.com/read.php?tid-11533-...ad--page-1.html

For our US and Euro NDS Games ?

Savlib.dat and infolib.dat = We have allready someone for

But we need some "Genius"
bow.gif
for the "extinfo.dat" files

So if you are able to do work on it, tell-us

WE NEED YOU
wink.gif

they are just a bunch of idiot that using other people's work as theirs!
they lurk at 2ch for FIXES! if they are capable.. we should have seen some EU/NA Fix from them
none of the forum members there are capable of something
the best they know is STEAL!

therefore, don't bother to ASK them for any FIX!!!
they are one of the main reason i no longer post codes as i used to...

EDIT: infact, they do come here to grab our infolib.dat and etc!! so why go ask a bunch of useless people...
 

bitonio6

Well-Known Member
OP
Member
Joined
Sep 30, 2009
Messages
1,801
Trophies
0
XP
47
Country
Swaziland
we now, i think, its impossible to keep this kind of files, only for us...

The first and important thing, is to continue to upgrade and work on it...

if we can found an other solution, why not, to encrypt file, etc...

But now, everybody just want to play with some games...

The last one is "sonic classic collection"...

Thank to all who want to participate
wink.gif
 

twiztidsinz

Taiju Yamada Fan
Member
Joined
Dec 23, 2008
Messages
4,979
Trophies
0
Website
Visit site
XP
220
Country
United States
bitonio6 said:
we now, i think, its impossible to keep this kind of files, only for us...

The first and important thing, is to continue to upgrade and work on it...

if we can found an other solution, why not, to encrypt file, etc...

But now, everybody just want to play with some games...

The last one is "sonic classic collection"...

Thank to all who want to participate
wink.gif
The problem with 'encrypting the file' is... how do you DECRYPT the file?

If I make the file, and put it into an archive with a password and upload it for people HERE to use...
-- what is stopping someone from HERE from taking it?
-- what is stopping someone from making an account to take it?

This is the issue that Ashley had with DSTT.
Someone from DSTT could just get the information, take the work and then give no credit.
 

optiloc

Member
Newcomer
Joined
Jan 3, 2010
Messages
17
Trophies
0
XP
69
Country
Netherlands
Does anyone know what format the infolib.dat, savlib.dat and extinfo.dat are ?
So if i would like to add some, at least i need some info about the fileformat and so on..
Is it avaiable somewhere ?
 

twiztidsinz

Taiju Yamada Fan
Member
Joined
Dec 23, 2008
Messages
4,979
Trophies
0
Website
Visit site
XP
220
Country
United States

bitonio6

Well-Known Member
OP
Member
Joined
Sep 30, 2009
Messages
1,801
Trophies
0
XP
47
Country
Swaziland
it is not a software and it is not very easy to use it

Maybe one day we will have a real software
like R4CCE for infolib.dat or/and extinfo.dat

savlib.dat = Software exist
 

twiztidsinz

Taiju Yamada Fan
Member
Joined
Dec 23, 2008
Messages
4,979
Trophies
0
Website
Visit site
XP
220
Country
United States
bitonio6 said:
it is not a software and it is not very easy to use it

Maybe one day we will have a real software
like R4CCE for infolib.dat or/and extinfo.dat

savlib.dat = Software exist
Software DOES exist for all of them..... as I have linked in my above comment.
But if you cannot use the software, it's doubtful that you'll be able to update the files anyway.
 

bitonio6

Well-Known Member
OP
Member
Joined
Sep 30, 2009
Messages
1,801
Trophies
0
XP
47
Country
Swaziland
il like this kind of example:

QUOTE said:
@echo off
if exist .\bin rmdir /s /q .\bin >NUL 2>&1
if exist .\bin2 rmdir /s /q .\bin2 >NUL 2>&1
if exist .\xml rmdir /s /q .\xml >NUL 2>&1
if exist .\xml2 rmdir /s /q .\xml2 >NUL 2>&1
if exist .\xml3 rmdir /s /q .\xml3 >NUL 2>&1
if exist .\xml4 rmdir /s /q .\xml4 >NUL 2>&1
if exist .\trg rmdir /s /q .\trg >NUL 2>&1
if exist .\ttl rmdir /s /q .\ttl >NUL 2>&1

rem xml2txt
rem titlelist(E).xml -> title.txt
if not exist .\ttl mkdir .\ttl >NUL 2>&1

@echo .\exe\ttl_xml2txt .\org\titlelist(E).xml .\ttl\title.txt
.\exe\ttl_xml2txt .\org\titlelist(E).xml .\ttl\title.txt

sort .\ttl\title.txt > .\ttl\ttlsort.txt
pause

rem dat2bin
rem extinfo.dat -> aaaa_11111111.bin aaaa_11111111.xml
rem bbbb_22222222.bin bbbb_22222222.bin
if not exist .\bin mkdir .\bin >NUL 2>&1
if not exist .\xml mkdir .\xml >NUL 2>&1

@echo .\exe\ext_dat2bin .\org\extinfo.dat -b .\bin -x .\xml
.\exe\ext_dat2bin .\org\extinfo.dat -b .\bin -x .\xml

pause

rem bin2xml
rem aaaa_11111111.bin -> aaaa_11111111.xml

if not exist .\xml2 mkdir .\xml2 >NUL 2>&1
if not exist .\xml3 mkdir .\xml3 >NUL 2>&1
if not exist .\xml4 mkdir .\xml4 >NUL 2>&1

@echo .\exe\ext_bin2xml .\bin\A3PJ4b8de600.bin -x .\xml2
.\exe\ext_bin2xml .\bin\A3PJ4b8de600.bin -x .\xml2

dir /b .\bin\*.bin >.\bin\binlist.lst
@echo .\exe\ext_bin2xml @.\bin\binlist.lst -x .\xml2
.\exe\ext_bin2xml @.\bin\binlist.lst -x .\xml2

pause

sort .\bin\binlist.lst > .\bin\binsort.lst


@echo .\exe\ext_bin2xml .\bin\A3PJ_4b8de600.bin -x .\xml3 -t .\ttl\ttlsort.txt
.\exe\ext_bin2xml .\bin\A3PJ_4b8de600.bin -x .\xml3 -t .\ttl\ttlsort.txt

@echo .\exe\ext_bin2xml @.\bin\binsort.lst -x .\xml3 -t .\ttl\ttlsort.txt
.\exe\ext_bin2xml @.\bin\binsort.lst -x .\xml3 -t .\ttl\ttlsort.txt

pause

@echo .\exe\ext_bin2xml .\bin\A3PJ_4b8de600.bin -x .\xml4 +t .\ttl\ttlsort.txt
.\exe\ext_bin2xml .\bin\A3PJ_4b8de600.bin -x .\xml4 +t .\ttl\ttlsort.txt

@echo .\exe\ext_bin2xml @.\bin\binsort.lst -x .\xml4 +t .\ttl\ttlsort.txt
.\exe\ext_bin2xml @.\bin\binsort.lst -x .\xml4 +t .\ttl\ttlsort.txt

pause


rem xml2bin

if not exist .\bin2 mkdir .\bin2 >NUL 2>&1
@echo .\exe\ext_xml2bin ".\xml\A3PJ_4b8de600_4291-Anpanman to Touch de Waku Waku Training (JP).xml" -b .\bin2
.\exe\ext_xml2bin ".\xml\A3PJ_4b8de600_4291-Anpanman to Touch de Waku Waku Training (JP).xml" -b .\bin2



dir /b .\xml4\*.xml >.\xml4\xmllist.lst
@echo .\exe\ext_xml2bin @.\xml4\xmllist.lst -b .\bin2
.\exe\ext_xml2bin @.\xml4\xmllist.lst -b .\bin2

pause

rem bin2dat

if not exist .\trg mkdir .\trg >NUL 2>&1

@echo .\exe\ext_bin2dat .\bin2\A3PJ_4b8de600.bin .\trg\A3PJ_4b8de600.dat
.\exe\ext_bin2dat .\bin2\A3PJ_4b8de600.bin .\trg\A3PJ_4b8de600.dat

dir /b .\bin2\*.bin >.\bin2\binlist.lst
@echo .\exe\ext_bin2dat @.\bin2\binlist.lst .\trg\expinfo.dat
.\exe\ext_bin2dat @.\bin2\binlist.lst .\trg\expinfo.dat

So its okay to open a extinfo.dat, but not to do the reverse..
unsure.gif
 

twiztidsinz

Taiju Yamada Fan
Member
Joined
Dec 23, 2008
Messages
4,979
Trophies
0
Website
Visit site
XP
220
Country
United States
Congratulations! Your copy/paste skills are top notch!

Next time, use [.code][./code] tags to keep the formatting and [.spoiler][./spoiler] tags to condense it so people don't have to scroll forever.


Anyway... allow me to reiterate and clarify what I've said many times before...
If you can't figure out how to use the software to edit extinfo.dat (or even infolib.dat) then you will almost assuredly have NO idea where to begin updating the file to add support for new games.

What you copy/pasted above is NOT the tool.
It is a SAMPLE (i.e. it's not 100% perfected and mostly there just to show it's possible and how to do it) batch file (a script that executes multiple commands) for extracting the various files into a more human-readable format.
 

bitonio6

Well-Known Member
OP
Member
Joined
Sep 30, 2009
Messages
1,801
Trophies
0
XP
47
Country
Swaziland
but you can understand, how it more easyer to use a software like "R4CCE" than some solution like you suggest

and we still dont know how found the information to complete this kind of file:

QUOTE said:
-

-
B2QJ
a179a765

-
00000002
0208f9e4 00000008 04 f0 1f e5 10 00 00 02
02000010 00000064 04 e0 8f e2 04 f0 1f e5 70 09 00 02 4c 00 9f e5 34 10 9f e5 00 10 91 e5 01 00 50 e1 07 00 00 1a 24 10 9f e5 2c 00 9f e5 00 00 81 e5 1c 10 9f e5 00 00 81 e5 18 10 9f e5 1c 00 9f e5 00 00 81 e5 03 00 95 e9 04 f0 1f e5 ec f9 08 02 b0 74 0e 02 b8 75 0e 02 44 77 0e 02 37 00 00 ea 7b 42 a1 13 0c 00 00 ea
 

twiztidsinz

Taiju Yamada Fan
Member
Joined
Dec 23, 2008
Messages
4,979
Trophies
0
Website
Visit site
XP
220
Country
United States
bitonio6 said:
but you can understand, how it more easyer to use a software like "R4CCE" than some solution like you suggestBut there will NEVER been an app like "R4CCE" for editing extinfo.dat

bitonio6 said:
and we still dont know how found the information to complete this kind of file:

QUOTE said:
-

-
B2QJ
a179a765

-
00000002
0208f9e4 00000008 04 f0 1f e5 10 00 00 02
02000010 00000064 04 e0 8f e2 04 f0 1f e5 70 09 00 02 4c 00 9f e5 34 10 9f e5 00 10 91 e5 01 00 50 e1 07 00 00 1a 24 10 9f e5 2c 00 9f e5 00 00 81 e5 1c 10 9f e5 00 00 81 e5 18 10 9f e5 1c 00 9f e5 00 00 81 e5 03 00 95 e9 04 f0 1f e5 ec f9 08 02 b0 74 0e 02 b8 75 0e 02 44 77 0e 02 37 00 00 ea 7b 42 a1 13 0c 00 00 ea
Which is why even if there WAS a magical program to edit extinfo.dat, you would have no clue what to do with it.


Extracting (and replacing) the .xml files is SIMPLE.
Actually EDITING and ADDING information is something that is far beyond many of the people who visit sites like GBAtemp and look to put together "teams" to update/maintain the extinfo.dat and infolib.dat files.




Also, the reason I say to use the [.code][./code] tags for things like what you posted above rather than [.quote][./quote] tags is to retain formatting, like this:CODE
ÂÂ
ÂÂ
ÂÂÂÂB2QJ
ÂÂÂÂa179a765
ÂÂ
ÂÂ
ÂÂÂÂ00000002
ÂÂÂÂ0208f9e4 00000008 04 f0 1f e5 10 00 00 02
ÂÂÂÂ02000010 00000064 04 e0 8f e2 04 f0 1f e5 70 09 00 02 4c 00 9f e5 34 10 9f e5 00 10 91 e5 01 00 50 e1 07 00 00 1a 24 10 9f e5 2c 00 9f e5 00 00 81 e5 1c 10 9f e5 00 00 81 e5 18 10 9f e5 1c 00 9f e5 00 00 81 e5 03 00 95 e9 04 f0 1f e5 ec f9 08 02 b0 74 0e 02 b8 75 0e 02 44 77 0e 02 37 00 00 ea 7b 42 a1 13 0c 00 00 ea
ÂÂ
Much easier to read IMO...
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: With uremum