Forum Mod Bakery Docs

how do you make the vehicle transition when entering the car?

Posted in Support
Please login to contribute to the conversation.
I was just wondering how to add the default transition effect from traffic vehicles when entering the car to work with a car mod i was working on. I figured that to my knowledge, it would be in the .con file. i found what I think is the effect which is, correct me if i'm wrong but i saw something called set iris transition and i copied that line to my .con file but the effect is still the same. what am i doing wrong? can someone pls help me? any help would be greatly appreciated.
[deleted user]
7 yrs ago (Statistics)
I would suggest adding these 4 lines to your con file:

SetCharactersVisible(0);
SetIrisTransition(1);
SetHasDoors(0);
SetDriver("none");


Cheers,

Thomas Donofri

P.S. welcome to the forums
3 of those are not required to make this work Thomas. You might be giving him undesired effects by using all of those.
[deleted user]
7 yrs ago (Statistics)
The only thing required to make this work is the SetIrisTransition(1); as Loren said