Luigi Auriemma

aluigi.org (ARCHIVE-ONLY FORUM!)
It is currently 19 Jul 2012 12:32

All times are UTC [ DST ]





Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 12 posts ] 
Author Message
 Post subject: Superleague Formula The Game
PostPosted: 31 Oct 2009 19:01 

Joined: 26 May 2009 13:09
Posts: 12
Superleague Formula The Game was released today. Any chance to decrypts file from this game?


Top
 Profile  
 
 
 Post subject: Re: Superleague Formula The Game
PostPosted: 01 Nov 2009 01:48 

Joined: 13 Aug 2007 21:44
Posts: 4068
Location: http://aluigi.org
I did it:
http://aluigi.org/papers.htm#rfactordec
http://aluigi.org/papers.htm#rfactorgmdec

this time the developers decided to change a bit the algorithm, yeah I know that in my code it looks simple and short but their compiled one is exactly the opposite.


Top
 Profile  
 
 Post subject: Re: Superleague Formula The Game
PostPosted: 01 Nov 2009 08:49 

Joined: 26 May 2009 13:09
Posts: 12
aluigi wrote:
I did it:

Many thanks!


Top
 Profile  
 
 Post subject: Re: Superleague Formula The Game
PostPosted: 01 Nov 2009 09:42 

Joined: 26 May 2009 13:09
Posts: 12
aluigi wrote:

I decrypts gmt file without problem. But I can't decrypts txt file like .hdv. How to use rfactorgmdec? Need specify key option? I used rfactorgmdec like and rfactordec.


Top
 Profile  
 
 Post subject: Re: Superleague Formula The Game
PostPosted: 01 Nov 2009 11:30 

Joined: 13 Aug 2007 21:44
Posts: 4068
Location: http://aluigi.org
eh no, rfactorgmdec needs to be configured :)
indeed I guess is probably better to set the keynumber as a needed argument but I didn't do it because it would change the old syntax of the tool.

example:
rfactorgmdec -k 0x0001be0b file.hdv newfile.hdv


Top
 Profile  
 
 Post subject: Re: Superleague Formula The Game
PostPosted: 03 Jul 2010 22:09 

Joined: 03 Jul 2010 21:38
Posts: 5
Hi Luigi! Congratulations about your programs. You are wonderful with which you developement.
A few time ago, 2Pez, the company who launched "Simulador de Turismo Carretera - ACTC", and "Top Race V6", had launch "Simulador Turismo Competici??n 2000" It is an argentinian touring championship.
With your rfactordec I had converted the .gmt and same .dds files to rfactor. It worked nice.
But there are 2 files who are encripted. There are motor.ini (for motor) and gomas.tbc (for tyres)
They can be opened with a text editor, verifying that they "NO" starts with //[[gM ... BUT I had checking they contain non-textual data (garbage).
I try using rfactorgmdec but I can't got it.
I imagine that I need the signature number to goes it. How got it? Could you teach us?
Of course, replace this cripted files for same uncrypted and the game goes fine, but I desire the complete work. I??m sending an e-mail attachig files for your manage.
Thanks for your support.


Top
 Profile  
 
 Post subject: Re: Superleague Formula The Game
PostPosted: 04 Jul 2010 16:16 

Joined: 13 Aug 2007 21:44
Posts: 4068
Location: http://aluigi.org
upload them on sendspace.com and I will give them a look immediately


Top
 Profile  
 
 Post subject: Re: Superleague Formula The Game
PostPosted: 05 Jul 2010 05:12 

Joined: 03 Jul 2010 21:38
Posts: 5
I send you by email. Should I upload on sendspace.com anyway?

PD:
The e mail came back... I will upload the files soon


Top
 Profile  
 
 Post subject: Re: Superleague Formula The Game
PostPosted: 05 Jul 2010 07:13 

Joined: 03 Jul 2010 21:38
Posts: 5
Here are the links for files. I found 3 files more...
http://cid-c238167801f49dbd.office.live ... c/goma.tbc
http://cid-c238167801f49dbd.office.live ... /Motor.ini
http://cid-c238167801f49dbd.office.live ... lic/tc2000^_a.hdv
http://cid-c238167801f49dbd.office.live ... lic/tc2000^_b.hdv
http://cid-c238167801f49dbd.office.live ... lic/tc2000^_p.hdv


Top
 Profile  
 
 Post subject: Re: Superleague Formula The Game
PostPosted: 05 Jul 2010 07:51 

Joined: 13 Aug 2007 21:44
Posts: 4068
Location: http://aluigi.org
they use the same key of "Top Race Simulador 2009" that you can see when you launch the tool without arguments:
Code:
-k KEYN specify a keynum value different than the default one (0x000b2023)
        keynum is the NEEDED encryption number which is game dependent:
        0            rFator
        0x000b2023   Arca Sim Racing
        0x000b2023   ACTC Simulador Turismo Carretera
        0x000dfc2a   Top Race Simulador 2009
        0x0001be0b   Superleague Formula
indeed it's enough to use the following command to decrypt them perfectly:
Code:
rfactorgmdec -k 0x000dfc2a goma.tbc goma.tbc.decrypted


Top
 Profile  
 
 Post subject: Re: Superleague Formula The Game
PostPosted: 05 Jul 2010 19:04 

Joined: 03 Jul 2010 21:38
Posts: 5
Oops...! I done hopefull you tell, but samethig gone wrong...
I tell you step by step what I do.
I gone Start / Run (in WinXP) cmd
I gone to C:/gmt where I have rfactorgmdec.exe
Them I wrote:
rfactorgmdec -k 0x000dfc2a goma.tbc goma.tbc.decrypted
The message was:
- open file goma.tbc
- 5971 bytes loaded
Error: input file is not a //[[gM file

There are samething i am doing wrong. because there not generate a goma.tbc.decrypted file and goma. tbc still having garbage.
I know you are a genius but your pupil (me) is very closed...

PD:
It gone fine with the files tc2000_a.hdv, tc2000_b.hdv and tc2000_p.hdv. It is obviusly. The three files start its garbage with //[[gM
But don't work with goma.tbc and motor.ini whose garbage DON'T start with //[[gM.
I am keeping awaiting your coments. How I had to do to decrypt goma.tbc and motor.ini?
Regards.


Last edited by labombarda on 05 Jul 2010 19:39, edited 2 times in total.

Top
 Profile  
 
 Post subject: Re: Superleague Formula The Game
PostPosted: 05 Jul 2010 19:32 

Joined: 03 Jul 2010 21:38
Posts: 5
Sorrry! Sorry! It work. It. work!!! GENIUS!!!.
As I said... your pupil is very dumb!.
What happened? The files goma.tbc and motor.ini I was using may be corrupted since my differents test. That is the reason cause do not start with //[[gM.
I watch the originals version an this yes start with it. Then I try to decrypt it and work fine.
THANK YOU VERY MUCH for your support and give us your uninterested knowledge.!!


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 12 posts ] 

All times are UTC [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
cron