Page 1 of 1

Driver 3 + C++?

Posted: Mon May 13, 2013 4:10 am
by RaTcHeT302
I was wondering if custom .dlls could be created in c++ in order to load custom mods directly in the game? I'm still a rookie with C++ though so it might take me a while before I get used to everything there's to learn.

I've been trying to open the Mission files, hopefully they should contain something of use but all I get are these hexadecymal values, I have no idea what to do with them honestly or if they are of any help seeing as I don't know how to view the source itself. I wonder if mission files at least have references to some flags wich are changed during the game, I was mainly looking for values related to the police and their logic.

Image
Code: Select all
Icon 00pAttachTopHeightpFlagsAW 00playerpRolepHealthpFelonypWeaponUnnamedpWireCollectionpAreapActorpActivitypIntervalString CollectionÀÞSound B

Logic node properties tableLogic NodesActor Set TableeeWire CollectionScript CountersLogic Export DataExported MissionExported Mission Root¡ÀÞ¡ÀÞ¡ÀÞ
Mh..most probably this is useless, to me at least :(

Re: Driver 3 + C++?

Posted: Thu May 16, 2013 1:06 am
by Fireboyd78
It would take a very, very long time to decode mission scripts. I followed a procedure using a debugger once, it was pretty confusing.

Re: Driver 3 + C++?

Posted: Sun May 19, 2013 7:39 pm
by RaTcHeT302
CarLuver69 wrote:It would take a very, very long time to decode mission scripts. I followed a procedure using a debugger once, it was pretty confusing.
Are there no other methods? Is Driver San Francisco at least more moddable?

Re: Driver 3 + C++?

Posted: Thu May 23, 2013 12:47 am
by Fireboyd78
RaTcHeT302 wrote:
CarLuver69 wrote:It would take a very, very long time to decode mission scripts. I followed a procedure using a debugger once, it was pretty confusing.
Are there no other methods? Is Driver San Francisco at least more moddable?
Most of DSF is compiled LUA, but someone a long time ago managed to decompile them...then Driver Madness went down and they never came back! :(

One day...