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

Zavřený
otevřeno před 3 roky uživatelem image · 2 komentářů
image okomentoval před 3 roky

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 okomentoval před 3 roky
Spolupracovník

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 okomentoval před 3 roky
Spolupracovník

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.
Přihlaste se pro zapojení do konverzace.
Načítání...
Zrušit
Uložit
Není zde žádný obsah.