emdsd90mac wrote:Hello and good day to you all. I have a question about "Named Marker" and that question is once you "Set Markers from World Editor" to get your named markers into the editor, where are they saved at? I can't seem to find them. Also, does anyone know why you cannot add to these as in come back at a later and add more marker? I was able to get 2 of my markers to show up, but when I go back to add more they do not show up in the list of available markers to "tele-port" to. Any help would be greatly appreciated.
Your markers are saved in the Assets file you use to store your route. e.g. in my case, Assets\MikeSimpson\Borders\RouteMarkers your route template would then be in Assets\MikeSimpson\Borders\TemplateRoutes
You may have as many marker files as you like in the RouteMarkers file, and in the case of named markers you can edit the place-names if you wish. The following is the beginning of one of my files named TweedSideNames.dcsv
<?xml version="1.0" encoding="utf-8"?>
<cCSVArray xmlns:d="http://www.kuju.com/TnT/2003/Delta" d:version="1.0" d:id="1240024">
<CSVItem>
<cCSVItem d:id="319100012">
<X d:type="sFloat32" d:alt_encoding="0000000000000000" d:precision="string">-2.005603011380624</X>
<Y d:type="sFloat32" d:alt_encoding="0000000000000000" d:precision="string">55.76017382065307,</Y>
<Name d:type="cDeltaString">Tweedmouth</Name>
</cCSVItem>
<cCSVItem d:id="319100024">
<X d:type="sFloat32" d:alt_encoding="0000000000000000" d:precision="string">-2.010793656509651</X>
<Y d:type="sFloat32" d:alt_encoding="0000000000000000" d:precision="string">55.77434978477755,</Y>
<Name d:type="cDeltaString">Berwick_Station</Name>
</cCSVItem>
<cCSVItem d:id="319100036">
<X d:type="sFloat32" d:alt_encoding="0000000000000000" d:precision="string">-2.075071699412002</X>
<Y d:type="sFloat32" d:alt_encoding="0000000000000000" d:precision="string">55.84300864770797,</Y>
<Name d:type="cDeltaString">Burnmouth_Bridge</Name>
</cCSVItem>
Mike