Lionar
Member
Hello everyone!
I'm trying to configure the regions of a custom map from 0. I found some interesting editors here in the forum but honestly I'm not comfortable using them.
So I started working with Region.Xml taking the coordinates from UoFiddler or from the game itself. But now I have some questions. I understand that there are different types of Region (and on this there are no doubts) and are formed by some rectangles but exactly how to set start and end of this?
for example I see:
And here are my questions;
1)how should i correcly create a rectangle?
2)what is the line "go x =" 1495 "y =" 1629 "z =" 10 "?
3)What are "width" and "height" exactly? how should i set up these?
4)How do I set a sub-region? Do I have to work with "priority"? if I create another region inside it and I put it in priority 60, does that mean that when I enter that rectangle, the "60 region" will overwhelm that of 50?
Thank you for the time you spent reading this.
I'm trying to configure the regions of a custom map from 0. I found some interesting editors here in the forum but honestly I'm not comfortable using them.
So I started working with Region.Xml taking the coordinates from UoFiddler or from the game itself. But now I have some questions. I understand that there are different types of Region (and on this there are no doubts) and are formed by some rectangles but exactly how to set start and end of this?
for example I see:
Code:
<region type="TownRegion" priority="50" name="Britain">
<rect x="1416" y="1498" width="324" height="279" zmin="-10" />
<rect x="1500" y="1408" width="46" height="90" />
<rect x="1385" y="1538" width="31" height="239" zmin="-10" />
<rect x="1416" y="1777" width="324" height="60" />
<rect x="1385" y="1777" width="31" height="130" />
<rect x="1093" y="1538" width="292" height="369" />
<go x="1495" y="1629" z="10" />
<music name="Britain1" />
<zrange min="0" />
And here are my questions;
1)how should i correcly create a rectangle?
2)what is the line "go x =" 1495 "y =" 1629 "z =" 10 "?
3)What are "width" and "height" exactly? how should i set up these?
4)How do I set a sub-region? Do I have to work with "priority"? if I create another region inside it and I put it in priority 60, does that mean that when I enter that rectangle, the "60 region" will overwhelm that of 50?
Thank you for the time you spent reading this.