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

已關閉
image3 年之前創建 · 2 條評論
image commented 3 年之前

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
image commented 3 年之前
協同者

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 年之前 中引用了該問題
image commented 3 年之前
協同者

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.
image3 年之前 關閉
Sign in to join this conversation.
正在加載...
取消
保存
尚未有任何內容