Like us on Facebook Follow us on Twitter Subscribe to our YouTube channel

Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: ELS-H

  1. #1
    Dhruv's Avatar GPM Senior Member
    Join Date
    Oct 2011
    Location
    New Delhi, India
    Posts
    0
    Downloads
    443
    Uploads
    2
    Images
    40
    Rep Power
    0
    Posted 02-26-2012, 11:08 PM

    Does ELS-H work properly with ELS v5? Cuz I don't see no Halogen_Only option in its .ini

  2. #2
    l3ubba's Avatar GPM Senior Member
    Join Date
    Feb 2011
    Location
    Tampa, Florida
    Posts
    719
    Downloads
    422
    Uploads
    6
    Images
    3
    Rep Power
    0
    Posted 02-27-2012, 12:40 AM

    No, ELS v6 was the first version to feature ELS-H. Therefore, ELS-H will not work on any previous versions of ELS.
    Check out my GTA videos and screenshots.

  3. #3
    Dhruv's Avatar GPM Senior Member
    Join Date
    Oct 2011
    Location
    New Delhi, India
    Posts
    0
    Downloads
    443
    Uploads
    2
    Images
    40
    Rep Power
    0
    Posted 02-27-2012, 12:51 AM

    Okay thanks.
    EDIT: I ditched v5 and got v6.But the problem is I'm new to it and these values as well
    Code:
    Color_Light7L = x
    Color_Light8C = x
    Color_Light9R = x
    These weren't present in v5 so I'm a bit confused.If Offst_SLights is for Hazards,what are these above lines for? Everything except those new three lines is well known to me.

  4. MoonShine's Avatar GPM Senior Member
    Join Date
    Feb 2011
    Posts
    924
    Downloads
    144
    Uploads
    1
    Images
    1
    Rep Power
    25
    Posted 02-27-2012, 09:59 AM

    For cars that user only one set of colored lights, like blue or red, use like so.


    All Blue

    Color_Light7L = 1
    Color_Light8C = 2
    Color_Light9R = 1


    All Red

    Color_Light7L = 0
    Color_Light8C = 2
    Color_Light9R = 0


    Blue & Red

    Color_Light7L = 0
    Color_Light8C = 2
    Color_Light9R = 1

  5. #5
    Dhruv's Avatar GPM Senior Member
    Join Date
    Oct 2011
    Location
    New Delhi, India
    Posts
    0
    Downloads
    443
    Uploads
    2
    Images
    40
    Rep Power
    0
    Posted 02-27-2012, 10:09 AM

    But thats what the lines above it do,right? 1R,2R,1L,2L and so on and so forth.What lights' reflections do these ones control? Sorry,I know I might be sounding like a noob.

  6. MoonShine's Avatar GPM Senior Member
    Join Date
    Feb 2011
    Posts
    924
    Downloads
    144
    Uploads
    1
    Images
    1
    Rep Power
    25
    Posted 02-27-2012, 11:10 AM

    I don't know exactly what they control, not all cars even have them I assume. But that's the way I use them.

  7. #7
    GPM Member
    Join Date
    Aug 2011
    Posts
    145
    Downloads
    46
    Uploads
    0
    Rep Power
    0
    Posted 02-27-2012, 01:21 PM

    Originally Posted by Dhruv
    But thats what the lines above it do,right? 1R,2R,1L,2L and so on and so forth.What lights' reflections do these ones control? Sorry,I know I might be sounding like a noob.
    Settings in 1-4 control the main emergency lights. Settings in 7-9 control the hazard lights. For example, I use a CVPI with a Code 3 X2100 lightbar, so here's my settings to have red & blue lights, plus yellow hazard lights:

    [ POLICE ]

    Active = 1
    Halogen_Only = 0
    Color_Light1L = 0
    Color_Light2L = 0
    Color_Light3R = 1
    Color_Light4R = 1
    Color_Light7L = 3
    Color_Light8C = 3
    Color_Light9R = 3
    Offst_SLights = 0

    For another example, if you also use an ambulance that does not have an actual hazard lights bar, but instead has has red hazard lights on the left and right sides of the vehicle, and white hazard lights on the back (center), then you would use this:

    [ AMBULANCE ]

    Active = 1
    Halogen_Only = 0
    Color_Light1L = 0
    Color_Light2L = 2
    Color_Light3R = 2
    Color_Light4R = 0
    Color_Light7L = 0
    Color_Light8C = 2
    Color_Light9R = 0
    Offst_SLights = 2

    "Offset_SLights" is only used when you want to shift the position of the lights. For example, if you have a vehicle mod that is very wide, then you would have to change the offset value so that the reflections look like they are originating from the center of the vehicle, and not from only either one side of it.
    Last edited by Foruman; 02-27-2012 at 01:30 PM.

  8. #8
    Dhruv's Avatar GPM Senior Member
    Join Date
    Oct 2011
    Location
    New Delhi, India
    Posts
    0
    Downloads
    443
    Uploads
    2
    Images
    40
    Rep Power
    0
    Posted 02-27-2012, 07:33 PM

    Thank you,Forumman.That clears most of my doubts.But lets say I have Bugz 08 Suburban with blue hazard lights on back left and right windows.I hope you know their position.They aren't present in the rear window but the last windows of left and right sides,respectively.To explain it more clearly,see my sig and the window above the text "EXPLOSIVES DETECTION K-9 TEAM".The lights are present there.So,in this case how will I get it to work? Also,v5 had very minimal support for bikes.I have a Police bike which has red lights in rear as hazard lights.How should I tweak the settings?

  9. #9
    cp702's Avatar GPM Member
    Join Date
    Nov 2010
    Posts
    518
    Downloads
    204
    Uploads
    1
    Rep Power
    0
    Posted 02-27-2012, 07:54 PM

    Just change the reflection color to match the color of the light on the car. You don't really need to worry about offset or anything like that for a Tahoe (they are not very big cars, after all).

  10. #10
    Dhruv's Avatar GPM Senior Member
    Join Date
    Oct 2011
    Location
    New Delhi, India
    Posts
    0
    Downloads
    443
    Uploads
    2
    Images
    40
    Rep Power
    0
    Posted 02-27-2012, 11:46 PM

    Originally Posted by cp702
    Just change the reflection color to match the color of the light on the car. You don't really need to worry about offset or anything like that for a Tahoe (they are not very big cars, after all).
    But I do,when it comes to my HAZMAT Unit.

    EDIT: Okay,so I assume 7L means the 7th reflection controller for Left side.
    And similarly,8C will mean 8th controller in the list,but for the center one and 9R will mean 9-Right.I'll go check it in-game.

    EDIT2: Okay buddies.I figured that out.Thanks for all the help.It doesn't really support the back windows.But does for the rear ones.Thanks again.

 

 
Page 1 of 2 12 LastLast

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •