Normal.bwinfo: Difference between revisions
Few adds.
imported>Leoetlino |
imported>Zeikken (Few adds.) |
||
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
{{Resloc|type=file|locations=[[TitleBG.pack]] | {{Resloc|type=file|path=WorldMgr/normal.bwinfo|locations=[[TitleBG.pack]]}} | ||
<onlyinclude> | <onlyinclude> | ||
{{Parameter archive infobox|param_type=bwinfo|version=0|type=winfo}} | {{Parameter archive infobox|param_type=bwinfo|version=0|type=winfo}} | ||
'''normal.bwinfo''' is an [[AAMP]] file which contains parameters for the game's lighting and climates. It is read by the [[WorldMgr]] (world manager). | '''normal.bwinfo''' is an [[AAMP]] file which contains parameters for the game's lighting and climates. It is read by the [[WorldMgr]] (world manager). | ||
</onlyinclude> | </onlyinclude> | ||
= Parameter objects = | = Parameter objects = | ||
{{AampNameWarning}} | {{AampNameWarning}} | ||
{{expand section}} | {{expand section}} | ||
== {{AampIndexedParam|key=ClimateDefines_%d}} == | == {{AampIndexedParam|key=ClimateDefines_%d}} == | ||
{|class="wikitable" | {| class="wikitable" | ||
! Key | !Key | ||
!Type | |||
!Description | |||
!Example value | |||
|- | |- | ||
| WeatherType | |WeatherType | ||
|int | |||
|天候状態 0:晴 1:曇 2:雨 3:雪 (0: sunny, 1: cloudy, 2: rain, 3: snow) | |||
|0 | |||
|- | |- | ||
| WeatherBlueskyRate | |WeatherBlueskyRate | ||
|int | |||
|Rating for how often the sky is blue | |||
|60 | |||
|- | |- | ||
| WeatherCloudyRate | |WeatherCloudyRate | ||
|int | |||
|Rating for how often the sky has clouds | |||
|20 | |||
|- | |- | ||
| WeatherRainRate | |WeatherRainRate | ||
|int | |||
|Rating for how much rain is being shown | |||
|10 | |||
|- | |- | ||
| WeatherHeavyRainRate | |WeatherHeavyRainRate | ||
|int | |||
|Rating for how much Heavy Rain is being shown | |||
|5 | |||
|- | |- | ||
| WeatherStormRate | |WeatherStormRate | ||
|int | |||
|Rating for how often the storm is present | |||
|5 | |||
|- | |- | ||
| DayLockBlueSky | |DayLockBlueSky | ||
|bool | |||
|Force sunny weather during the day | |||
|False | |||
|- | |- | ||
| NightLockBlueSky | |NightLockBlueSky | ||
|bool | |||
|Force sunny weather at night | |||
|False | |||
|- | |- | ||
| ClimateTemperatureDay_1000 | |ClimateTemperatureDay_1000 | ||
|float | |||
|Temperature to use during daytime if Y (height) >= 1000.0 | |||
| -28.0 | |||
|- | |- | ||
| ClimateTemperatureDay_0900 | |ClimateTemperatureDay_0900 | ||
|float | |||
|Temperature to use during daytime if 900.0 <= Y < 1000.0 | |||
| -28.0 | |||
|- | |- | ||
| ClimateTemperatureDay_0800 | |ClimateTemperatureDay_0800 | ||
|float | |||
|... | |||
| -20.0 | |||
|- | |- | ||
| ClimateTemperatureDay_0700 | |ClimateTemperatureDay_0700 | ||
|float | |||
|... | |||
| -10.0 | |||
|- | |- | ||
| ClimateTemperatureDay_0600 | |ClimateTemperatureDay_0600 | ||
|float | |||
|... | |||
| -5.0 | |||
|- | |- | ||
| ClimateTemperatureDay_0500 | |ClimateTemperatureDay_0500 | ||
|float | |||
|... | |||
|3.0 | |||
|- | |- | ||
| ClimateTemperatureDay_0400 | |ClimateTemperatureDay_0400 | ||
|float | |||
|... | |||
|9.0 | |||
|- | |- | ||
| ClimateTemperatureDay_0300 | |ClimateTemperatureDay_0300 | ||
|float | |||
|... | |||
|15.0 | |||
|- | |- | ||
| ClimateTemperatureDay_0200 | |ClimateTemperatureDay_0200 | ||
|float | |||
|... | |||
|18.0 | |||
|- | |- | ||
| ClimateTemperatureDay_0100 | |ClimateTemperatureDay_0100 | ||
|float | |||
|... | |||
|20.0 | |||
|- | |- | ||
| ClimateTemperatureDay_0000 | |ClimateTemperatureDay_0000 | ||
|float | |||
|... | |||
|25.0 | |||
|- | |- | ||
| ClimateTemperatureNight_1000 | |ClimateTemperatureNight_1000 | ||
|float | |||
|Temperature to use during nighttime if Y (height) >= 1000.0 | |||
| -28.0 | |||
|- | |- | ||
| ClimateTemperatureNight_0900 | |ClimateTemperatureNight_0900 | ||
|float | |||
|Temperature to use during nighttime if 900.0 <= Y < 1000.0 | |||
| -28.0 | |||
|- | |- | ||
| ClimateTemperatureNight_0800 | |ClimateTemperatureNight_0800 | ||
|float | |||
|... | |||
| -23.0 | |||
|- | |- | ||
| ClimateTemperatureNight_0700 | |ClimateTemperatureNight_0700 | ||
|float | |||
|... | |||
| -14.0 | |||
|- | |- | ||
| ClimateTemperatureNight_0600 | |ClimateTemperatureNight_0600 | ||
|float | |||
|... | |||
| -5.0 | |||
|- | |- | ||
| ClimateTemperatureNight_0500 | |ClimateTemperatureNight_0500 | ||
|float | |||
|... | |||
| -2.0 | |||
|- | |- | ||
| ClimateTemperatureNight_0400 | |ClimateTemperatureNight_0400 | ||
|float | |||
|... | |||
|6.0 | |||
|- | |- | ||
| ClimateTemperatureNight_0300 | |ClimateTemperatureNight_0300 | ||
|float | |||
|... | |||
|13.0 | |||
|- | |- | ||
| ClimateTemperatureNight_0200 | |ClimateTemperatureNight_0200 | ||
|float | |||
|... | |||
|16.0 | |||
|- | |- | ||
| ClimateTemperatureNight_0100 | |ClimateTemperatureNight_0100 | ||
|float | |||
|... | |||
|18.0 | |||
|- | |- | ||
| ClimateTemperatureNight_0000 | |ClimateTemperatureNight_0000 | ||
|float | |||
|... | |||
|23.0 | |||
|- | |- | ||
| MoistureMax | |MoistureMax | ||
|float | |||
| - | |||
|20.0 | |||
|- | |- | ||
| MoistureMin | |MoistureMin | ||
|float | |||
| - | |||
|2.5 | |||
|- | |- | ||
| WindPower | |WindPower | ||
|float | |||
|Power of the Wind (Paragliding, arrows, remote bombs, throwing objects) | |||
|7.5 | |||
|- | |- | ||
| IgnitedLevel | |IgnitedLevel | ||
|int | |||
|1st effect : Burst to flame effect (Death Mountain effect) | |||
2nd effect : kills monsters and destroys everything that is made of wood and food (weapons included) if activated elsewhere on the field | |||
|0 | |||
|- | |- | ||
| FeatureColor | |FeatureColor | ||
|color | |||
| - | |||
|Color(r=1.0, g=1.0, b=1.0, a=1.0) | |||
|- | |- | ||
| CalcRayleigh | |CalcRayleigh | ||
|float | |||
| - | |||
|1.0 | |||
|- | |- | ||
| CalcMieSymmetrical | |CalcMieSymmetrical | ||
|float | |||
| - | |||
|1.0 | |||
|- | |- | ||
| CalcMie | |CalcMie | ||
|float | |||
| - | |||
|1.0 | |||
|- | |- | ||
| CalcSfParamNear | |CalcSfParamNear | ||
|float | |||
| - | |||
|0.0 | |||
|- | |- | ||
| CalcSfParamAttenuation | |CalcSfParamAttenuation | ||
|float | |||
| - | |||
|0.0 | |||
|- | |- | ||
| CalcAmbientIntencity | |CalcAmbientIntencity | ||
|float | |||
| - | |||
|1.0 | |||
|- | |- | ||
| CalcVolumeMaskIntencity | |CalcVolumeMaskIntencity | ||
|float | |||
| - | |||
|1.0 | |||
|- | |- | ||
| PaletteSetSelect | |PaletteSetSelect | ||
|int | |||
| - | |||
|0 | |||
|- | |- | ||
| FogType | |FogType | ||
|int | |||
| - | |||
|0 | |||
|- | |- | ||
| ForbidComeback | |ForbidComeback | ||
|bool | |||
| - | |||
|False | |||
|- | |- | ||
| BlueSkyRainPat | |BlueSkyRainPat | ||
|int | |||
|Activate the Rain Pattern | |||
|1 | |||
|- | |- | ||
|} | |} | ||
In 1.5.0, there are 20 climate defines (0-19). Climates are configured for each [[map area]] by [[AreaData.byml]]. | In 1.5.0, there are 20 climate defines (0-19). Climates are configured for each [[map area]] by [[AreaData.byml]]. | ||
== {{AampIndexedParam|key=EnvAttribute_%d}} == | == {{AampIndexedParam|key=EnvAttribute_%d}} == | ||
{|class="wikitable" | {| class="wikitable" | ||
! Key | !Key | ||
!Type | |||
!Description | |||
!Example value | |||
|- | |- | ||
| DifUse | |DifUse | ||
|bool | |||
| - | |||
|False | |||
|- | |- | ||
| DifXang | |DifXang | ||
|float | |||
| - | |||
|0.0 | |||
|- | |- | ||
| DifYang | |DifYang | ||
|float | |||
| - | |||
|0.0 | |||
|- | |- | ||
| PaletteSel00 | |PaletteSel00 | ||
|int | |||
| - | |||
|0 | |||
|- | |- | ||
| PaletteSel01 | |PaletteSel01 | ||
|int | |||
| - | |||
|1 | |||
|- | |- | ||
| PaletteSel02 | |PaletteSel02 | ||
|int | |||
| - | |||
|2 | |||
|- | |- | ||
| PaletteSel03 | |PaletteSel03 | ||
|int | |||
| - | |||
|3 | |||
|- | |- | ||
| PaletteSel04 | |PaletteSel04 | ||
|int | |||
| - | |||
|4 | |||
|- | |- | ||
| PaletteSel05 | |PaletteSel05 | ||
|int | |||
| - | |||
|5 | |||
|- | |- | ||
| PaletteSel06 | |PaletteSel06 | ||
|int | |||
| - | |||
|6 | |||
|- | |- | ||
| PaletteSel07 | |PaletteSel07 | ||
|int | |||
| - | |||
|7 | |||
|- | |- | ||
|} | |} | ||
In 1.5.0, there are 59 EnvAttributes (0-58). | In 1.5.0, there are 59 EnvAttributes (0-58). | ||
== {{AampIndexedParam|key=WeatherInfluence_%d}} == | == {{AampIndexedParam|key=WeatherInfluence_%d}} == | ||
{|class="wikitable" | {| class="wikitable" | ||
! Key | !Key | ||
!Type | |||
!Description | |||
!Example value | |||
|- | |- | ||
| FeatureColor | |FeatureColor | ||
|color | |||
| - | |||
|Color(r=1.0, g=1.0, b=1.0, a=1.0) | |||
|- | |- | ||
| FeatureFogColor | |FeatureFogColor | ||
|color | |||
| - | |||
|Color(r=1.0, g=1.0, b=1.0, a=1.0) | |||
|- | |- | ||
| CalcRayleigh | |CalcRayleigh | ||
|float | |||
| - | |||
|1.0 | |||
|- | |- | ||
| CalcMieSymmetrical | |CalcMieSymmetrical | ||
|float | |||
| - | |||
|1.0 | |||
|- | |- | ||
| CalcMie | |CalcMie | ||
|float | |||
| - | |||
|1.0 | |||
|- | |- | ||
| CalcVolumeMaskIntencity | |CalcVolumeMaskIntencity | ||
|float | |||
| - | |||
|1.0 | |||
|- | |- | ||
| BloomThreshhold | |BloomThreshhold | ||
|float | |||
| - | |||
|1.0 | |||
|- | |- | ||
| BloomIntencity | |BloomIntencity | ||
|float | |||
| - | |||
|1.0 | |||
|- | |- | ||
| AddMoisture | |AddMoisture | ||
|float | |||
| - | |||
|15.0 | |||
|- | |- | ||
|} | |} | ||
In 1.5.0, there are 4 such objects. | In 1.5.0, there are 4 such objects. | ||
== {{AampIndexedParam|key=Remains_%d}} == | == {{AampIndexedParam|key=Remains_%d}} == | ||
{|class="wikitable" | {| class="wikitable" | ||
! Key | !Key | ||
!Type | |||
!Description | |||
!Example value | |||
|- | |- | ||
| FeatureColor | |FeatureColor | ||
|color | |||
| - | |||
|Color(r=1.100000023841858, g=1.100000023841858, b=1.600000023841858, a=1.0) | |||
|- | |- | ||
| FeatureFogColor | |FeatureFogColor | ||
|color | |||
| - | |||
|Color(r=0.906000018119812, g=0.6140000224113464, b=0.8659999966621399, a=1.0) | |||
|- | |- | ||
| AddFog_near | |AddFog_near | ||
|float | |||
| - | |||
|10.0 | |||
|- | |- | ||
| AddFog_far | |AddFog_far | ||
|float | |||
| - | |||
|300.0 | |||
|- | |- | ||
| AddFog_ratio | |AddFog_ratio | ||
|float | |||
| - | |||
|0.4 | |||
|- | |- | ||
| SfParam_near | |SfParam_near | ||
|float | |||
| - | |||
| -50.0 | |||
|- | |- | ||
| SfParam_attenuation | |SfParam_attenuation | ||
|float | |||
| - | |||
|15.0 | |||
|- | |- | ||
| CalcRayleigh | |CalcRayleigh | ||
|float | |||
| - | |||
|1.5 | |||
|- | |- | ||
| CalcMieSymmetrical | |CalcMieSymmetrical | ||
|float | |||
| - | |||
|1.0 | |||
|- | |- | ||
| CalcMie | |CalcMie | ||
|float | |||
| - | |||
|0.5 | |||
|- | |- | ||
| BloomThreshhold | |BloomThreshhold | ||
|float | |||
| - | |||
|1.0 | |||
|- | |- | ||
| BloomIntencity | |BloomIntencity | ||
|float | |||
| - | |||
|1.0 | |||
|- | |- | ||
| CalcVolumeMaskIntencity | |CalcVolumeMaskIntencity | ||
|float | |||
| - | |||
|1.0 | |||
|- | |- | ||
|} | |} | ||
In 1.5.0, there are 7 such objects. | In 1.5.0, there are 7 such objects. | ||
== {{AampIndexedParam|key=EnvPalette_%d}} == | == {{AampIndexedParam|key=EnvPalette_%d}} == | ||
{|class="wikitable" | {| class="wikitable" | ||
! Key | !Key | ||
!Type | |||
!Description | |||
!Example value | |||
|- | |- | ||
| BgDifColor | |BgDifColor | ||
|color | |||
| - | |||
|Color(r=1.0, g=0.8420000076293945, b=0.6000000238418579, a=1.0) | |||
|- | |- | ||
| BgDifIntencity | |BgDifIntencity | ||
|float | |||
| - | |||
|2.0 | |||
|- | |- | ||
| FogColor | |FogColor | ||
|color | |||
| - | |||
|Color(r=0.21299999952316284, g=0.2630000114440918, b=0.13899999856948853, a=0.0) | |||
|- | |- | ||
| FogStart | |FogStart | ||
|float | |||
| | |||
|0.0 | |||
|- | |- | ||
| FogEnd | |FogEnd | ||
|float | |||
| - | |||
|300.0 | |||
|- | |- | ||
| YFogColor | |YFogColor | ||
|color | |||
|Field Fog Color | |||
|Color(r=0.1889999955892563, g=0.45500001311302185, b=0.2630000114440918, a=0.30000001192092896) | |||
|- | |- | ||
| YFogStart | |YFogStart | ||
|float | |||
|Field Fog | |||
|20.0 | |||
|- | |- | ||
| SkySunColorNoUse | |SkySunColorNoUse | ||
|uint | |||
| | |||
|0 | |||
|- | |- | ||
| SkySunColor | |SkySunColor | ||
|color | |||
|Sun Color settings | |||
|Color(r=0.29600000381469727, g=0.6317999958992004, b=1.0, a=12.0) | |||
|- | |- | ||
| SkyIsotropicfade | |SkyIsotropicfade | ||
|float | |||
| - | |||
|1.0 | |||
|- | |- | ||
| SfParam_near | |SfParam_near | ||
|float | |||
| - | |||
| -50.0 | |||
|- | |- | ||
| SfParam_attenuation | |SfParam_attenuation | ||
|float | |||
| - | |||
|30.0 | |||
|- | |- | ||
| SfParam_horizontal | |SfParam_horizontal | ||
|float | |||
| - | |||
|2.5 | |||
|- | |- | ||
| afParam_attenuationForGrd | |afParam_attenuationForGrd | ||
|float | |||
| - | |||
|4.0 | |||
|- | |- | ||
| afParam_attenuationForSky | |afParam_attenuationForSky | ||
|float | |||
| - | |||
|0.0 | |||
|- | |- | ||
| SkyRParam_rayleigh_amplifier | |SkyRParam_rayleigh_amplifier | ||
|float | |||
| - | |||
|1.0 | |||
|- | |- | ||
| SkyRParam_mie_symmetricalProperty | |SkyRParam_mie_symmetricalProperty | ||
|float | |||
| - | |||
|0.6 | |||
|- | |- | ||
| SkyRParam_mie_amplifier | |SkyRParam_mie_amplifier | ||
|float | |||
| - | |||
|128.0 | |||
|- | |- | ||
| AmplifierForEnvMap | |AmplifierForEnvMap | ||
|float | |||
| - | |||
|1.0 | |||
|- | |- | ||
| Cloud0_ColorBase | |Cloud0_ColorBase | ||
|color | |||
|1st Layer Cloud Base Color | |||
|Color(r=0.10000000149011612, g=0.15299999713897705, b=0.10499999672174454, a=1.0) | |||
|- | |- | ||
| Cloud0_IntencityBase | |Cloud0_IntencityBase | ||
|float | |||
| - | |||
|0.15 | |||
|- | |- | ||
| Cloud0_ColorHilight | |Cloud0_ColorHilight | ||
|color | |||
| - | |||
|Color(r=1.0, g=0.8352940082550049, b=0.3921569883823395, a=1.0) | |||
|- | |- | ||
| Cloud0_IntencityHilight | |Cloud0_IntencityHilight | ||
|float | |||
| - | |||
|0.0 | |||
|- | |- | ||
| Cloud0_ColorShadow | |Cloud0_ColorShadow | ||
|color | |||
| - | |||
|Color(r=0.10000000149011612, g=0.15299999713897705, b=0.10499999672174454, a=1.0) | |||
|- | |- | ||
| Cloud0_IntencityShadow | |Cloud0_IntencityShadow | ||
|float | |||
| - | |||
|0.15 | |||
|- | |- | ||
| Cloud0_ColorBackLight | |Cloud0_ColorBackLight | ||
|color | |||
| - | |||
|Color(r=1.0, g=0.6230000257492065, b=0.1770000010728836, a=1.0) | |||
|- | |- | ||
| Cloud0_BacklightPower | |Cloud0_BacklightPower | ||
|float | |||
| - | |||
|0.0 | |||
|- | |- | ||
| Cloud1_ColorBase | |Cloud1_ColorBase | ||
|color | |||
|2nd Layer Cloud Base Color | |||
|Color(r=1.0, g=1.0, b=1.0, a=1.0) | |||
|- | |- | ||
| Cloud1_IntencityBase | |Cloud1_IntencityBase | ||
|float | |||
| - | |||
|0.0 | |||
|- | |- | ||
| Cloud1_ColorHilight | |Cloud1_ColorHilight | ||
|color | |||
| - | |||
|Color(r=1.0, g=1.0, b=1.0, a=1.0) | |||
|- | |- | ||
| Cloud1_IntencityHilight | |Cloud1_IntencityHilight | ||
|float | |||
| - | |||
|0.0 | |||
|- | |- | ||
| Cloud1_ColorShadow | |Cloud1_ColorShadow | ||
|color | |||
| - | |||
|Color(r=1.0, g=1.0, b=1.0, a=1.0) | |||
|- | |- | ||
| Cloud1_IntencityShadow | |Cloud1_IntencityShadow | ||
|float | |||
| - | |||
|0.0 | |||
|- | |- | ||
| Cloud1_ColorBackLight | |Cloud1_ColorBackLight | ||
|color | |||
| - | |||
|Color(r=1.0, g=1.0, b=1.0, a=1.0) | |||
|- | |- | ||
| Cloud1_BacklightPower | |Cloud1_BacklightPower | ||
|float | |||
| - | |||
|1.6 | |||
|- | |- | ||
| Cloud2_ColorBase | |Cloud2_ColorBase | ||
|color | |||
|3rd Layer Cloud Base Color | |||
|Color(r=0.10000000149011612, g=0.15299999713897705, b=0.10499999672174454, a=1.0) | |||
|- | |- | ||
| Cloud2_IntencityBase | |Cloud2_IntencityBase | ||
|float | |||
| - | |||
|0.15 | |||
|- | |- | ||
| Cloud2_ColorHilight | |Cloud2_ColorHilight | ||
|color | |||
| - | |||
|Color(r=1.0, g=0.8352940082550049, b=0.3921569883823395, a=1.0) | |||
|- | |- | ||
| Cloud2_IntencityHilight | |Cloud2_IntencityHilight | ||
|float | |||
| - | |||
|0.0 | |||
|- | |- | ||
| Cloud2_ColorShadow | |Cloud2_ColorShadow | ||
|color | |||
| - | |||
|Color(r=0.10000000149011612, g=0.15299999713897705, b=0.10499999672174454, a=1.0) | |||
|- | |- | ||
| Cloud2_IntencityShadow | |Cloud2_IntencityShadow | ||
|float | |||
| - | |||
|0.15 | |||
|- | |- | ||
| Cloud2_ColorBackLight | |Cloud2_ColorBackLight | ||
|color | |||
| - | |||
|Color(r=1.0, g=0.6230000257492065, b=0.1770000010728836, a=1.0) | |||
|- | |- | ||
| Cloud2_BacklightPower | |Cloud2_BacklightPower | ||
|float | |||
| - | |||
|0.0 | |||
|- | |- | ||
| Cloud2NoUse | |Cloud2NoUse | ||
|uint | |||
|Use Cloud | |||
|1 | |||
|- | |- | ||
| CloudShadowOnOff | |CloudShadowOnOff | ||
|bool | |||
| - | |||
|False | |||
|- | |- | ||
| BloomOffsetStart | |BloomOffsetStart | ||
|float | |||
| - | |||
|19999.0 | |||
|- | |- | ||
| BloomOffsetEnd | |BloomOffsetEnd | ||
|float | |||
| - | |||
|20000.0 | |||
|- | |- | ||
| BloomOffset | |BloomOffset | ||
|float | |||
| - | |||
|0.0 | |||
|- | |- | ||
| BloomClampedLuminance | |BloomClampedLuminance | ||
|float | |||
| - | |||
|2.0 | |||
|- | |- | ||
| BloomThreshhold | |BloomThreshhold | ||
|float | |||
| - | |||
|1.0 | |||
|- | |- | ||
| BloomIntencity | |BloomIntencity | ||
|float | |||
| - | |||
|0.125 | |||
|- | |- | ||
| VolumeMaskColorNoUse | |VolumeMaskColorNoUse | ||
|uint | |||
| - | |||
|0 | |||
|- | |- | ||
| VolumeMaskColor | |VolumeMaskColor | ||
|color | |||
| - | |||
|Color(r=1.0, g=0.7639999985694885, b=0.4230000078678131, a=0.6000000238418579) | |||
|- | |- | ||
| VolumeMaskIntencity | |VolumeMaskIntencity | ||
|float | |||
| - | |||
|0.0 | |||
|- | |- | ||
| AmbientIntencity | |AmbientIntencity | ||
|float | |||
| - | |||
|1.0 | |||
|- | |- | ||
| Exposure | |Exposure | ||
|float | |||
| - | |||
|0.0 | |||
|- | |- | ||
|} | |} | ||
In 1.5.0, there are 207 EnvPalettes. | In 1.5.0, there are 207 EnvPalettes. | ||
== EnvPaletteStatic == | == EnvPaletteStatic == | ||
{|class="wikitable" | {| class="wikitable" | ||
! Key | !Key | ||
!Type | |||
!Description | |||
!Value | |||
|- | |- | ||
| rayleigh_baseHeigh | |rayleigh_baseHeigh | ||
|float | |||
| - | |||
|15.0 | |||
|- | |- | ||
| mie_baseHeight | |mie_baseHeight | ||
|float | |||
| - | |||
|1.0 | |||
|- | |- | ||
| mie_scatteringCoeff | |mie_scatteringCoeff | ||
|float | |||
| - | |||
|0.0018 | |||
|- | |- | ||
| mie_symmetricalPropert | |mie_symmetricalPropert | ||
|float | |||
| - | |||
|0.8 | |||
|- | |- | ||
| YFogEnd | |YFogEnd | ||
|float | |||
| - | |||
|160.0 | |||
|- | |- | ||
| SfParam_far | |SfParam_far | ||
|float | |||
| - | |||
|30000.0 | |||
|- | |- | ||
| SfParam_density | |SfParam_density | ||
|float | |||
| - | |||
|0.85 | |||
|- | |- | ||
| BloomComposeColorNoUse_8_8 | |BloomComposeColorNoUse_8_8 | ||
|uint | |||
| - | |||
|0 | |||
|- | |- | ||
| BloomLayerColor_8_8 | |BloomLayerColor_8_8 | ||
|color | |||
| - | |||
|Color(r=1.0, g=1.0, b=1.0, a=0.5) | |||
|- | |- | ||
| BloomLayerColorNoUse_16_16 | |BloomLayerColorNoUse_16_16 | ||
|uint | |||
| - | |||
|0 | |||
|- | |- | ||
| BloomLayerColor_16_16 | |BloomLayerColor_16_16 | ||
|color | |||
| - | |||
|Color(r=1.0, g=1.0, b=1.0, a=1.0) | |||
|- | |- | ||
| BloomLayerColorNoUse_32_32 | |BloomLayerColorNoUse_32_32 | ||
|uint | |||
| - | |||
|1 | |||
|- | |- | ||
| BloomLayerColor_32_32 | |BloomLayerColor_32_32 | ||
|color | |||
| - | |||
|Color(r=1.0, g=1.0, b=1.0, a=1.0) | |||
|- | |- | ||
| BloomLayerColorNoUse_64_64 | |BloomLayerColorNoUse_64_64 | ||
|uint | |||
| - | |||
|1 | |||
|- | |- | ||
| BloomLayerColor_64_64 | |BloomLayerColor_64_64 | ||
|color | |||
| - | |||
|Color(r=1.0, g=1.0, b=1.0, a=0.0) | |||
|- | |- | ||
| BloomComposeColor | |BloomComposeColor | ||
|color | |||
| - | |||
|Color(r=1.0, g=1.0, b=1.0, a=1.0) | |||
|- | |- | ||
|} | |} | ||
== {{AampIndexedParam|key=EnvPalette_CdanAddFog%d}} == | == {{AampIndexedParam|key=EnvPalette_CdanAddFog%d}} == | ||
{|class="wikitable" | {| class="wikitable" | ||
! Key | !Key | ||
!Type | |||
!Description | |||
!Value | |||
|- | |- | ||
| DungeonFogFogEnd | |DungeonFogFogEnd | ||
|float | |||
| - | |||
|200.0 | |||
|- | |- | ||
| DungeonFogVolA | |DungeonFogVolA | ||
|float | |||
| - | |||
|4.0 | |||
|- | |- | ||
|} | |} | ||
In 1.5.0, there are 4 such objects. | In 1.5.0, there are 4 such objects. | ||
== IndoorPalette == | == IndoorPalette == | ||
{|class="wikitable" | {| class="wikitable" | ||
! Key | !Key | ||
!Type | |||
!Description | |||
!Value | |||
|- | |- | ||
| FeatureColor | |FeatureColor | ||
|color | |||
| - | |||
|Color(r=0.5, g=0.2750000059604645, b=0.23250000178813934, a=0.699999988079071) | |||
|- | |- | ||
| CalcVolumeMaskIntencity | |CalcVolumeMaskIntencity | ||
|float | |||
| - | |||
|0.7 | |||
|- | |- | ||
| BloomClampedLuminance | |BloomClampedLuminance | ||
|float | |||
| - | |||
|3.0 | |||
|- | |- | ||
| BloomThreshhold | |BloomThreshhold | ||
|float | |||
| - | |||
|0.95 | |||
|- | |- | ||
| BloomIntencity | |BloomIntencity | ||
|float | |||
| - | |||
|0.26 | |||
|- | |- | ||
| IndoorFogRatio | |IndoorFogRatio | ||
|float | |||
| - | |||
|0.175 | |||
|- | |- | ||
| IndoorFogStart | |IndoorFogStart | ||
|float | |||
| - | |||
|1.0 | |||
|- | |- | ||
| IndoorFogEnd | |IndoorFogEnd | ||
|float | |||
| - | |||
|12.0 | |||
|- | |- | ||
| attenuationForGrd | |attenuationForGrd | ||
|float | |||
| - | |||
|1.0 | |||
|- | |- | ||
|} | |} | ||
== DofMgrParam == | == DofMgrParam == | ||
{|class="wikitable" | {| class="wikitable" | ||
! Key | !Key | ||
!Type | |||
!Description | |||
!Value | |||
|- | |- | ||
| DefaultDist | |DefaultDist | ||
|float | |||
|Depth of Field Default Distance | |||
|3000.0 | |||
|- | |- | ||
| DefaultF | |DefaultF | ||
|float | |||
| - | |||
|22.0 | |||
|- | |- | ||
| DefaultBlur | |DefaultBlur | ||
|float | |||
|Depth of Field Default Blur | |||
|0.7 | |||
|- | |- | ||
| RemainsDist | |RemainsDist | ||
|float | |||
| - | |||
|300.0 | |||
|- | |- | ||
| RemainsF | |RemainsF | ||
|float | |||
| - | |||
|2.0 | |||
|- | |- | ||
| RemainsBlur | |RemainsBlur | ||
|float | |||
| - | |||
|1.0 | |||
|- | |- | ||
| LockOnF | |LockOnF | ||
|float | |||
| - | |||
|2.5 | |||
|- | |- | ||
| LockOnBlur | |LockOnBlur | ||
|float | |||
|Depth of Field Default Lock On Blur | |||
|1.0 | |||
|- | |- | ||
|} | |} | ||
== {{AampIndexedParam|key=PrCloud_%d}} == | == {{AampIndexedParam|key=PrCloud_%d}} == | ||
{|class="wikitable" | {| class="wikitable" | ||
! Key | !Key | ||
!Type | |||
!Description | |||
!Example value | |||
|- | |- | ||
| ScrollSpd | |ScrollSpd | ||
|float | |||
| - | |||
| -0.9 | |||
|- | |- | ||
| NoiseAdd1 | |NoiseAdd1 | ||
|float | |||
| - | |||
| -1.0 | |||
|- | |- | ||
| NoiseAdd2 | |NoiseAdd2 | ||
|float | |||
| - | |||
| -6.0 | |||
|- | |- | ||
| NoiseAdd1_side | |NoiseAdd1_side | ||
|float | |||
| - | |||
| -3.0 | |||
|- | |- | ||
| NoiseAdd2_side | |NoiseAdd2_side | ||
|float | |||
| - | |||
|3.0 | |||
|- | |- | ||
| PosDensityChgRange | |PosDensityChgRange | ||
|float | |||
| - | |||
|0.7 | |||
|- | |- | ||
| PosDensityChgPower | |PosDensityChgPower | ||
|float | |||
| - | |||
| -0.425 | |||
|- | |- | ||
| PosDensityChgSpeed | |PosDensityChgSpeed | ||
|float | |||
| - | |||
|0.001 | |||
|- | |- | ||
| WindVecAdd | |WindVecAdd | ||
|float | |||
| - | |||
|0.6 | |||
|- | |- | ||
| BaseTextureNo | |BaseTextureNo | ||
|int | |||
| - | |||
|0 | |||
|- | |- | ||
| NoiseTextureNo | |NoiseTextureNo | ||
|int | |||
| - | |||
|1 | |||
|- | |- | ||
| bCloudTexBlend | |bCloudTexBlend | ||
|bool | |||
| - | |||
|False | |||
|- | |- | ||
| CloudTexBlendRate | |CloudTexBlendRate | ||
|float | |||
| - | |||
|0.0 | |||
|- | |- | ||
| BaseTextureNo_Blend | |BaseTextureNo_Blend | ||
|int | |||
| - | |||
|2 | |||
|- | |- | ||
| NoiseTextureNo_Blend | |NoiseTextureNo_Blend | ||
|int | |||
| - | |||
|1 | |||
|- | |- | ||
|} | |} | ||
== {{AampIndexedParam|key=PrCloudV0_%d}} == | == {{AampIndexedParam|key=PrCloudV0_%d}} == | ||
{|class="wikitable" | {| class="wikitable" | ||
! Key | !Key | ||
!Type | |||
!Description | |||
!Value | |||
|- | |- | ||
| Distotion | |Distotion | ||
|float | |||
| - | |||
|0.6 | |||
|- | |- | ||
| DistotionMax | |DistotionMax | ||
|float | |||
| - | |||
|0.7 | |||
|- | |- | ||
| DistotionMin | |DistotionMin | ||
|float | |||
| - | |||
|0.5 | |||
|- | |- | ||
| DistotionSinSeedAdd | |DistotionSinSeedAdd | ||
|float | |||
| - | |||
|0.01 | |||
|- | |- | ||
| Density | |Density | ||
|float | |||
| - | |||
|0.35 | |||
|- | |- | ||
| DensityMax | |DensityMax | ||
|float | |||
| - | |||
|0.4 | |||
|- | |- | ||
| DensityMin | |DensityMin | ||
|float | |||
| - | |||
|0.2 | |||
|- | |- | ||
| DensitySinSeedAdd | |DensitySinSeedAdd | ||
|float | |||
| - | |||
|0.01 | |||
|- | |- | ||
| AlphaMul | |AlphaMul | ||
|float | |||
| - | |||
|0.4 | |||
|- | |- | ||
| AlphaMulMax | |AlphaMulMax | ||
|float | |||
| - | |||
|0.7 | |||
|- | |- | ||
| AlphaMulMin | |AlphaMulMin | ||
|float | |||
| - | |||
|0.4 | |||
|- | |- | ||
| AlphaMulSinSeedAdd | |AlphaMulSinSeedAdd | ||
|float | |||
| - | |||
|0.01 | |||
|- | |- | ||
| AlphaThreshold | |AlphaThreshold | ||
|float | |||
| - | |||
|0.7 | |||
|- | |- | ||
| AlphaThresholdMax | |AlphaThresholdMax | ||
|float | |||
| - | |||
|0.75 | |||
|- | |- | ||
| AlphaThresholdMin | |AlphaThresholdMin | ||
|float | |||
| - | |||
|0.5 | |||
|- | |- | ||
| AlphaThresholdSinSeedAdd | |AlphaThresholdSinSeedAdd | ||
|float | |||
| - | |||
|0.01 | |||
|- | |- | ||
| BaseTexScale | |BaseTexScale | ||
|float | |||
| - | |||
|1.5 | |||
|- | |- | ||
| BaseTexScaleMax | |BaseTexScaleMax | ||
|float | |||
| - | |||
|2.25 | |||
|- | |- | ||
| BaseTexScaleMin | |BaseTexScaleMin | ||
|float | |||
| - | |||
|1.5 | |||
|- | |- | ||
| BaseTexScaleSinSeedAdd | |BaseTexScaleSinSeedAdd | ||
|float | |||
| - | |||
|0.0001 | |||
|- | |- | ||
| EmbossWidth | |EmbossWidth | ||
|float | |||
| - | |||
|0.05 | |||
|- | |- | ||
| EmbossDensity | |EmbossDensity | ||
|float | |||
| - | |||
| -0.0066 | |||
|- | |- | ||
| ShadowPower | |ShadowPower | ||
|float | |||
| - | |||
|0.1 | |||
|- | |- | ||
| HighlightPower | |HighlightPower | ||
|float | |||
| - | |||
|0.01 | |||
|- | |- | ||
| HighlightRange | |HighlightRange | ||
|float | |||
| - | |||
|1.3 | |||
|- | |- | ||
| HighlightAmbient | |HighlightAmbient | ||
|float | |||
| - | |||
|0.05 | |||
|- | |- | ||
| SkyHeight | |SkyHeight | ||
|float | |||
| - | |||
|8000.0 | |||
|- | |- | ||
| SkyHeightMax | |SkyHeightMax | ||
|float | |||
| - | |||
|8500.0 | |||
|- | |- | ||
| SkyHeightMin | |SkyHeightMin | ||
|float | |||
| - | |||
|7500.0 | |||
|- | |- | ||
| SkyHeightSinSeedAdd | |SkyHeightSinSeedAdd | ||
|float | |||
| - | |||
|0.01 | |||
|- | |- | ||
| BacklightPowe | |BacklightPowe | ||
|float | |||
| - | |||
|1.5 | |||
|- | |- | ||
| BacklightRange | |BacklightRange | ||
|float | |||
| - | |||
|0.5 | |||
|- | |- | ||
| BacklightParam0 | |BacklightParam0 | ||
|float | |||
| - | |||
|0.25 | |||
|- | |- | ||
| BacklightParam1 | |BacklightParam1 | ||
|float | |||
| - | |||
|0.7 | |||
|- | |- | ||
| DarkSideNoiseParam | |DarkSideNoiseParam | ||
|float | |||
| - | |||
|1.0 | |||
|- | |- | ||
| LightSideNoiseParam | |LightSideNoiseParam | ||
|float | |||
| - | |||
|0.25 | |||
|- | |- | ||
|} | |} | ||
Line 532: | Line 1,225: | ||
== SunParam == | == SunParam == | ||
{|class="wikitable" | {| class="wikitable" | ||
! Key | !Key | ||
!Type | |||
!Description | |||
!Value | |||
|- | |- | ||
| SunSlope | |SunSlope | ||
|float | |||
| - | |||
| -1.1 | |||
|- | |- | ||
| SunMoonDispDist | |SunMoonDispDist | ||
|float | |||
| - | |||
| -23000.0 | |||
|- | |- | ||
| SunScale | |SunScale | ||
|float | |||
| - | |||
|1800.0 | |||
|- | |- | ||
| MoonScale | |MoonScale | ||
|float | |||
| - | |||
|2400.0 | |||
|- | |- | ||
| SunDirYStop | |SunDirYStop | ||
|float | |||
| - | |||
| -42000.0 | |||
|- | |- | ||
|} | |} | ||
== {{AampIndexedParam|key=SkyPalette0_%d}} == | == {{AampIndexedParam|key=SkyPalette0_%d}} == | ||
{|class="wikitable" | {| class="wikitable" | ||
! Key | !Key | ||
!Type | |||
!Description | |||
!Example value | |||
|- | |- | ||
| Sky0PosDensityChgPower | |Sky0PosDensityChgPower | ||
|float | |||
| - | |||
|0.0 | |||
|- | |- | ||
| Sky0Height | |Sky0Height | ||
|float | |||
| - | |||
|8000.0 | |||
|- | |- | ||
| Sky0Distotion | |Sky0Distotion | ||
|float | |||
| - | |||
|0.6 | |||
|- | |- | ||
| Sky0Density | |Sky0Density | ||
|float | |||
| - | |||
|0.3 | |||
|- | |- | ||
| Sky0AlphaMul | |Sky0AlphaMul | ||
|float | |||
| - | |||
|0.7 | |||
|- | |- | ||
| Sky0AlphaThreshold | |Sky0AlphaThreshold | ||
|float | |||
| - | |||
|0.65 | |||
|- | |- | ||
| Sky0BaseTexScale | |Sky0BaseTexScale | ||
|float | |||
| - | |||
|1.75 | |||
|- | |- | ||
| Sky0TexBlendRatio | |Sky0TexBlendRatio | ||
|float | |||
| - | |||
|0.25 | |||
|- | |- | ||
|} | |} | ||
== {{AampIndexedParam|key=SkyPalette2_%d}} == | == {{AampIndexedParam|key=SkyPalette2_%d}} == | ||
{|class="wikitable" | {| class="wikitable" | ||
! Key | !Key | ||
!Type | |||
!Description | |||
!Value | |||
|- | |- | ||
| Sky2PosDensityChgPower | |Sky2PosDensityChgPower | ||
|float | |||
| - | |||
|0.0 | |||
|- | |- | ||
| Sky2Height | |Sky2Height | ||
|float | |||
| - | |||
|6500.0 | |||
|- | |- | ||
| Sky2Distotion | |Sky2Distotion | ||
|float | |||
| - | |||
|0.6 | |||
|- | |- | ||
| Sky2Density | |Sky2Density | ||
|float | |||
| - | |||
|0.3 | |||
|- | |- | ||
| Sky2AlphaMul | |Sky2AlphaMul | ||
|float | |||
| - | |||
|0.9 | |||
|- | |- | ||
| Sky2AlphaThreshold | |Sky2AlphaThreshold | ||
|float | |||
| - | |||
|0.8 | |||
|- | |- | ||
| Sky2BaseTexScale | |Sky2BaseTexScale | ||
|float | |||
| - | |||
|2.0 | |||
|- | |- | ||
| Sky2TexBlendRatio | |Sky2TexBlendRatio | ||
|float | |||
| - | |||
|0.0 | |||
|- | |- | ||
|} | |} | ||
== {{AampIndexedParam|key=CloudPat0_%d}} == | == {{AampIndexedParam|key=CloudPat0_%d}} == | ||
{|class="wikitable" | {| class="wikitable" | ||
! Key | !Key | ||
!Type | |||
!Description | |||
!Value | |||
|- | |- | ||
| 0Height | |0Height | ||
|float | |||
| - | |||
|7000.0 | |||
|- | |- | ||
| 0Distotion | |0Distotion | ||
|float | |||
| - | |||
|0.6 | |||
|- | |- | ||
| 0Density | |0Density | ||
|float | |||
| - | |||
|0.52 | |||
|- | |- | ||
| 0AlphaMul | |0AlphaMul | ||
|float | |||
| - | |||
|0.95 | |||
|- | |- | ||
| 0AlphaThreshold | |0AlphaThreshold | ||
|float | |||
| - | |||
|0.876 | |||
|- | |- | ||
| 0TexBlendRatio | |0TexBlendRatio | ||
|float | |||
| - | |||
|0.7 | |||
|- | |- | ||
|} | |} | ||
Line 613: | Line 1,399: | ||
== {{AampIndexedParam|key=CloudSpd_%d}} == | == {{AampIndexedParam|key=CloudSpd_%d}} == | ||
{|class="wikitable" | {| class="wikitable" | ||
! Key | !Key | ||
!Type | |||
!Description | |||
!Value | |||
|- | |- | ||
| CLOUDPAT_noisePow | |CLOUDPAT_noisePow | ||
|float | |||
| - | |||
|0.5 | |||
|- | |- | ||
| CLOUDPAT_windPow | |CLOUDPAT_windPow | ||
|float | |||
| - | |||
|1.5 | |||
|- | |- | ||
|} | |} | ||
Line 624: | Line 1,419: | ||
= Parameter lists = | = Parameter lists = | ||
{{No AAMP param}} | {{No AAMP param}} | ||
[[Category:Content (BotW)]] | |||
[[Category: Content (BotW)]] |