Jump to content

Recommended Posts

if you mean to change the environment inside the mission here are 2 triggers from mission.xml file:

<trigger name="t_night_switch" interval="1" preserved="false" once ="false">
     <condition type="InUse" name_id="night_switch" state="false" />
     <event name="e_night_switch" />
   </trigger>
   <event name ="e_night_switch">
     <element type="StopTrigger" name="t_night_switch" start_time="0"/>
     <element type="SetEnvironment" environment="default"/>
     <element type="StartTrigger" name="t_day_switch" start_time="1"/>
   </event>

   <trigger name="t_day_switch" interval="1" preserved="false" once ="false">
     <condition type="InUse" name_id="night_switch" state="true" />
     <event name="e_day_switch" />
   </trigger>
   <event name ="e_day_switch">
     <element type="StopTrigger" name="t_day_switch" start_time="0"/>
     
     <element type="SetEnvironment" environment="daro48_day"/>
     <element type="StartTrigger" name="t_night_switch" start_time="1"/>
   </event>
   and here is a part of the environments.xml file:
<?xml version="1.0" encoding="UTF-8"?>
<env_manager_project>
	<setting name="adaption_luminance_max" value="0.390499"/>
	<setting name="adaption_luminance_min" value="0.12995601"/>
	<setting name="hdr_path" value="data\levels\sky\textures\hdr_new"/>
	<setting name="lightmap_cube_exposure" value="1.3921109"/>
	<setting name="lightmap_cube_gamma" value="1.658933"/>
	<setting name="lightmap_energy" value="1"/>
	<setting name="lightmap_exposure" value="1.4627661"/>
	<setting name="lightmap_gamma" value="1.728723"/>
	<setting name="lightmap_min_luminance" value="0"/>
	<setting name="rotation" value="327.08569"/>

  <env name="daro48_day">
    <adaption_light_effect value="m01_morning"/>
    <posteffect value="jarhead"/>
    <sky value="jarhead"/>
  </env>
...
Edited by daro48
Link to comment
Share on other sites

<world_info path="/data/levels/common/campaign_settings.xml" name="gr_mission1" mission_time="day"> this world_info string

<?xml version="1.0" encoding="UTF-8"?>
<env_manager_project>
<setting name="adaption_luminance_max" value="0.54964697"/>
<setting name="adaption_luminance_min" value="0.016039001"/>
<setting name="hdr_path" value="data\levels\sky\textures\hdr_new_hires"/>
<setting name="lightmap_cube_exposure" value="2.3"/>
<setting name="lightmap_cube_gamma" value="1.2"/>
<setting name="lightmap_energy" value="1"/>
<setting name="lightmap_exposure" value="2.47"/>
<setting name="lightmap_gamma" value="1.4"/>
<setting name="lightmap_min_luminance" value="0"/>
<setting name="rotation" value="333.02591"/>
<env name="default">
<adaption_light_effect value="m01_morning"/>
<posteffect value="m01_morning"/>
<sky value="m01_morning"/>
</env>
<env name="formiddag">
<adaption_light_effect value="mission01lightadapt"/>
<posteffect value="mission01d"/>
<posteffect_blend_time value="40"/>
<sky value="mission01d"/>
<sky_blend_time value="40"/>
</env>
<env name="middlemorning">
<posteffect value="morning01_2b"/>
<posteffect_blend_time value="10"/>
<sky value="morning01_2b"/>
<sky_blend_time value="10"/>
</env>
<env name="night">
<posteffect value="hacienda4"/>
<posteffect_blend_time value="10"/>
<sky value="hacienda4"/>
<sky_blend_time value="10"/>
</env>
<sky name="" fade_time="0">
<path name="clouds" value=""/>
<path name="light_cube" value=""/>
<path name="sky_gradient" value="data\levels\sky\textures\sky_gradient"/>
<path name="sun" value="data\levels\sky\textures\sun"/>
<sky_color0 r="0.19926199" g="0.39852399" b="0.63099599"/>
<sky_color1 r="0.62730598" g="0.822878" b="1"/>
<sky_color2 r="1" g="1" b="1"/>
<cloud_vel_rg x="0.0040000002" y="0.003" z="0"/>
<cloud_vel_b x="0.003" y="0.001" z="0"/>
<cloud_sun_color r="0.64219999" g="0.36697" b="0.22018"/>
<cloud_opposite_color r="0.44036999" g="0.25687" b="0.128419"/>
<sun_color r="0.28782299" g="0.28782299" b="0.28782299"/>
<sun_ray_color r="2" g="1.0458601" b="1.11927"/>
<sil_light_direction_offset x="0" y="0" z="0"/>
<sil_min_max_intensity min="0" max="1"/>
<shadow_color r="1" g="0.60000002" b="0.56880999"/>
<clear_color r="0.71429002" g="0.62185001" b="0.60504001"/>
<lightmap_front_color r="2.7896681" g="2.5682659" b="2.2029519"/>
<lightmap_back_color r="0" g="0.01107" b="0.04428"/>
<sun_light_offset x="8.3999996" y="0" z="0"/>
<effect_tint_color r="1" g="0.88306499" b="0.75"/>
<effect_tint_alpha value="1"/>
<cloud_sun_alpha_scale value="0"/>
<cloud_opposite_alpha_scale value="0"/>
<sun_anim value="0.298893"/>
<ambient_multiplier value="1"/>
<shadow_amb_blend_scale value="2.302583"/>
</sky>
<sky name="hacienda2" fade_time="0">
<path name="clouds" value="data\levels\sky\textures\clouds_composite"/>
<path name="light_cube" value=""/>
<path name="sky_gradient" value="data\levels\sky\textures\hacienda_sky"/>
<path name="sun" value=""/>
<sky_color0 r="0.055050001" g="0.13761" b="0.25687"/>
<sky_color1 r="0.52293003" g="0.57576001" b="0.82568997"/>
<sky_color2 r="1" g="0.70642" b="0.60000002"/>
<cloud_vel_rg x="0.0040000002" y="0.003" z="0"/>
<cloud_vel_b x="0.003" y="0.001" z="0"/>
<cloud_sun_color r="0.46788999" g="0.20183" b="0"/>
<cloud_opposite_color r="0" g="0.055050001" b="0.23853"/>
<sun_color r="0" g="0" b="0"/>
<sun_ray_color r="2" g="2" b="2"/>
<sil_light_direction_offset x="0" y="0" z="0"/>
<sil_min_max_intensity min="0" max="1"/>
<shadow_color r="0.64999002" g="0.60000002" b="0.51375002"/>
<clear_color r="0.42017001" g="0.39495999" b="0.40000001"/>
<lightmap_front_color r="0.66055" g="0.46788999" b="0.35780001"/>
<lightmap_back_color r="0" g="0.055050001" b="0.082570001"/>
<sun_light_offset x="0" y="0" z="0"/>
<effect_tint_color r="1" g="1" b="1"/>
<effect_tint_alpha value="1"/>
<cloud_sun_alpha_scale value="1.74312"/>
<cloud_opposite_alpha_scale value="1.37615"/>
<sun_anim value="0.15152"/>
<ambient_multiplier value="1"/>
<shadow_amb_blend_scale value="0.81999999"/>
</sky>
<sky name="hacienda3" fade_time="0">
<path name="clouds" value="data\levels\sky\textures\clouds_composite"/>
<path name="light_cube" value=""/>
<path name="sky_gradient" value="data\levels\sky\textures\hacienda_sky"/>
<path name="sun" value=""/>
<sky_color0 r="0" g="0.11927" b="0.20183"/>
<sky_color1 r="0.30303001" g="0.61467999" b="1"/>
<sky_color2 r="0.57576001" g="1" b="1"/>
<cloud_vel_rg x="0.0040000002" y="0.003" z="0"/>
<cloud_vel_b x="0.003" y="0.001" z="0"/>
<cloud_sun_color r="0.12842" g="0.18348999" b="0.23853"/>
<cloud_opposite_color r="0" g="0" b="0.10092"/>
<sun_color r="0" g="0" b="0"/>
<sun_ray_color r="2" g="2" b="2"/>
<sil_light_direction_offset x="0" y="0" z="0"/>
<sil_min_max_intensity min="0" max="1"/>
<shadow_color r="0.64999002" g="0.60000002" b="0.51375002"/>
<clear_color r="0.42017001" g="0.39495999" b="0.40000001"/>
<lightmap_front_color r="0.36364001" g="0.59091002" b="0.90908998"/>
<lightmap_back_color r="0" g="0.055050001" b="0.08591"/>
<sun_light_offset x="0" y="0" z="0"/>
<effect_tint_color r="1" g="1" b="1"/>
<effect_tint_alpha value="1"/>
<cloud_sun_alpha_scale value="1.37615"/>
<cloud_opposite_alpha_scale value="1.46789"/>
<sun_anim value="0.15152"/>
<ambient_multiplier value="1"/>
<shadow_amb_blend_scale value="0.81999999"/>
</sky>
<sky name="hacienda4" fade_time="0">
<path name="clouds" value="data\levels\sky\textures\clouds_composite"/>
<path name="light_cube" value=""/>
<path name="sky_gradient" value="data\levels\sky\textures\hacienda_sky_v2"/>
<path name="sun" value="data\levels\sky\textures\moon"/>
<sky_color0 r="0" g="0.082570001" b="0.13761"/>
<sky_color1 r="0.10092" g="0.3211" b="0.52293003"/>
<sky_color2 r="0.59632999" g="0.66055" b="0.97248"/>
<cloud_vel_rg x="0.0040000002" y="0.003" z="0"/>
<cloud_vel_b x="0.003" y="0.001" z="0"/>
<cloud_sun_color r="0.128419" g="0.18348999" b="0.28439"/>
<cloud_opposite_color r="0" g="0.036699999" b="0.064208999"/>
<sun_color r="0.44280401" g="0.44280401" b="0.44280401"/>
<sun_ray_color r="2" g="2" b="2"/>
<sil_light_direction_offset x="0" y="0" z="0"/>
<sil_min_max_intensity min="0" max="1"/>
<shadow_color r="1" g="0.60000002" b="0.51375002"/>
<clear_color r="0.42017001" g="0.39495999" b="0.40000001"/>
<lightmap_front_color r="0.4578" g="0.63099599" b="0.83025801"/>
<lightmap_back_color r="0" g="0.02751" b="0.055050001"/>
<sun_light_offset x="0" y="0" z="0"/>
<effect_tint_color r="1" g="1" b="1"/>
<effect_tint_alpha value="1"/>
<cloud_sun_alpha_scale value="1.37615"/>
<cloud_opposite_alpha_scale value="1.46789"/>
<sun_anim value="0.19266"/>
<ambient_multiplier value="1"/>
<shadow_amb_blend_scale value="0.82656801"/>
</sky>
<sky name="jarhead" fade_time="0">
<path name="clouds" value=""/>
<path name="light_cube" value=""/>
<path name="sky_gradient" value="data\levels\sky\textures\sky_gradient"/>
<path name="sun" value=""/>
<sky_color0 r="0.28439999" g="0.35780001" b="0.44953999"/>
<sky_color1 r="0.43119001" g="0.65872997" b="0.89999998"/>
<sky_color2 r="0.78570998" g="0.9375" b="1"/>
<cloud_vel_rg x="0.0040000002" y="0.003" z="0"/>
<cloud_vel_b x="0.003" y="0.001" z="0"/>
<cloud_sun_color r="0.48413" g="0.48413" b="0.47619"/>
<cloud_opposite_color r="0.25" g="0.25687" b="0.3125"/>
<sun_color r="2" g="2" b="2"/>
<sun_ray_color r="2" g="2" b="2"/>
<sil_light_direction_offset x="0" y="0" z="0"/>
<sil_min_max_intensity min="0" max="1"/>
<shadow_color r="0.64999002" g="0.60000002" b="0.51375002"/>
<clear_color r="0.42017001" g="0.39495999" b="0.40000001"/>
<lightmap_front_color r="1.2381001" g="1.2381001" b="1.16667"/>
<lightmap_back_color r="0.071429998" g="0.175" b="0.30274999"/>
<sun_light_offset x="0" y="0" z="0"/>
<effect_tint_color r="1" g="1" b="1"/>
<effect_tint_alpha value="1"/>
<cloud_sun_alpha_scale value="2.53968"/>
<cloud_opposite_alpha_scale value="2.2222199"/>
<sun_anim value="0.18254"/>
<ambient_multiplier value="1"/>
<shadow_amb_blend_scale value="0.81999999"/>
</sky>
<sky name="jarhead2" fade_time="0">
<path name="clouds" value=""/>
<path name="light_cube" value=""/>
<path name="sky_gradient" value="data\levels\sky\textures\sky_gradient"/>
<path name="sun" value=""/>
<sky_color0 r="0.28439" g="0.35780001" b="0.44953999"/>
<sky_color1 r="0.43119001" g="0.65872997" b="0.89999998"/>
<sky_color2 r="0.78570998" g="0.9375" b="1"/>
<cloud_vel_rg x="0.0040000002" y="0.003" z="0"/>
<cloud_vel_b x="0.003" y="0.001" z="0"/>
<cloud_sun_color r="0.48413" g="0.48413" b="0.47619"/>
<cloud_opposite_color r="0.25" g="0.25687" b="0.3125"/>
<sun_color r="1.39474" g="0.78947002" b="0.26315999"/>
<sun_ray_color r="2" g="2" b="2"/>
<sil_light_direction_offset x="0" y="0" z="0"/>
<sil_min_max_intensity min="0" max="1"/>
<shadow_color r="0.68421" g="0.71052998" b="0.69736999"/>
<clear_color r="0.42017001" g="0.39495999" b="0.40000001"/>
<lightmap_front_color r="1.2381001" g="1.2381001" b="1.16667"/>
<lightmap_back_color r="0.071429998" g="0.175" b="0.30274999"/>
<sun_light_offset x="0" y="0" z="0"/>
<effect_tint_color r="1" g="1" b="1"/>
<effect_tint_alpha value="1"/>
<cloud_sun_alpha_scale value="2.53968"/>
<cloud_opposite_alpha_scale value="2.2222199"/>
<sun_anim value="0.18254"/>
<ambient_multiplier value="1"/>
<shadow_amb_blend_scale value="0.81999999"/>
</sky>
<sky name="jarhead3" fade_time="0">
<path name="clouds" value="data\levels\sky\textures\cloudscompositetest"/>
<path name="light_cube" value=""/>
<path name="sky_gradient" value="data\levels\sky\textures\sky_gradient"/>
<path name="sun" value=""/>
<sky_color0 r="0.14474" g="0.21053" b="0.22368"/>
<sky_color1 r="0.38158" g="0.55263001" b="0.68421"/>
<sky_color2 r="0.76147002" g="0.75" b="0.74312001"/>
<cloud_vel_rg x="0.0040000002" y="0.003" z="0"/>
<cloud_vel_b x="0.003" y="0.001" z="0"/>
<cloud_sun_color r="0.81579" g="0.64473999" b="0.47619"/>
<cloud_opposite_color r="0.47705999" g="0.37615001" b="0.13684"/>
<sun_color r="2" g="0.86238998" b="0.51375002"/>
<sun_ray_color r="2" g="2" b="2"/>
<sil_light_direction_offset x="0" y="0" z="0"/>
<sil_min_max_intensity min="0" max="1"/>
<shadow_color r="0.68421" g="0.71052998" b="0.69736999"/>
<clear_color r="0.72017002" g="0.82353002" b="0.85714"/>
<lightmap_front_color r="1.34211" g="1.10526" b="0.86842"/>
<lightmap_back_color r="0.027519999" g="0.13761" b="0.22018"/>
<sun_light_offset x="0" y="0" z="0"/>
<effect_tint_color r="1" g="1" b="1"/>
<effect_tint_alpha value="1"/>
<cloud_sun_alpha_scale value="1.3157901"/>
<cloud_opposite_alpha_scale value="1.2844"/>
<sun_anim value="0.13158"/>
<ambient_multiplier value="1"/>
<shadow_amb_blend_scale value="0.81999999"/>
</sky>
<sky name="m01_morning" fade_time="0">
<path name="clouds" value=""/>
<path name="light_cube" value=""/>
<path name="sky_gradient" value="data\levels\sky\textures\mission06sky"/>
<path name="sun" value="data\levels\sky\textures\mission01sun"/>
<sky_color0 r="0.23170701" g="0.29674801" b="0.325203"/>
<sky_color1 r="0.52032501" g="0.55691099" b="0.54878002"/>
<sky_color2 r="0.84042603" g="0.752033" b="0.63829798"/>
<cloud_vel_rg x="0.0040000002" y="0.003" z="0"/>
<cloud_vel_b x="0.003" y="0.001" z="0"/>
<cloud_sun_color r="0.75836402" g="0.48780501" b="0.256098"/>
<cloud_opposite_color r="0.055351" g="0.055351" b="0.107011"/>
<sun_color r="1.0625" g="0.54471499" b="0.25892901"/>
<sun_ray_color r="2" g="2" b="2"/>
<sil_light_direction_offset x="13.7175" y="0" z="0"/>
<sil_min_max_intensity min="0.20446099" max="0.39776999"/>
<shadow_color r="0.15057901" g="0.60000002" b="0.56880999"/>
<clear_color r="0.71429002" g="0.61176503" b="0.52941197"/>
<lightmap_front_color r="0.89024401" g="0.82926798" b="0.68292701"/>
<lightmap_back_color r="0.097561002" g="0.097561002" b="0.097561002"/>
<sun_light_offset x="17.027" y="0" z="0"/>
<effect_tint_color r="1" g="0.88306499" b="0.75"/>
<effect_tint_alpha value="1"/>
<cloud_sun_alpha_scale value="2.6016259"/>
<cloud_opposite_alpha_scale value="0"/>
<sun_anim value="0.060975999"/>
<ambient_multiplier value="1"/>
<shadow_amb_blend_scale value="4"/>
</sky>
<sky name="mission01" fade_time="0">
<path name="clouds" value=""/>
<path name="light_cube" value=""/>
<path name="sky_gradient" value="data\levels\sky\textures\sky_gradient"/>
<path name="sun" value="data\levels\sky\textures\mission01sun"/>
<sky_color0 r="0.33333299" g="0.50290602" b="0.72000003"/>
<sky_color1 r="0.533333" g="0.77333301" b="0.98666698"/>
<sky_color2 r="0.85294002" g="0.75229001" b="0.73394001"/>
<cloud_vel_rg x="0.0040000002" y="0.003" z="0"/>
<cloud_vel_b x="0.003" y="0.001" z="0"/>
<cloud_sun_color r="0.64219999" g="0.36697" b="0.22018"/>
<cloud_opposite_color r="0.44036999" g="0.25687" b="0.128419"/>
<sun_color r="1" g="0.729927" b="0"/>
<sun_ray_color r="2" g="1.0458601" b="1.11927"/>
<sil_light_direction_offset x="0" y="0" z="0"/>
<sil_min_max_intensity min="0" max="1"/>
<shadow_color r="1" g="0.60000002" b="0.56880999"/>
<clear_color r="0.71429002" g="0.62185001" b="0.60504001"/>
<lightmap_front_color r="2.9014599" g="1.817518" b="0.98540097"/>
<lightmap_back_color r="0.073170997" g="0.073170997" b="0.073170997"/>
<sun_light_offset x="8.3999996" y="0" z="0"/>
<effect_tint_color r="1" g="0.88306499" b="0.75"/>
<effect_tint_alpha value="1"/>
<cloud_sun_alpha_scale value="0"/>
<cloud_opposite_alpha_scale value="0"/>
<sun_anim value="0.128419"/>
<ambient_multiplier value="1"/>
<shadow_amb_blend_scale value="1.373585"/>
</sky>
<sky name="mission01_03" fade_time="0">
<path name="clouds" value=""/>
<path name="light_cube" value=""/>
<path name="sky_gradient" value="data\levels\sky\textures\sky_gradient"/>
<path name="sun" value="data\levels\sky\textures\sun"/>
<sky_color0 r="0.19926199" g="0.39852399" b="0.63099599"/>
<sky_color1 r="0.62730598" g="0.822878" b="1"/>
<sky_color2 r="1" g="1" b="1"/>
<cloud_vel_rg x="0.0040000002" y="0.003" z="0"/>
<cloud_vel_b x="0.003" y="0.001" z="0"/>
<cloud_sun_color r="0.64219999" g="0.36697" b="0.22018"/>
<cloud_opposite_color r="0.44036999" g="0.25687" b="0.128419"/>
<sun_color r="0.28782299" g="0.28782299" b="0.28782299"/>
<sun_ray_color r="2" g="1.0458601" b="1.11927"/>
<sil_light_direction_offset x="0" y="0" z="0"/>
<sil_min_max_intensity min="0" max="1"/>
<shadow_color r="1" g="0.60000002" b="0.56880999"/>
<clear_color r="0.71429002" g="0.62185001" b="0.60504001"/>
<lightmap_front_color r="2.7896681" g="2.5682659" b="2.2029519"/>
<lightmap_back_color r="0" g="0.01107" b="0.04428"/>
<sun_light_offset x="8.3999996" y="0" z="0"/>
<effect_tint_color r="1" g="0.88306499" b="0.75"/>
<effect_tint_alpha value="1"/>
<cloud_sun_alpha_scale value="0"/>
<cloud_opposite_alpha_scale value="0"/>
<sun_anim value="0.298893"/>
<ambient_multiplier value="1"/>
<shadow_amb_blend_scale value="2.302583"/>
</sky>
<sky name="mission01b" fade_time="0">
<path name="clouds" value=""/>
<path name="light_cube" value=""/>
<path name="sky_gradient" value="data\levels\sky\textures\sky_gradient"/>
<path name="sun" value="data\levels\sky\textures\mission01sun"/>
<sky_color0 r="0.33333299" g="0.50290602" b="0.72000003"/>
<sky_color1 r="0.533333" g="0.77333301" b="0.98666698"/>
<sky_color2 r="0.85294002" g="0.75229001" b="0.73394001"/>
<cloud_vel_rg x="0.0040000002" y="0.003" z="0"/>
<cloud_vel_b x="0.003" y="0.001" z="0"/>
<cloud_sun_color r="0.64219999" g="0.36697" b="0.22018"/>
<cloud_opposite_color r="0.44036999" g="0.25687" b="0.128419"/>
<sun_color r="1.230769" g="0.76923102" b="0"/>
<sun_ray_color r="2" g="1.0458601" b="1.11927"/>
<sil_light_direction_offset x="0" y="0" z="0"/>
<sil_min_max_intensity min="0" max="1"/>
<shadow_color r="1" g="0.60000002" b="0.56880999"/>
<clear_color r="0.71429002" g="0.62185001" b="0.60504001"/>
<lightmap_front_color r="2.9014599" g="2.0040491" b="0.98540097"/>
<lightmap_back_color r="0.073170997" g="0.073170997" b="0.073170997"/>
<sun_light_offset x="8.3999996" y="0" z="0"/>
<effect_tint_color r="1" g="0.88306499" b="0.75"/>
<effect_tint_alpha value="1"/>
<cloud_sun_alpha_scale value="0"/>
<cloud_opposite_alpha_scale value="0"/>
<sun_anim value="0.128419"/>
<ambient_multiplier value="1"/>
<shadow_amb_blend_scale value="1.554656"/>
</sky>
<sky name="mission01c" fade_time="0">
<path name="clouds" value=""/>
<path name="light_cube" value=""/>
<path name="sky_gradient" value="data\levels\sky\textures\mission06sky"/>
<path name="sun" value="data\levels\sky\textures\mission01sun"/>
<sky_color0 r="0.242424" g="0.469697" b="0.61363602"/>
<sky_color1 r="0.63636398" g="0.93181801" b="1"/>
<sky_color2 r="1" g="0.86747003" b="0.54216897"/>
<cloud_vel_rg x="0.0040000002" y="0.003" z="0"/>
<cloud_vel_b x="0.003" y="0.001" z="0"/>
<cloud_sun_color r="0.689394" g="0.689394" b="0.689394"/>
<cloud_opposite_color r="0.21212099" g="0.21212099" b="0.21212099"/>
<sun_color r="2" g="2" b="2"/>
<sun_ray_color r="2" g="2" b="2"/>
<sil_light_direction_offset x="0" y="0" z="0"/>
<sil_min_max_intensity min="0" max="1"/>
<shadow_color r="1" g="0.60000002" b="0.56880999"/>
<clear_color r="0.71429002" g="0.62185001" b="0.60504001"/>
<lightmap_front_color r="2.53125" g="2.175" b="1.65"/>
<lightmap_back_color r="0.045000002" g="0.059999999" b="0.075000003"/>
<sun_light_offset x="8.3999996" y="0" z="0"/>
<effect_tint_color r="1" g="0.88306499" b="0.75"/>
<effect_tint_alpha value="1"/>
<cloud_sun_alpha_scale value="4.469697"/>
<cloud_opposite_alpha_scale value="0"/>
<sun_anim value="0.128419"/>
<ambient_multiplier value="1"/>
<shadow_amb_blend_scale value="1.181818"/>
</sky>
<sky name="mission01d" fade_time="0">
<path name="clouds" value=""/>
<path name="light_cube" value=""/>
<path name="sky_gradient" value="data\levels\sky\textures\mission06sky"/>
<path name="sun" value="data\levels\sky\textures\mission01sun"/>
<sky_color0 r="0.44081599" g="0.54321003" b="0.66530597"/>
<sky_color1 r="0.64893597" g="0.72872299" b="0.78191501"/>
<sky_color2 r="0.84042603" g="0.739362" b="0.63829798"/>
<cloud_vel_rg x="0.0040000002" y="0.003" z="0"/>
<cloud_vel_b x="0.003" y="0.001" z="0"/>
<cloud_sun_color r="0.75836402" g="0.68773198" b="0.45982099"/>
<cloud_opposite_color r="0.055351" g="0.055351" b="0.107011"/>
<sun_color r="1.0625" g="0.78571397" b="0.25892901"/>
<sun_ray_color r="2" g="2" b="2"/>
<sil_light_direction_offset x="13.7175" y="0" z="0"/>
<sil_min_max_intensity min="0.20446099" max="0.39776999"/>
<shadow_color r="0.43231401" g="0.60000002" b="0.96089399"/>
<clear_color r="0.71429002" g="0.62185001" b="0.60504001"/>
<lightmap_front_color r="2.079999" g="2.04" b="1.724696"/>
<lightmap_back_color r="0" g="0.0131" b="0.026201"/>
<sun_light_offset x="8.3999996" y="0" z="0"/>
<effect_tint_color r="1" g="0.88306499" b="0.75"/>
<effect_tint_alpha value="1"/>
<cloud_sun_alpha_scale value="4.469697"/>
<cloud_opposite_alpha_scale value="0"/>
<sun_anim value="0.128419"/>
<ambient_multiplier value="1"/>
<shadow_amb_blend_scale value="1.624454"/>
</sky>
<sky name="mission01variation" fade_time="0">
<path name="clouds" value="data\levels\sky\textures\mission10supercell_cloud"/>
<path name="light_cube" value=""/>
<path name="sky_gradient" value="data\levels\sky\textures\sky_gradient"/>
<path name="sun" value="data\levels\sky\textures\mission01sun"/>
<sky_color0 r="1" g="1" b="1"/>
<sky_color1 r="0.76147002" g="0.81651002" b="0.92660999"/>
<sky_color2 r="0.85294002" g="0.75229001" b="0.73394001"/>
<cloud_vel_rg x="0.0040000002" y="0.003" z="0"/>
<cloud_vel_b x="0.003" y="0.001" z="0"/>
<cloud_sun_color r="0.52548999" g="0.49803901" b="0.48627499"/>
<cloud_opposite_color r="0.321569" g="0.31372499" b="0.31372499"/>
<sun_color r="0.89907998" g="0.60549998" b="0.27522999"/>
<sun_ray_color r="2" g="1.0458601" b="1.11927"/>
<sil_light_direction_offset x="0" y="0" z="0"/>
<sil_min_max_intensity min="0" max="1"/>
<shadow_color r="0.64999002" g="0.60000002" b="0.56880999"/>
<clear_color r="0.71429002" g="0.62185001" b="0.60504001"/>
<lightmap_front_color r="1.011765" g="1.011765" b="0.964706"/>
<lightmap_back_color r="0.202381" g="0.25" b="0.435294"/>
<sun_light_offset x="8.3999996" y="0" z="0"/>
<effect_tint_color r="1" g="1" b="1"/>
<effect_tint_alpha value="1"/>
<cloud_sun_alpha_scale value="0"/>
<cloud_opposite_alpha_scale value="0"/>
<sun_anim value="0.128419"/>
<ambient_multiplier value="1"/>
<shadow_amb_blend_scale value="0.88072997"/>
</sky>
<sky name="morning01_2" fade_time="0">
<path name="clouds" value="data\levels\sky\textures\clouds_composite"/>
<path name="light_cube" value=""/>
<path name="sky_gradient" value="data\levels\sky\textures\sky_gradient"/>
<path name="sun" value="data\levels\sky\textures\mission04sun"/>
<sky_color0 r="0" g="0.082570001" b="0.13761"/>
<sky_color1 r="0.450185" g="0.3211" b="0.35424399"/>
<sky_color2 r="1" g="0.321033" b="0.18450201"/>
<cloud_vel_rg x="0.0040000002" y="0.003" z="0"/>
<cloud_vel_b x="0.003" y="0.001" z="0"/>
<cloud_sun_color r="0.69741702" g="0.21033201" b="0.158672"/>
<cloud_opposite_color r="0" g="0.036699999" b="0.064208999"/>
<sun_color r="0.88560897" g="0.44280401" b="0.081180997"/>
<sun_ray_color r="2" g="2" b="2"/>
<sil_light_direction_offset x="0" y="0" z="0"/>
<sil_min_max_intensity min="0" max="1"/>
<shadow_color r="1" g="0.60000002" b="0.51375002"/>
<clear_color r="0.42017001" g="0.39495999" b="0.40000001"/>
<lightmap_front_color r="0.98523998" g="0.66420698" b="0.70550001"/>
<lightmap_back_color r="0" g="0.02751" b="0.055050001"/>
<sun_light_offset x="0" y="0" z="0"/>
<effect_tint_color r="1" g="1" b="1"/>
<effect_tint_alpha value="1"/>
<cloud_sun_alpha_scale value="1.37615"/>
<cloud_opposite_alpha_scale value="1.46789"/>
<sun_anim value="0.092251003"/>
<ambient_multiplier value="1"/>
<shadow_amb_blend_scale value="0.48708501"/>
</sky>
<sky name="morning01_2b" fade_time="0">
<path name="clouds" value="data\levels\sky\textures\clouds_composite"/>
<path name="light_cube" value=""/>
<path name="sky_gradient" value="data\levels\sky\textures\sky_gradient"/>
<path name="sun" value="data\levels\sky\textures\mission04sun"/>
<sky_color0 r="0.317343" g="0.31365299" b="0.31365299"/>
<sky_color1 r="0.638376" g="0.450185" b="0.35424399"/>
<sky_color2 r="1" g="0.321033" b="0.18450201"/>
<cloud_vel_rg x="0.0040000002" y="0.003" z="0"/>
<cloud_vel_b x="0.003" y="0.001" z="0"/>
<cloud_sun_color r="0.69741702" g="0.21033201" b="0.158672"/>
<cloud_opposite_color r="0" g="0.036699999" b="0.064208999"/>
<sun_color r="0.88560897" g="0.44280401" b="0.081180997"/>
<sun_ray_color r="2" g="2" b="2"/>
<sil_light_direction_offset x="0" y="0" z="0"/>
<sil_min_max_intensity min="0" max="1"/>
<shadow_color r="1" g="0.60000002" b="0.51375002"/>
<clear_color r="0.42017001" g="0.39495999" b="0.40000001"/>
<lightmap_front_color r="1.350554" g="0.89667898" b="0.70550001"/>
<lightmap_back_color r="0" g="0.02751" b="0.055050001"/>
<sun_light_offset x="0" y="0" z="0"/>
<effect_tint_color r="1" g="1" b="1"/>
<effect_tint_alpha value="1"/>
<cloud_sun_alpha_scale value="1.37615"/>
<cloud_opposite_alpha_scale value="1.46789"/>
<sun_anim value="0.140221"/>
<ambient_multiplier value="1"/>
<shadow_amb_blend_scale value="0.61992598"/>
</sky>
<posteffect name="" fade_time="0">
<sepia_r x="0.384" y="0.37" z="0.37"/>
<sepia_g x="0.37" y="0.37" z="0.68000001"/>
<sepia_b x="0.31999999" y="0.33000001" z="0.96799999"/>
<levels_r min="0" max="1"/>
<levels_g min="0" max="1"/>
<levels_b min="0" max="1"/>
<bloom_tint x="0.80000001" y="0.49599999" z="0.21600001"/>
<fog_start x="0.50999999" y="0.50999999" z="0.50999999"/>
<fog_end0 x="0.248" y="0.26800001" z="0.28"/>
<fog_end1 x="1" y="1" z="0.81599998"/>
<fog_end2 x="0.31999999" y="0.33000001" z="0.38"/>
<sepia_opacity value="0"/>
<bright_pass value="0"/>
<fog_end0_alpha value="0.90399998"/>
<fog_end1_alpha value="1"/>
<fog_start_dist value="12000"/>
<fog_end0_dist value="32000"/>
<fog_end1_dist value="224000"/>
<fog_end2_dist value="229900"/>
</posteffect>
<posteffect name="hacienda" fade_time="0">
<sepia_r x="0.384" y="0.296" z="0.67199999"/>
<sepia_g x="0.368" y="0.104" z="0.68000001"/>
<sepia_b x="0.13600001" y="0.16" z="0.51999998"/>
<levels_r min="0.091200002" max="1"/>
<levels_g min="0.057599999" max="1"/>
<levels_b min="0.0352" max="1"/>
<bloom_tint x="1" y="0.428" z="0.039999999"/>
<fog_start x="0.50999999" y="0.50999999" z="0.50999999"/>
<fog_end0 x="0.472" y="0.49599999" z="0.49599999"/>
<fog_end1 x="0.75199997" y="0.60000002" z="0.49599999"/>
<fog_end2 x="0.792" y="0.72000003" z="0.54400003"/>
<sepia_opacity value="0.27200001"/>
<bright_pass value="0.47999999"/>
<fog_end0_alpha value="0.83200002"/>
<fog_end1_alpha value="1"/>
<fog_start_dist value="4000"/>
<fog_end0_dist value="32000"/>
<fog_end1_dist value="256000"/>
<fog_end2_dist value="424000"/>
</posteffect>
<posteffect name="hacienda2" fade_time="0">
<sepia_r x="0" y="0.032000002" z="0"/>
<sepia_g x="0.44800001" y="0.51999998" z="0.368"/>
<sepia_b x="1" y="1" z="0.96799999"/>
<levels_r min="0.079999998" max="0.62879002"/>
<levels_g min="0.046399999" max="0.75199997"/>
<levels_b min="0.030379999" max="0.8976"/>
<bloom_tint x="1" y="0.528" z="0"/>
<fog_start x="0.192" y="0.31200001" z="0.50999999"/>
<fog_end0 x="0.168" y="0.23199999" z="0.39199999"/>
<fog_end1 x="0.47999999" y="0.50400001" z="0.72799999"/>
<fog_end2 x="0.31999999" y="0.33000001" z="0.38"/>
<sepia_opacity value="0.36000001"/>
<bright_pass value="0.30399001"/>
<fog_end0_alpha value="0.74400002"/>
<fog_end1_alpha value="1"/>
<fog_start_dist value="8000"/>
<fog_end0_dist value="24000"/>
<fog_end1_dist value="224000"/>
<fog_end2_dist value="229900"/>
</posteffect>
<posteffect name="hacienda3" fade_time="0">
<sepia_r x="0.384" y="0.37" z="0.37"/>
<sepia_g x="0.37" y="0.37" z="0.368"/>
<sepia_b x="0.31999999" y="0.33000001" z="0.96799999"/>
<levels_r min="0.030379999" max="1"/>
<levels_g min="0.030379999" max="0.90880001"/>
<levels_b min="0.030379999" max="0.86400002"/>
<bloom_tint x="0.264" y="0.71200001" z="1"/>
<fog_start x="0.168" y="0.296" z="0.50999999"/>
<fog_end0 x="0.168" y="0.28799" z="0.41600001"/>
<fog_end1 x="0.336" y="0.63200003" z="0.96799999"/>
<fog_end2 x="0.31999999" y="0.33000001" z="0.38"/>
<sepia_opacity value="0"/>
<bright_pass value="0.096000001"/>
<fog_end0_alpha value="0.74400002"/>
<fog_end1_alpha value="1"/>
<fog_start_dist value="8000"/>
<fog_end0_dist value="24000"/>
<fog_end1_dist value="224000"/>
<fog_end2_dist value="229900"/>
</posteffect>
<posteffect name="hacienda4" fade_time="0">
<sepia_r x="0.384" y="0.37" z="0.37"/>
<sepia_g x="0.37" y="0.37" z="0.368"/>
<sepia_b x="0.31999999" y="0.33000001" z="0.59873903"/>
<levels_r min="0.046399999" max="1"/>
<levels_g min="0.0352" max="0.83039999"/>
<levels_b min="0.024" max="0.81919998"/>
<bloom_tint x="0.93599999" y="0.95200002" z="0.95999998"/>
<fog_start x="0.032000002" y="0.296" z="0.470588"/>
<fog_end0 x="0" y="0.176" z="0.252101"/>
<fog_end1 x="0.094538003" y="0.13235299" z="0.20378201"/>
<fog_end2 x="0.180672" y="0.252101" z="0.38"/>
<sepia_opacity value="0.691176"/>
<bright_pass value="0.096000001"/>
<fog_end0_alpha value="0.60924399"/>
<fog_end1_alpha value="1"/>
<fog_start_dist value="0"/>
<fog_end0_dist value="32000"/>
<fog_end1_dist value="232000"/>
<fog_end2_dist value="936000"/>
</posteffect>
<posteffect name="jarhead" fade_time="0">
<sepia_r x="1" y="0.60140002" z="0.67199999"/>
<sepia_g x="0.65034002" y="0.22378001" z="0.68000001"/>
<sepia_b x="0.13600001" y="0.16" z="0.51999998"/>
<levels_r min="0.05455" max="0.85733998"/>
<levels_g min="0.04476" max="0.93566"/>
<levels_b min="0.064340003" max="1"/>
<bloom_tint x="0.1049" y="0.083920002" z="0.19580001"/>
<fog_start x="0.50999999" y="0.50999999" z="0.50999999"/>
<fog_end0 x="0.472" y="0.62400001" z="0.72799999"/>
<fog_end1 x="0.368" y="0.62400001" z="0.85600001"/>
<fog_end2 x="0.31" y="0.33000001" z="0.38"/>
<sepia_opacity value="0"/>
<bright_pass value="0"/>
<fog_end0_alpha value="0.92799997"/>
<fog_end1_alpha value="0.68000001"/>
<fog_start_dist value="3496.5"/>
<fog_end0_dist value="56000"/>
<fog_end1_dist value="111888.1"/>
<fog_end2_dist value="240000"/>
</posteffect>
<posteffect name="jarhead2" fade_time="0">
<sepia_r x="1" y="0.60140002" z="0.67199999"/>
<sepia_g x="0.65034002" y="0.22378001" z="0.68000001"/>
<sepia_b x="0.13600001" y="0.16" z="0.51999998"/>
<levels_r min="0" max="0.85733998"/>
<levels_g min="0.04476" max="0.93566"/>
<levels_b min="0.064340003" max="1"/>
<bloom_tint x="0.50400001" y="0.31999999" z="0.14399"/>
<fog_start x="0.50999999" y="0.50999999" z="0.50999999"/>
<fog_end0 x="0.472" y="0.59551001" z="0.72799999"/>
<fog_end1 x="0.368" y="0.62400001" z="0.85600001"/>
<fog_end2 x="0.31" y="0.33000001" z="0.38"/>
<sepia_opacity value="0"/>
<bright_pass value="0.264"/>
<fog_end0_alpha value="0.84799999"/>
<fog_end1_alpha value="0.63999999"/>
<fog_start_dist value="3496.5"/>
<fog_end0_dist value="112000"/>
<fog_end1_dist value="560000"/>
<fog_end2_dist value="760000"/>
</posteffect>
<posteffect name="jarhead3" fade_time="0">
<sepia_r x="1" y="0.60140002" z="0.67199999"/>
<sepia_g x="0.65034002" y="0.22378001" z="0.68000001"/>
<sepia_b x="0.13600001" y="0.16" z="0.51999998"/>
<levels_r min="0" max="0.85733998"/>
<levels_g min="0.04476" max="0.93566"/>
<levels_b min="0.064340003" max="1"/>
<bloom_tint x="0.50400001" y="0.31999999" z="0.14399"/>
<fog_start x="0.50999999" y="0.50999999" z="0.50999999"/>
<fog_end0 x="0.5618" y="0.59551001" z="0.58399999"/>
<fog_end1 x="0.50562" y="0.55056" z="0.58399999"/>
<fog_end2 x="0.60799998" y="0.60799998" z="0.59200001"/>
<sepia_opacity value="0.14399999"/>
<bright_pass value="0.264"/>
<fog_end0_alpha value="0.51200002"/>
<fog_end1_alpha value="0.94400001"/>
<fog_start_dist value="3496.5"/>
<fog_end0_dist value="56000"/>
<fog_end1_dist value="216000"/>
<fog_end2_dist value="432000"/>
</posteffect>
<posteffect name="m01_morning" fade_time="0">
<sepia_r x="0.384" y="0.296" z="0.29840499"/>
<sepia_g x="0.368" y="0.34168601" z="0.517084"/>
<sepia_b x="0.28246" y="0.32118499" z="0.51999903"/>
<levels_r min="0.031230999" max="0.81865698"/>
<levels_g min="0.0060060001" max="0.81308001"/>
<levels_b min="0" max="0.81603402"/>
<bloom_tint x="1" y="0.62642401" z="0.30523899"/>
<fog_start x="0.1" y="0.1" z="0.1"/>
<fog_end0 x="0.47899199" y="0.54621798" z="0.60294098"/>
<fog_end1 x="0.371849" y="0.48319301" z="0.59453797"/>
<fog_end2 x="0.359909" y="0.38724399" z="0.405467"/>
<sepia_opacity value="0.241458"/>
<bright_pass value="0.398633"/>
<fog_end0_alpha value="0.44958001"/>
<fog_end1_alpha value="0.49369699"/>
<fog_start_dist value="2000"/>
<fog_end0_dist value="18987.301"/>
<fog_end1_dist value="77731.102"/>
<fog_end2_dist value="167372.91"/>
</posteffect>
<posteffect name="mission01" fade_time="0">
<sepia_r x="0.384" y="0.296" z="0.67199999"/>
<sepia_g x="0.368" y="0.104" z="0.68000001"/>
<sepia_b x="0.13600001" y="0.16" z="0.51999903"/>
<levels_r min="0.027027" max="0.83333302"/>
<levels_g min="-0.002475" max="0.87111098"/>
<levels_b min="-0.054455001" max="0.92000002"/>
<bloom_tint x="1" y="0.44539201" z="0"/>
<fog_start x="0.44072899" y="0.51671702" z="0.58054698"/>
<fog_end0 x="0.38601801" y="0.50599402" z="0.66187102"/>
<fog_end1 x="0.391608" y="0.58275098" z="0.78088599"/>
<fog_end2 x="0.69599998" y="0.63999999" z="0.648"/>
<sepia_opacity value="0"/>
<bright_pass value="0.346416"/>
<fog_end0_alpha value="0.72000003"/>
<fog_end1_alpha value="0.83999997"/>
<fog_start_dist value="4000"/>
<fog_end0_dist value="25000"/>
<fog_end1_dist value="176000"/>
<fog_end2_dist value="528000"/>
</posteffect>
<posteffect name="mission01_03" fade_time="0">
<sepia_r x="0.384" y="0.37" z="0.37"/>
<sepia_g x="0.37" y="0.37" z="0.368"/>
<sepia_b x="0.31999999" y="0.33000001" z="0.59873903"/>
<levels_r min="0.061765" max="0.74411798"/>
<levels_g min="0.0352" max="0.81176502"/>
<levels_b min="0.024" max="0.95588201"/>
<bloom_tint x="1" y="0.78991598" z="0.57142901"/>
<fog_start x="0.470588" y="0.470588" z="0.470588"/>
<fog_end0 x="0.57773101" y="0.52310902" z="0.443277"/>
<fog_end1 x="0.42436999" y="0.50630301" z="0.56092399"/>
<fog_end2 x="0.155462" y="0.252101" z="0.436975"/>
<sepia_opacity value="0"/>
<bright_pass value="0.71218503"/>
<fog_end0_alpha value="0.073528998"/>
<fog_end1_alpha value="0.55462199"/>
<fog_start_dist value="0"/>
<fog_end0_dist value="2100.8"/>
<fog_end1_dist value="232000"/>
<fog_end2_dist value="936000"/>
</posteffect>
<posteffect name="mission01b" fade_time="0">
<sepia_r x="0.384" y="0.296" z="0.67199999"/>
<sepia_g x="0.368" y="0.104" z="0.68000001"/>
<sepia_b x="0.13600001" y="0.16" z="0.51999903"/>
<levels_r min="0.027027" max="0.83333302"/>
<levels_g min="-0.002475" max="0.87111098"/>
<levels_b min="-0.054455001" max="0.92000002"/>
<bloom_tint x="1" y="0.44539201" z="0"/>
<fog_start x="0.44072899" y="0.51671702" z="0.58054698"/>
<fog_end0 x="0.38601801" y="0.50599402" z="0.66187102"/>
<fog_end1 x="0.391608" y="0.58275098" z="0.78088599"/>
<fog_end2 x="0.69599998" y="0.63999999" z="0.648"/>
<sepia_opacity value="0"/>
<bright_pass value="0.346416"/>
<fog_end0_alpha value="0.72000003"/>
<fog_end1_alpha value="0.83999997"/>
<fog_start_dist value="4000"/>
<fog_end0_dist value="25000"/>
<fog_end1_dist value="176000"/>
<fog_end2_dist value="528000"/>
</posteffect>
<posteffect name="mission01c" fade_time="0">
<sepia_r x="0.384" y="0.296" z="0.67199999"/>
<sepia_g x="0.368" y="0.104" z="0.68000001"/>
<sepia_b x="0.13600001" y="0.16" z="0.51999903"/>
<levels_r min="0.030379999" max="0.81865698"/>
<levels_g min="0.0067509999" max="0.81308001"/>
<levels_b min="-0.016878" max="0.81603402"/>
<bloom_tint x="0.71641803" y="0.61194003" z="0.52238703"/>
<fog_start x="0.51054901" y="0.51054901" z="0.51054901"/>
<fog_end0 x="0.481013" y="0.58227801" z="0.60337597"/>
<fog_end1 x="0.32805401" y="0.497738" z="0.60180998"/>
<fog_end2 x="0.567873" y="0.74208099" z="0.74660599"/>
<sepia_opacity value="0"/>
<bright_pass value="0.42623001"/>
<fog_end0_alpha value="0.45475101"/>
<fog_end1_alpha value="0.45475101"/>
<fog_start_dist value="2000"/>
<fog_end0_dist value="18987.301"/>
<fog_end1_dist value="56962"/>
<fog_end2_dist value="233031.7"/>
</posteffect>
<posteffect name="mission01cadapt" fade_time="0">
<sepia_r x="0.384" y="0.296" z="0.67199999" modifier=""/>
<sepia_g x="0.368" y="0.104" z="0.68000001" modifier=""/>
<sepia_b x="0.13600001" y="0.16" z="0.51999903" modifier=""/>
<levels_r min="-0.07767" max="0.76957899" modifier=""/>
<levels_g min="-0.064078003" max="0.76957899" modifier=""/>
<levels_b min="-0.059547" max="0.76957899" modifier=""/>
<bloom_tint x="0.91640902" y="0.81424099" z="0.76470602" modifier=""/>
<fog_start x="0.58762902" y="0.58762902" z="0.58762902" modifier=""/>
<fog_end0 x="0.56700999" y="0.64948499" z="0.56700999" modifier=""/>
<fog_end1 x="0.313187" y="0.40671599" z="0.40721601" modifier=""/>
<fog_end2 x="0.67537302" y="0.63999999" z="0.648" modifier=""/>
<sepia_opacity value="0" modifier=""/>
<bright_pass value="0.210692" modifier=""/>
<fog_end0_alpha value="0.33505201" modifier=""/>
<fog_end1_alpha value="0.854478" modifier=""/>
<fog_start_dist value="4000" modifier=""/>
<fog_end0_dist value="15000" modifier=""/>
<fog_end1_dist value="148351.59" modifier=""/>
<fog_end2_dist value="528000" modifier=""/>
</posteffect>
<posteffect name="mission01d" fade_time="0">
<sepia_r x="0.91304302" y="0" z="0"/>
<sepia_g x="0" y="1" z="0"/>
<sepia_b x="0" y="0" z="1"/>
<levels_r min="0" max="0.81865698"/>
<levels_g min="0" max="0.81308001"/>
<levels_b min="0" max="0.81603402"/>
<bloom_tint x="1" y="0.82298899" z="0.62068999"/>
<fog_start x="0.1" y="0.1" z="0.1"/>
<fog_end0 x="0.47899199" y="0.54621798" z="0.60294098"/>
<fog_end1 x="0.371849" y="0.48319301" z="0.59453797"/>
<fog_end2 x="0.519108" y="0.56050998" z="0.57961798"/>
<sepia_opacity value="1"/>
<bright_pass value="0.64597702"/>
<fog_end0_alpha value="0.44958001"/>
<fog_end1_alpha value="0.49369699"/>
<fog_start_dist value="2000"/>
<fog_end0_dist value="18987.301"/>
<fog_end1_dist value="77731.102"/>
<fog_end2_dist value="167372.91"/>
</posteffect>
<posteffect name="mission01lightadapt" fade_time="0">
<levels_r min="0" max="0.77160901" modifier=""/>
<levels_g min="-0.025" max="0.780442" modifier=""/>
<levels_b min="-0.035937" max="0.79369098" modifier=""/>
<bloom_tint x="1" y="0.84507" z="0.66163099" modifier=""/>
<bright_pass value="0.361413" modifier=""/>
</posteffect>
<posteffect name="mission01lightadaption" fade_time="0">
<sepia_r x="0.384" y="0.296" z="0.67199999" modifier=""/>
<sepia_g x="0.368" y="0.104" z="0.68000001" modifier=""/>
<sepia_b x="0.13600001" y="0.16" z="0.51999903" modifier=""/>
<levels_r min="-0.044174001" max="0.673684" modifier=""/>
<levels_g min="-0.049123" max="0.67719299" modifier=""/>
<levels_b min="-0.052632" max="0.67017502" modifier=""/>
<bloom_tint x="0.88" y="0.472" z="0.16707" modifier=""/>
<fog_start x="0.321343" y="0.54196602" z="0.72182298" modifier=""/>
<fog_end0 x="0.36930501" y="0.50599402" z="0.66187102" modifier=""/>
<fog_end1 x="0.61870497" y="0.72557199" z="0.75199997" modifier=""/>
<fog_end2 x="0.69599998" y="0.63999999" z="0.648" modifier=""/>
<sepia_opacity value="0" modifier=""/>
<bright_pass value="0.41666701" modifier=""/>
<fog_end0_alpha value="0.52278203" modifier=""/>
<fog_end1_alpha value="0.83999997" modifier=""/>
<fog_start_dist value="4000" modifier=""/>
<fog_end0_dist value="25000" modifier=""/>
<fog_end1_dist value="176000" modifier=""/>
<fog_end2_dist value="528000" modifier=""/>
</posteffect>
<posteffect name="mission01sun" fade_time="0">
<sepia_r x="0.384" y="0.296" z="0.67199999" modifier=""/>
<sepia_g x="1" y="0.965909" z="0.68000001" modifier=""/>
<sepia_b x="0.13600001" y="0.16" z="0.51999903" modifier=""/>
<levels_r min="0.091200002" max="0.70781302" modifier=""/>
<levels_g min="0.068800002" max="0.77343798" modifier=""/>
<levels_b min="0.057599999" max="1" modifier=""/>
<bloom_tint x="1" y="0.69718301" z="0.45070401" modifier=""/>
<fog_start x="0.79234999" y="0.83606601" z="0.945355" modifier=""/>
<fog_end0 x="0.59200001" y="0.56800002" z="0.57599002" modifier=""/>
<fog_end1 x="0.56800002" y="0.648" z="0.75199997" modifier=""/>
<fog_end2 x="0.69599998" y="0.63999999" z="0.648" modifier=""/>
<sepia_opacity value="0.43448299" modifier=""/>
<bright_pass value="0.78102201" modifier=""/>
<fog_end0_alpha value="0.72000003" modifier=""/>
<fog_end1_alpha value="0.83999997" modifier=""/>
<fog_start_dist value="4000" modifier=""/>
<fog_end0_dist value="25000" modifier=""/>
<fog_end1_dist value="176000" modifier=""/>
<fog_end2_dist value="528000" modifier=""/>
</posteffect>
<posteffect name="mission01variation" fade_time="0">
<sepia_r x="0.384" y="0.296" z="0.67199999"/>
<sepia_g x="0.368" y="0.104" z="0.68000001"/>
<sepia_b x="0.13600001" y="0.16" z="0.51999903"/>
<levels_r min="0.091200002" max="0.76946902"/>
<levels_g min="0.068800002" max="0.81902701"/>
<levels_b min="0.18097299" max="0.90885001"/>
<bloom_tint x="0.65265501" y="0.81194699" z="0.97787601"/>
<fog_start x="0.79234999" y="0.83606601" z="0.945355"/>
<fog_end0 x="0.59200001" y="0.56800002" z="0.57599002"/>
<fog_end1 x="0.66964298" y="0.648" z="0.63839298"/>
<fog_end2 x="0.69599998" y="0.63999999" z="0.648"/>
<sepia_opacity value="0"/>
<bright_pass value="0.64285702"/>
<fog_end0_alpha value="0.72000003"/>
<fog_end1_alpha value="0.79017901"/>
<fog_start_dist value="4000"/>
<fog_end0_dist value="25000"/>
<fog_end1_dist value="176000"/>
<fog_end2_dist value="528000"/>
</posteffect>
<posteffect name="morning01_2" fade_time="0">
<sepia_r x="0.384" y="0.296" z="0.67199999"/>
<sepia_g x="0.368" y="0.104" z="0.68000001"/>
<sepia_b x="0.13600001" y="0.16" z="0.51999903"/>
<levels_r min="0.024691001" max="0.81865698"/>
<levels_g min="0.0088240001" max="0.81308001"/>
<levels_b min="-0.0088240001" max="0.81603402"/>
<bloom_tint x="1" y="0.82298899" z="0.62068999"/>
<fog_start x="0.51054901" y="0.51054901" z="0.51054901"/>
<fog_end0 x="0.47899199" y="0.54621798" z="0.60294098"/>
<fog_end1 x="0.371849" y="0.48319301" z="0.59453797"/>
<fog_end2 x="0.53151298" y="0.541152" z="0.54621798"/>
<sepia_opacity value="0"/>
<bright_pass value="0.64597702"/>
<fog_end0_alpha value="0.44958001"/>
<fog_end1_alpha value="0.49369699"/>
<fog_start_dist value="2000"/>
<fog_end0_dist value="18987.301"/>
<fog_end1_dist value="77731.102"/>
<fog_end2_dist value="167372.91"/>
</posteffect>
<posteffect name="morning01_2b" fade_time="0">
<sepia_r x="0.384" y="0.37" z="0.37"/>
<sepia_g x="0.37" y="0.37" z="0.368"/>
<sepia_b x="0.31999999" y="0.33000001" z="0.59873903"/>
<levels_r min="0.046399999" max="1"/>
<levels_g min="0.0352" max="0.83039999"/>
<levels_b min="0.024" max="0.81919998"/>
<bloom_tint x="1" y="0.497899" z="0.491597"/>
<fog_start x="0.25420201" y="0.296" z="0.470588"/>
<fog_end0 x="0.31092399" y="0.23949599" z="0.252101"/>
<fog_end1 x="0.30462199" y="0.22479001" z="0.19537801"/>
<fog_end2 x="0.21008401" y="0.252101" z="0.287815"/>
<sepia_opacity value="0"/>
<bright_pass value="0.073528998"/>
<fog_end0_alpha value="0.60924399"/>
<fog_end1_alpha value="1"/>
<fog_start_dist value="0"/>
<fog_end0_dist value="32000"/>
<fog_end1_dist value="232000"/>
<fog_end2_dist value="936000"/>
</posteffect>
</env_manager_project>

this environments.hml

Link to comment
Share on other sites

iSiuUkwWMtA.jpg

Here. The day is still all dark.

We should make a map light then normal day, but she read an hour or even more. You can do it without her?

Tip: If you want to generate a faster lightmap you can edit the lightmap settings inside
sb_global.xml. Look for the two lines called “lightmap_render_quality” and
“lightmap_size_quality”, and then lower them from “medium” to “low”. This should cut
the rendering time to about 20-25% but with low quality. It can be good to just while testing and
evolving the level, and then setting it back to “medium” before generating the final lightmap before
distribution.

as this job?

I find this only data\sb_templates\global in sb_global.xml

<var name="lightmap_render_quality" type="string" default="medium"/> <!--Lightmap renderer quality, draft, low, medium, high -->
<var name="lightmap_size_quality" type="string" default="medium"/> <!-- Lightmap texture quality, draft, low, medium, high -->

i change this:

<var name="lightmap_render_quality" type="string" default="low,"/> <!--Lightmap renderer quality, draft, low, medium, high -->
<var name="lightmap_size_quality" type="string" default="low,"/> <!-- Lightmap texture quality, draft, low, medium, high -->

i save this in D:\Games\Tom Clancy`s Ghost Recon - Advanced Warfighter 2\data\sb_templates\global no job

in my mods no job.

Link to comment
Share on other sites

Lightmapping is takeing a lot of time 4h or even more that;s why the map makeing is so boring ... (lol)

without light mapping your map will be dark.

Finally when the lightmapping and cube mapping are done you have to add them inside texture_scope.xml file f. ex.:

<?xml version="1.0"?>

-<scope>

<texture_set name="atlas_characters"/>

<texture_set name="atlas_weapons"/>

<texture_set name="atlas_vehicles"/>

<texture_set name="atlas_world/atlas_mexico_city_tiles"/>

<texture_set name="atlas_world/atlas_sky"/>

<texture_set name="atlas_gui"/>

<texture_set name="atlas_graffiti"/>

<texture_set name="atlas_water"/>

<texture_set name="atlas_props"/>

<texture_set name="atlas_plants"/>

<texture_set name="atlas_brush"/>

<texture_set name="atlas_general"/>

<texture_set name="atlas_world/atlas_hacienda"/>

<texture_set name="atlas_world/atlas_dam"/>

<texture_set name="atlas_world/atlas_ground_dam"/>

<texture_set name="atlas_world/atlas_terrain/atlas_terrain_dam/"/>

<texture_set name="atlas_world/atlas_city/atlas_city_special_bump"/>

<texture_set name="atlas_world/atlas_city/atlas_city_special_diffuse"/>

<texture_set name="atlas_world/atlas_terrain/atlas_terrain_juarez/"/>

<texture_set name="atlas_world/atlas_training_grounds/atlas_training_grounds_bump"/>

<texture_set name="atlas_world/atlas_training_grounds/atlas_training_grounds_diffuse"/>

<!-- Level specific textures -->

<!-- texture_set name="custom_levels/your map, folder name - look below -->
<texture_set name="custom_levels/daro48_bh_competition_v1_6a"/>

<!-- texture_set name="custom_levels/your map, folder name/lightmaps/folder name/atlas_daro48_bhcompetition" - look below -->
<texture_set name="textures\custom_levels/daro48_bh_competition_v1_6a/lightmaps/bh_competition/atlas_daro48_bhcompetition"/>

<!-- texture_set name="textures\custom_levels/your map, folder name/silhouettes/sil"/ look below -->
<texture_set name="textures\custom_levels/daro48_bh_competition_v1_6a/silhouettes/sil"/>

<texture_set name="textures\custom_levels/daro48_bh_competition_v1_6a/cube_map"/>


<!-- Mission 03 -->


<texture_set name="atlas_world/atlas_ghetto"/>

<texture_set name="atlas_world/atlas_industrial"/>

<texture_set name="atlas_world/atlas_ground_industrial"/>

<texture_set name="atlas_world/atlas_terrain/atlas_terrain_industrial/"/>

<texture_set name="atlas_world/atlas_terrain/atlas_terrain_ghetto/"/>

<texture_set name="atlas_mission_specific/mission03"/>


<!-- Mission 05 -->


<texture_set name="atlas_world/atlas_city/atlas_city_bump"/>

<texture_set name="atlas_world/atlas_city/atlas_city_diffuse"/>

<texture_set name="atlas_world/atlas_city/atlas_city_storefronts_bump"/>

<texture_set name="atlas_world/atlas_city/atlas_city_storefronts_diffuse"/>

<texture_set name="atlas_world/atlas_city/atlas_city_church_bump"/>

<texture_set name="atlas_world/atlas_city/atlas_city_church_diffuse"/>

<texture_set name="atlas_world/atlas_ground_city"/>

<texture_set name="atlas_world/atlas_terrain/atlas_terrain_city/"/>

<texture_set name="atlas_mission_specific/mission05"/>

</scope>

and you have to change the file path inside you textures folder:

data\textures\custom_levels\daro48_bh_competition_v1_6a\lightmaps\bh_competition\atlas_daro48_bhcompetition

like this:

<?xml version="1.0"?>

-<atlas_set allow_autoload="true" category="" name="custom_levels/daro48_bh_competition_v1_6a/lightmaps/bh_competition/atlas_daro48_bhcompetition">
...
/>

if you generated an atlas of course

Link to comment
Share on other sites

I did not register, I do not do alases. It made the files and I just threw it in the texture.

Once the lightmaps are generated they are located in a folder called “lightmaps”
under “data/textures/custom_levels“ and your level folder, which would be in
“data/textures/custom_levels/tutorial/lightmaps” for my example level.
This folder is already linked to the levels texture scope so that they are visible inside
the game and also in the editor directly after generation.

Link to comment
Share on other sites

<texture_set name="atlas_characters"/>
<texture_set name="atlas_weapons"/>
<texture_set name="atlas_vehicles"/>
<texture_set name="atlas_world"/>
<texture_set name="atlas_gui"/>
<texture_set name="atlas_graffiti"/>
<texture_set name="atlas_water"/>
<texture_set name="atlas_props"/>
<texture_set name="atlas_plants"/>
<texture_set name="atlas_brush"/>
<texture_set name="atlas_general"/>

This is the easiest option to not look for the right texture.
All atlases immediately write all and I do not know where the desired texture.

I added all the objects from 1 to 2 parts.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...