Results 1 to 3 of 3

Thread: [Question] Where I can find flaming missile lights?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default [Question] Where I can find flaming missile lights?

    Hi, I want to change the light (color) of the night torches to be like flaming missiles. I like the warm color. Where I can find them?
    Thanks!

  2. #2
    Greve Af Göteborg's Avatar Protector Domesticus
    Join Date
    Oct 2007
    Location
    Sweden
    Posts
    4,558

    Default Re: [Question] Where I can find flaming missile lights?

    Maybe it's in the lights.xml file in data.pack.

    Spoiler Alert, click show to read: 

    <LIGHTS>
    <POINT_LIGHT name="" red="1.0" green="0.3" blue="0.01" radius="1" />
    <POINT_LIGHT name="Fire_light" red="1.0" green="0.3" blue="0.01" radius="1" animation="ANIMATION_RADIUS_SIN_SIN" animation_x="3" animation_y="2" colour_min="2.5"/>
    <POINT_LIGHT name="vfx_fire_light" red="0.45" green="0.25" blue="0.05" radius="1" animation="ANIMATION_RADIUS_SIN_SIN" animation_x="3" animation_y="2" colour_min="2.5"/>
    <POINT_LIGHT name="vfx_fire_arrow_light" red="0.45" green="0.25" blue="0.05" radius="1" animation="ANIMATION_RADIUS_SIN_SIN" animation_x="3" animation_y="2" colour_min="2.5"/>
    <POINT_LIGHT name="vfx_lightning" red="4.85" green="4.85" blue="5.0" radius="1"/>
    <POINT_LIGHT name="default_bounce_light" red="1.0" green="0.96" blue="0.69" radius="1.0" />
    <POINT_LIGHT name="Lantern_light" red="1.0" green="0.5" blue="0.2" radius="1" animation="ANIMATION_RADIUS_SIN_SIN" animation_x="1.0" animation_y="1.5" colour_min="0.5"/>
    <POINT_LIGHT name="Glow_area_light" red="1.0" green="0.2" blue="0.0" radius="1.0" />
    <POINT_LIGHT name="orange_10m_glow" red="3.0" green="1.0" blue="0.0" radius="10.0" />
    <POINT_LIGHT name="coolblue_10m_glow" red="2.2" green="2.2" blue="3.0" radius="10.0" />
    <POINT_LIGHT name="orange_30m_glow" red="3.0" green="2.0" blue="2.0" radius="60.0" />
    <POINT_LIGHT name="orange_30m_bright" red="6.0" green="3" blue="1.0" radius="30.0" />
    <POINT_LIGHT name="orange_250m_glow" red="3.0" green="2.0" blue="2.0" radius="250.0" />
    </LIGHTS>


    I bolded the ones that I think should be changed. Copy the values from vfx_fire_arrow_light to Lantern_light.
    So that it would like this

    Spoiler Alert, click show to read: 

    <POINT_LIGHT name="Lantern_light" red="0.45" green="0.25" blue="0.05" radius="1" animation="ANIMATION_RADIUS_SIN_SIN" animation_x="1.0" animation_y="1.5" colour_min="0.5"/>

  3. #3

    Default Re: [Question] Where I can find flaming missile lights?

    I tried, but I didn't notice any change. There is a artificial light above the soldiers at night, which is pretty desaturated. I want to change its color.

Posting Permissions

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