Hello. I am new here and do not know english good, so will try to describe clearly.
Are there any mod that allow to control car lights? I mean turn signals, front lights, police etc?
Next - drive like speed limiter - no slipping wheels when starting, locking when breaking, but without limit?
Manual gearbox, in Mafia was able to change between auto and manual, I searched but do not found. Is that possible to do that?
The last is engine control, You know - in Mafia is possible to turn off engine, but in M2 you can only get out from car.
Thanks for any help and answer. I greet.
Hi
Are there any mod that allow to control car lights? I mean turn signals, front lights, police etc?
No: only Police Car with injector
Quotegame.game:GetActivePlayer():GetOwner():SetBeaconLightOn(xx) xx = truefalse
game.game:GetActivePlayer():GetOwner():SetSirenOn(xx) xx = truefalse
Next - drive like speed limiter - no slipping wheels when starting, locking when breaking, but without limit?
No:
Manual gearbox, in Mafia was able to change between auto and manual, I searched but do not found. Is that possible to do that?
No:
The last is engine control, You know - in Mafia is possible to turn off engine, but in M2 you can only get out from car.
Yes: with injector
QuoteStart
game.game:GetActivePlayer():GetOwner():SetEngineOn(true,false)
Stop
game.game:GetActivePlayer():GetOwner():SetEngineOn(false,true)
there is no real software for add or edit the file of the game
2K Game does not provide SDK
Thank you, it works :cheer: