A separate class for parameters used by the level generator, different "level types" with configurable parameters
This commit is contained in:
72
Subsurface/Content/Map/LevelGenerationParameters.xml
Normal file
72
Subsurface/Content/Map/LevelGenerationParameters.xml
Normal file
@@ -0,0 +1,72 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<LevelGenerationParameters>
|
||||
<Default
|
||||
width="150000"
|
||||
height="60000"
|
||||
VoronoiSiteInterval="2000,2000"
|
||||
VoronoiSiteVariance="800,800"
|
||||
MainPathNodeIntervalRange="10000,30000"
|
||||
BackgroundColor="29,36,50"
|
||||
SmallTunnelCount="5"
|
||||
SmallTunnelLengthRange="5000,10000"
|
||||
RuinCount="1"
|
||||
BottomHoleProbability="0.4"
|
||||
BackgroundSpriteAmount="1000"
|
||||
/>
|
||||
|
||||
<Open
|
||||
width="200000"
|
||||
height="50000"
|
||||
VoronoiSiteInterval="2000,2000"
|
||||
VoronoiSiteVariance="800,800"
|
||||
MainPathNodeIntervalRange="5000,10000"
|
||||
BackgroundColor="55,61,72"
|
||||
SmallTunnelCount="3"
|
||||
SmallTunnelLengthRange="5000,10000"
|
||||
RuinCount="1"
|
||||
BottomHoleProbability="1"
|
||||
BackgroundSpriteAmount="800"
|
||||
/>
|
||||
|
||||
<Pillars
|
||||
width="100000"
|
||||
height="80000"
|
||||
VoronoiSiteInterval="1000,8000"
|
||||
VoronoiSiteVariance="100,1400"
|
||||
MainPathNodeIntervalRange="5000,10000"
|
||||
BackgroundColor="55,72,58"
|
||||
SmallTunnelCount="10"
|
||||
SmallTunnelLengthRange="5000,10000"
|
||||
RuinCount="1"
|
||||
BottomHoleProbability="0.5"
|
||||
BackgroundSpriteAmount="1000"
|
||||
/>
|
||||
|
||||
<Slabs
|
||||
width="150000"
|
||||
height="50000"
|
||||
VoronoiSiteInterval="8000,1000"
|
||||
VoronoiSiteVariance="2000,400"
|
||||
MainPathNodeIntervalRange="5000,10000"
|
||||
BackgroundColor="55,72,58"
|
||||
SmallTunnelCount="10"
|
||||
SmallTunnelLengthRange="5000,10000"
|
||||
RuinCount="1"
|
||||
BottomHoleProbability="0.0"
|
||||
BackgroundSpriteAmount="1000"
|
||||
/>
|
||||
|
||||
<Maze
|
||||
width="100000"
|
||||
height="70000"
|
||||
VoronoiSiteInterval="1500,1500"
|
||||
VoronoiSiteVariance="700,700"
|
||||
MainPathNodeIntervalRange="6000,10000"
|
||||
BackgroundColor="50,46,20"
|
||||
SmallTunnelCount="10"
|
||||
SmallTunnelLengthRange="5000,50000"
|
||||
RuinCount="3"
|
||||
BottomHoleProbability="0.5"
|
||||
BackgroundSpriteAmount="1000"
|
||||
/>
|
||||
</LevelGenerationParameters>
|
||||
Reference in New Issue
Block a user