[added] Nu'roga Maps
Here is my new set for Nu'Roga... I can't get it to work with this code, so I can't test it yet. Any thoughts?? I can't figure out what is wrong with the xml code. The map name shows up in the dropdown thing in the game, but the map itself is just black, so for some reason I guess it's not finding my map .dds files?? I put the in the right folder though, so I'm really confused.
<ImageStyle Name="exp05_dun_nuroga_0" displayname="Nu'roga" menugroup="Kunark" zonerect="-82,-59,81,58" heightmax="20">
<ImageFrame Source="images/maps/map_exp05_dun_nuroga_0.dds" SourceRect="0,0,436,506" />
</ImageStyle>
<ImageStyle Name="exp05_dun_nuroga_1" displayname="Nu'roga" menugroup="Kunark" zonerect="-83,-65,95,91" heightmin="20" heightmax="80">
<ImageFrame Source="images/maps/map_exp05_dun_nuroga_1.dds" SourceRect="0,0,436,506" />
</ImageStyle>
<ImageStyle Name="exp05_dun_nuroga_2" displayname="Nu'roga" menugroup="Kunark" zonerect="-80,-55,89,68" heightmin="80" heightmax="120">
<ImageFrame Source="images/maps/map_exp05_dun_nuroga_2.dds" SourceRect="0,0,436,506" />
</ImageStyle>
<ImageStyle Name="exp05_dun_nuroga_3" displayname="Nu'roga" menugroup="Kunark" zonerect="-70,-60,88,86" heightmin="120" heightmax="150">
<ImageFrame Source="images/maps/map_exp05_dun_nuroga_3.dds" SourceRect="0,0,436,506" />
</ImageStyle>
<ImageStyle Name="exp05_dun_nuroga_4" displayname="Nu'roga" menugroup="Kunark" zonerect="-78,-56,94,69" heightmin="150">
<ImageFrame Source="images/maps/map_exp05_dun_nuroga_4.dds" SourceRect="0,0,436,506" />
</ImageStyle>
There are 5 "levels" (the 4th one being a long ramp up to the top floor), and one of them didn't have a name in the game, so I just call it the "Ramp".
level "0": Sacrificial Chamber
level "1": Chanting and Ritual Chamber
level "2": Arcane Practice and Study
level "3": Ramp
level "4": Blood Altar
Zonerects:
level "0": -82,-59,81,58
level "1": -83,-65,95,91
level "2": -80,-55,89,68
level "3": -70,-60,88,86
level "4": -78,-56,94,69
Height Cutoffs:
20, 80, 120, 150
I'm anxious to get this working, but I can't test it until I can get it to load in the game. Any help you can give would be great.
|