#202 Region Maps need support for special types, lava, no fly, falling, other potential data regions to explore

クローズ
3 年 前image によって開かれました · 2 コメント
image3 年 前 にコメントしました

FUTURE INTEGRATION TODO for REGION MAPS

  • No Fly (nofly.xml) regions in caves and other areas (move to a new issue)
  • Lava and other environment types
FUTURE INTEGRATION TODO for REGION MAPS - [ ] No Fly (nofly.xml) regions in caves and other areas (move to a new issue) - [x] Lava and other environment types
image3 年 前 にコメントしました
共同編集者

VdlFile/Environment/iAtmosphere

-1 = ??
-2 = Death Region??
-3 = Lava Region

-2 is only used in three places, one of which has it as a 'liquid' anyway..

environments\death.xml (1 hit)

Line 5:         <iAtmosphere VDLTYPE="INT">-2</iAtmosphere>

environments\exp10_dun_temple_of_veeshan\deathfog.xml (1 hit)

Line 20:         <iAtmosphere VDLTYPE="INT">-2</iAtmosphere>
                     <nLiquid VDLTYPE="INT">2</nLiquid> 

environments\exp10_dun_temple_of_veeshan\veeshan_temple_water.xml (1 hit)

Line 20:         <iAtmosphere VDLTYPE="INT">-2</iAtmosphere>
                     <nLiquid VDLTYPE="INT">1</nLiquid>
VdlFile/Environment/iAtmosphere ``` -1 = ?? -2 = Death Region?? -3 = Lava Region ``` -2 is only used in three places, one of which has it as a 'liquid' anyway.. environments\death.xml (1 hit) Line 5: <iAtmosphere VDLTYPE="INT">-2</iAtmosphere> environments\exp10_dun_temple_of_veeshan\deathfog.xml (1 hit) Line 20: <iAtmosphere VDLTYPE="INT">-2</iAtmosphere> <nLiquid VDLTYPE="INT">2</nLiquid> environments\exp10_dun_temple_of_veeshan\veeshan_temple_water.xml (1 hit) Line 20: <iAtmosphere VDLTYPE="INT">-2</iAtmosphere> <nLiquid VDLTYPE="INT">1</nLiquid>
image この課題がコミット 3 年 前 から参照されました
image3 年 前 にコメントしました
共同編集者

no fly regions do not use the same approach, instead of Regions they use .hit files to describe the area space (vertices vs normals). These will be handled separately and at a later time.

no fly regions do not use the same approach, instead of Regions they use .hit files to describe the area space (vertices vs normals). These will be handled separately and at a later time.
image 3 年 前 に閉じられました
会話に参加するには サインイン してください。
読み込み中…
キャンセル
保存
まだコンテンツがありません