Home » MODDING HQ 1.13 » v1.13 Modding, Customising, Editing » v1.13 Modding, Customising, Editing » I can't get MovementCosts.xml to work.. (SOLVED for good by The Scorpion!!!)
Re: I can't get MovementCosts.xml to work..[message #366081 is a reply to message #366080] Thu, 16 May 2024 19:36 Go to previous messageGo to previous message
Kitty

 
Messages:505
Registered:October 2017
Location: Germany
Hm, kinda hard to tell without knowing your map

But maybe try putting an actual EdgeOfWorld-Sector inbetween

Like:

<Sector y="A" x="7">
<TravelRating>0</TravelRating>
<North>EDGEOFWORLD</North>
<East>EDGEOFWORLD</East>
<South>WATER</South>
<West>WATER</West>
<Here>WATER</Here>
</Sector>

<Sector y="A" x="8">
<TravelRating>0</TravelRating>
<North>EDGEOFWORLD</North>
<East>EDGEOFWORLD</East>
<South>EDGEOFWORLD</South>
<West>EDGEOFWORLD</West>
<Here>EDGEOFWORLD</Here>
<BadSector>1</BadSector>
</Sector>

<Sector y="A" x="9">
<TravelRating>70</TravelRating>
<North>EDGEOFWORLD</North>
<East>TOWN</East>
<South>COASTAL_ROAD</South>
<West>EDGEOFWORLD</West>
<Here>TOWN</Here>
</Sector>
-

If you look at 1.13-map, sectors A4 and A5 are EdgeOfWorld-Sectors

and A3 and A6 as well as B4 and B5 are arround those


<Sector y="A" x="3">
<TravelRating>9</TravelRating>
<North>EDGEOFWORLD</North>
<East>EDGEOFWORLD</East>
<South>PLAINS</South>
<West>PLAINS</West>
<Here>PLAINS</Here>
</Sector>

<Sector y="A" x="4">
<TravelRating>0</TravelRating>
<North>EDGEOFWORLD</North>
<East>EDGEOFWORLD</East>
<South>EDGEOFWORLD</South>
<West>EDGEOFWORLD</West>
<Here>EDGEOFWORLD</Here>
<BadSector>1</BadSector>
</Sector>

<Sector y="A" x="5">
<TravelRating>0</TravelRating>
<North>EDGEOFWORLD</North>
<East>EDGEOFWORLD</East>
<South>EDGEOFWORLD</South>
<West>EDGEOFWORLD</West>
<Here>EDGEOFWORLD</Here>
<BadSector>1</BadSector>
</Sector>

<Sector y="A" x="6">
<TravelRating>5</TravelRating>
<North>EDGEOFWORLD</North>
<East>HILLS</East>
<South>PLAINS</South>
<West>EDGEOFWORLD</West>
<Here>HILLS</Here>
</Sector>



<Sector y="B" x="4">
<TravelRating>4</TravelRating>
<North>EDGEOFWORLD</North>
<East>PLAINS</East>
<South>SPARSE</South>
<West>SPARSE</West>
<Here>SPARSE</Here>
</Sector>

<Sector y="B" x="5">
<TravelRating>15</TravelRating>
<North>EDGEOFWORLD</North>
<East>PLAINS</East>
<South>PLAINS</South>
<West>PLAINS</West>
<Here>FARMLAND</Here>
</Sector>
-

so, if you want to point to an EdgeOfWorld, let there be an EdgeOfWorld

[Updated on: Thu, 16 May 2024 19:41]




How to get: latest 1.13, 7609 and more | 7609 SCI (eng) | Compiling+SVN

I need more details. (Didi Hallervorden)

Report message to a moderator

First Sergeant
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Adding Fatima and Dmitri on custom map..
Next Topic: Basic question about tileset editing.
Goto Forum:
  


Current Time: Thu Jun 11 02:03:54 GMT+3 2026

Total time taken to generate the page: 0.00675 seconds