before get in vehicle, movement and control same as default doom settings.
but after get in, control will change completely.
W,S -> ALT Up/Down
A,D -> Turning Slowly
E -> Get In the vehicle/Out from vehicle
Mouse1 -> Fire weapon
Mouse2 -> Changing weapon
Mouse Up/Down -> Chopper speed up/down
Mouse Turning -> Turning little slowly
New video
There are lots of thing added.
Also now support 16:9 resolution.
(I didn't knew song was recorded! Damn.. If you hate it, just turn that off speaker. sorry)
GRAND THEFT AUTO!
Lol, that's joke.
It take about 2 days to complete this example.
This example use for my another mod.
It is Ground vehicle.
Also support widescreen. (Don't bothering me)
It can be use with Chopper Example. (Have compatibility)
It's similar as Chopper, but actually most of scripts are different.
Control Instruction
W : Accelator
S : Break / Reverse
A : Turning Left in forward moving, Turning Right in backward moving.
D : Turning Right in forward moving, Turning Left in forward moving.
Mouse1(Fire) : Horn -> I didn't recorded, sry
E : Get In/Get Out
Code: Select all
Car Simulation Example
Before get in to the Car, controlling is same as your settings.
After board on the Car, controlling is change completely and you will have some control limitation.
First, you can't use Mouse.
Moving is "W" is Accelator, "S" is Break or Reverse, "A" is turning left, "D" is turning right.
The damage that give to object with crash will increase by your speed.
If current moving speed is more than "1", and there is no more moving command, velocity decrease automatically.
Also you can decrease your velocity more fast to press opposite direction key.
Cornering with low speed are no more acceleration
and with high speed will decrease velocity.
In forward moving, turning vehicle just working as it is.
But backward moving(reverse driving), vehicle turning reversely.
Also turning amount is vary with current velocity.
All vehicles have fuels.
If fuel is empty, accelator or reverse not work anymore.
But vehicle already moving then it will moving continuosly until car is stop.
Also decrease velocity that push opposite direction key is enable even fuel was empty.
Using fuel is deal with velocity.
Fast move is spend lots of fuel.
If you crash to wall, you will take some damages.
If you are moving fast, you will die.