Page 1 of 1

Game.exe important information

Posted: Thu Nov 20, 2008 2:23 pm
by Fireboyd78
If you open Game.exe with Editpad Pro (Recommended), search for MSCRIPT.

There, you will find something similar to

D:\Driver\game6.4g\data\MScript.c bla bla bla


Bedobedo used the .exe file to allow us to drive civcars. so, i studied the coding and discovered that all these files were once separate files, and then compressed into one big playable .exe

MScript is most likely what they used to generate missions, as i am assuming it stands for MissionScript. Now, if there was some kind of way to open these files individually, we could use DEVELOPER TOOLS. I also found that the car pics are like, i%namehere%i

does this spark interest? Yes, simply because all this information proves that driver IS moddable. Now, im going to see if i can crack this coding (i HIGHLY doubt it)

note, the beginning can possibly be modified. I noticed it says something like

"gtlogo copyright TANRCIO1" bla bla bla


8)

Apparently, this game was coded using C++.

Posted: Thu Nov 20, 2008 3:15 pm
by Nikusakken
Funny. And I was looking through the Game.exe file in Notepad some days ago. Well, it's interesting anyways. Good luck with that.

Posted: Fri Nov 21, 2008 1:07 am
by roupe93
go get the EXE tiger :D

some one did put the files some where, then we will get it out :D

Image for you

Posted: Mon Nov 24, 2008 4:34 pm
by madness
roupe93 wrote:go get the EXE tiger :D

some one did put the files some where, then we will get it out :D

Image for you
I tried something similar.
And all these exe ripping applications do is extract anything it understands.
For example it will know what a .bmp, .jpg, .gif, zip looks like and will extract only those files.

It cannot extract a .c file unless it knew what the header of a .c file looked like.

Well that's just my experience from an application I tried a couple of years ago on driver, driver 3 and driver: parallel lines.

Posted: Tue Dec 30, 2008 1:11 pm
by someone972
Driver was compiled with Visual C++. Using a decompiler gives some reults.

Beware: Driver is a large program. Decompiling it with certain programs will fill up your RAM. It filled up all 2GB of mine.

Posted: Tue Dec 30, 2008 1:35 pm
by Nikusakken
Have you tried it? Did you got any results?

Posted: Wed Dec 31, 2008 2:04 pm
by madness
someone972 wrote:Driver was compiled with Visual C++. Using a decompiler gives some reults.

Beware: Driver is a large program. Decompiling it with certain programs will fill up your RAM. It filled up all 2GB of mine.
It is impossible to de-compile something to it's original state. There is a highly complicated reason which would take quite some time to explain.

What makes you think it was compiled with Visual C++. In other words Which decompiler are you using?

Posted: Thu Jan 01, 2009 6:53 am
by Fireboyd78
You can tell it was compiled with Visual C++ because the files have .c extensions.

Posted: Thu Jan 01, 2009 7:01 am
by Fireboyd78
I downloaded RecStudio, im waiting for it to finish decompiling game.exe

it says "finding procedures..."

OMG it decompiled, then crashed. HOLY!


Game.exe is crackable. All we need is RecStudio. DOWNLOAD IT NOW.

Posted: Thu Jan 01, 2009 7:05 pm
by someone972
I know it was compiled with Visual studio because it said somewhere in the file.

Posted: Wed Jan 28, 2009 11:52 pm
by drIVmageddon
cant you open the .exe with a hex editor?