Modding discussion for Driver.
#16574
November 13, 2008
-----------------------

I completed 2 missions in august this year. Here is a sneak peek at the MissionLadder (the thing that triggers missions when u go to undercover mode)
Code: Select all
#-------------------------------------------------#
# Driver Mission ladder V2            By CarLuver69 #
#-------------------------------------------------#
SetCity [MIAMI]
Room
  MISSION 500
  QUITONFAIL
  Room
    JOKE 0
    MISSION 501
  EndRoom
EndRoom
AND of course here is a FREE mission. WILL BE INCLUDED!
Code: Select all
// Driver Mission Script v0.1a
// (c)2008 CARLUVER69's MISSION PACK V1
// The Fly-By took forever, but it's ready to go.
//Please do not edit this content without my consent. I spend alot of time on this.
##################################
##  T.P.D.B - MISSION 1                               ##
## Created by: CARLUVER69 8/16/08        ##
#################################
//********************INITIALISATION********************
//Player restricted to move at startup
StopPlayer

LoadMap "Miami_01.lev"
EventScript "Miami_19.des"
//OverheadMap "Miami_01.map"

DamageBarId 194
FelonyBarId 195

//FailedMessageId
//WindowMessageId
//LoseTailMessageId
SmashedMessage "The engine blew out.."
//OutOfRangeMessageId
//CarGotAwayMessageId

RoadBlockTrigger 2048

PlayerCarType 2 // PIZZA COMPANY CAR - THE RED BUICK

SetMaximumCops 0
Cops_off
AllowCopSpeech 0

TriggerEvent 1

EnablePlayerDamage
MaxPlayerDamage 24576

//PETE'S PIZZA PARLOR LOCATION
SetPlayerPosition -276356,431252
SetPlayerYRotation 3055

//PETE'S CIVCARS AT PARLOR
AddCivCar 1,0,0,0,3055,-275100,431252   //Car 1
AddCivCar 1,0,0,0,3055,-273981,431252  //Car 2



//********************DELIVERY TO ROSS IN BAL HARBOUR********************
//Ross is a random person.

FailedMessage "Pete says you're fired."

Countdown 90 // plenty of time lasts whole mission unless noob
StopTimer

InformPlayer 3 "THE PIZZA DELIVERY BOY"
wait 2

ReleasePlayer
ContinueTimer

SetTarget 0,1000,-310680,376992
EnableTarget 0
Set Objective 2
InformPlayer 3 "First delivery - Ross"

//********************ROSS PIZZA DELIVERED********************

WaitForObjectiveComplete
StopTimer
StopPlayer
InformPlayer 5 "Thanks! Here's a tip - $5.24"
wait 4
//********************DELIVERY TO JOEY IN BAL HARBOUR********************
//Joey is part of the next mission - VITAL

ContinueTimer

SetTarget 1,1000,-256212,365024
EnableTarget 1
ReleasePlayer
Set Objective 2
InformPlayer 3 "Next delivery - Joey"
WaitForObjectiveComplete
StopTimer
StopPlayer
wait 2
InformPlayer 5 "Hey, you drive pretty good."
wait 2
InformPlayer 5 "Wanna drive for me? Just give me your number"
wait 4
InformPlayer 5 "Ok Mike, call you soon.."
wait 5
//*****************MISSION OVER********************
InformPlayer 7 "WELL DONE - MISSION COMPLETE"

MissionEnd
INSTRUCTIONS: save in scripts > missions as mission500.dms, go to data > save a copy of mladder.dml, erase ALL and replace with -
Code: Select all
SetCity [MIAMI]
Room
  MISSION 500
  QUITONFAIL
EndRoom

I REFUSE TO GIVE THE FLY-BY'S OUT. They will be included in the beta and final release....
Last edited by Fireboyd78 on Fri Jan 02, 2009 10:51 pm, edited 1 time in total.
User avatar
By Nikusakken
#16577
Interesting. I'll take a look at it. :D Keep it up!
User avatar
By Fireboyd78
#16942
I feel this is biting the dust :?
User avatar
By T.K.
#17032
This is interesting. I would like to know the programming language you use.
#17033
CarLuver69 wrote:I REFUSE TO GIVE THE FLY-BY'S OUT. They will be included in the beta and final release....
Making FLY-BY'S is really complicated, because there are no tools to assist with the creation. There isn't even a camera memory-hack which would at least display the co-ordinates of the camera while your playing the driver game either in Film Director Mode or Gameplay.

Making the co-ordinates is complete guess work and the game can end up in weird positions. I remember spending an entire day playing around with it and trying to get a nice motion which assists telling a storyline feels almost impossible unless you reuse camera movements that reflections developed (most likely with the use of their own tools). It is possible but will take a long time to develop and if you don't have much time on your hands and get board easy it's not suggested you try it.

Unless you know someone who is good at memory hacking and can develop a tool which will allow you to view the coordinates of the camera while playing the game and in film director mode. It may not be possible but a free camera that can go anywhere without the restrictions of the film director.

So did you ever successfully develop any FLY-BYS, I'm interested to know.
CJayC wrote:This is interesting. I would like to know the programming language you use.
CarLuver69 most likely used a mission-scripting tool to develop this script.
http://www.downloads.drivermadness.net/d1/tools/
User avatar
By T.K.
#17034
Thanks, madness, but I don't have the game.
*thinks*
What all does it work on?
User avatar
By madness
#17041
CJayC wrote:Thanks, madness, but I don't have the game.
*thinks*
What all does it work on?
You can make your own missions for the DEMO of the game.
In the demo you get an entire city, "Miami" and if I can remember correctly you can do whatever you like with it. The only problem is the only way to initiate your level is to go into Driving Games --> Getaway. But once you've changed the mission script you can add much more than getaway mode.

Try the demo here;
http://www.downloads.drivermadness.net/ ... r_demo.zip
User avatar
By T.K.
#17047
Thank you, madness. I got the demo working. Are there any tutorials at all for this thing? If not, I'll just work with what I've got.

EDIT: Uhhh, from which file in the directroy do I download? I downloaded the setup, but it's in another language.
User avatar
By Fireboyd78
#17105
PROJECT D.M.E.P has a release date set: Summer of 2009.

This will give me plenty of time to work on it and add some finishing touches.

I AM HIRING - Here are some positions:

Storyboard Director - Plans the mission setup tree (must follow my storyline)

Scripter - Someone that can make a flawless DMS file that doesn't have flaws like checkpoint 1 is supposed to make checkpoint 2 appear not make the mission end)

Voice Actor - THIS IS A MUST. There must be VOICE ACTORS. I can't do Pete, Joey, Mike, and all the other guys without some help! (REQUIREMENTS: High Quality microphone that does not muffle your voice, must sound 16ish or older)

CGI Animator - This is a long shot, but im gonna try for cutscenes. All we need is some references to the streets you go through, model the cars and place some block textures over the, render it, use it in the script, voila!
User avatar
By Fireboyd78
#17865
STARTING OVER: Realized that the storyline I had made doesn't make sense.

I am beginning work as of right now.
User avatar
By Fireboyd78
#18527
I am currently trying some rendering stuff.

The content you are about to see may not be included in the D.M.E.P!

Here is a preview:


Image

Basing off this I took:

Image


Its a W.I.P, but I think i'm doing pretty good.
User avatar
By Nikusakken
#18537
Tanner Harvey. That's the real name of Tanner... in the mobile phone series.
User avatar
By Nikusakken
#18541
True, but as the mobile phone series isn't developed by Reflections, the developers can call Tanner whatever they want.
User avatar
By cleone
#18549
Just don't make it follow the Driv3r storyline because my game is based on the Driv3r storyline.
User avatar
By cleone
#18557
CarLuver69 wrote:PROJECT D.M.E.P has a release date set: Summer of 2009.

This will give me plenty of time to work on it and add some finishing touches.

I AM HIRING - Here are some positions:

Storyboard Director - Plans the mission setup tree (must follow my storyline)

Scripter - Someone that can make a flawless DMS file that doesn't have flaws like checkpoint 1 is supposed to make checkpoint 2 appear not make the mission end)

Voice Actor - THIS IS A MUST. There must be VOICE ACTORS. I can't do Pete, Joey, Mike, and all the other guys without some help! (REQUIREMENTS: High Quality microphone that does not muffle your voice, must sound 16ish or older)

CGI Animator - This is a long shot, but im gonna try for cutscenes. All we need is some references to the streets you go through, model the cars and place some block textures over the, render it, use it in the script, voila!
CGI, yeah good luck with that. I wanted a CGI animator for my game and there was nobody who offered to help.
User avatar
By Fireboyd78
#18600
my wireless internet has been gay so i asked my mom to plug my cord back into the router, thats how im on right now.

ok, i have another render to show off -

Image

i got one of richard p's cars tex mapped. i used a daylight system plus an omni near the car to light this scene. I was pushing the boundaries of this shot, because any more or less to the right/left/top/bottom and you would see my unfinished scene.

Image

reference picture used to help get good idea of building to the right of the car
User avatar
By Fireboyd78
#19827
I don't know if this pack is ever being released, because i am going to summer school for 6 weeks out of my entire summer vacation.


:(
User avatar
By Driver of DOOM
Registration Days Posts Posts Posts Posts Avatar
#19828
That sounds like a barrel of laughs, why?
User avatar
By Fireboyd78
#19846
This is going to be very easy, I finished 1 mission in just 15 minutes! Now all I have to do is finish the other 30 something odd missions and then possibly do my CGI, make sounds, etc.


I can also guarantee you that the engine sound will be replaced with a more muscle car engine.

(It's the engine from the 1967 Ford Mustang 420CJ from Test Drive 5, modified to sound correctly in Driver)

This is the final plot, i have no intention of changing it -

You play as a former true wheelman, working undercover with the police to take down the huge crime family you once lived for. Rolling the dice and not losing is very tough to do, but the price must be paid.

Returning to Los Angeles in 1979, after a 15 year breakup with the family you once worked with, you're out for revenge - to take them down once and for all. They have no idea that you're not really there to return and do their dirty work, but instead you're there to trick them into lowering their guns so the police can do their job.

10 - 20 Missions in L.A ] ----
-----------------------------------\ ---- Missions need to be divided to have 25 missions between the both of them.
5 - 15 Missions in Miami ] ----

5 Missions in San Fran
10 Missions in New York (Last 3 are final missions)


THIS IS VERSION 1; There will be a cliffhanger on the last missions ;)
User avatar
By Fireboyd78
#19857
There are currently 3 LA Missions completed. :D


1st Mission - Pick up & Drop off
2nd Mission - Go pick up cop car
3rd Mission (Sub Mission to 2nd Mission) - Drop off cop car


:D
User avatar
By Fireboyd78
#19868
I'm doing some missions each day, maybe sometime during the summer of '09?

I still need to:

Write Missions
Record Audio
Make FMV's
Edit Textures for certain missions (I have neat ideas in mind :D)



UPDATE 9:58pm ~

No missions were done today.
User avatar
By Fireboyd78
#19958
I have 3 missions done so far...


I need to pick up the pace this weekend. :?
User avatar
By Fireboyd78
#20003
I might get desperate enough to start writing missions at school :(
User avatar
By Driver of DOOM
Registration Days Posts Posts Posts Posts Avatar
#20038
Dunno about that one, I got banned for 3 weeks (from the PCs) for playing DOOM in IT :p
User avatar
By Fireboyd78
#20045
I think I might as well cancel this little project we got going here. Why?



NOBODY f***ing CARES.



In all the time I been making this, nobody has been hyped about the project, and you know what, Driver is dead. I don't know why i'm still here :shock:
Felony Rework

Don't know if you're still active, but I seem to h[…]

https://youtu.be/hN0qiEBPCY8 Maserati Huge Stunt […]

Free Chat

Happy new year, 2025 :turnah: :specialdriver:

Driv3r: Definitive Edition Mod

The new update for Driv3r Definitive Edition is ou[…]