View Single Post
      06-10-2015, 05:12 AM   #2
re4ryu
Private
re4ryu's Avatar
United Kingdom
28
Rep
54
Posts

Drives: 320D Efficientdynamics
Join Date: Nov 2013
Location: London

iTrader: (0)

Quote:
Originally Posted by bryan06 View Post
Hi,

I have coded fog lights for welcome like following,

FEM_BODY 3063 MAPPING_NEBELSCHW_L_PART_OF_WL, Soft_On
FEM_BODY 3063 MAPPING_NEBELSCHW_R_PART_OF_WL, Soft_On

it's working.

Also I want to open front left/right turn signals and Left/Rgiht Mirror turn signal at same time for welcome like following.



Actual I had previously it. But this is deleted after CC coding.

I have searched on the internet but I couldn't find the coding.

How can I code turn signals for wlecome?

Thanks in advance
Hi there,

To code in all the turn signals as a part of your welcome lights, code the following:

In FEMBODY:

3062 > mapping_blinken_v_l_part_of_wl > hard_on - (left turn signal)
3063 > mapping_blinken_v_r_part_of_wl > hard_on - (right turn signal)


3062 > mapping_blinken_z_l_part_of_wl > hard_on - (left mirror turn signal)
3062 > mapping_blinken_z_r_part_of_wl > hard_on - (right mirror turn signal)

Note: There is no/little difference between soft_on and hard_on for these two sets of lights, so i have just left them as "hard_on".
Appreciate 1
Mental1.50