<div dir="ltr"><div class="gmail_default" style="font-size:small">Hi all<br><br></div><div class="gmail_default" style="font-size:small">There are some modifications that I made to the XTherion and would be interested if someone can test them and share their opinion. They were quickly patched up and I am no TCL developer so there might be a bug or two.<br><br>Initially I needed to have an XTherion shortcut to delete a line point so I started looking through the source. I added Ctrl+Shift+D for deleting a line point, Ctrl+Up/Down for zooming in and out in the map editor.<br><br></div><div class="gmail_default" style="font-size:small">The all blue items in the map editor were harder to use so I tried to colorize them. E.g. walls to be "brick red", pits are magenta, rock borders dark gray, slope is yellow, etc. The non-selected scrap is light gray.<br>The station point I made orange and a triangle instead of a circle so it is more visible.<br></div><div class="gmail_default" style="font-size:small">I will probably add other colors after I work with the editor more.<br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I have attached a couple of screenshots of how it looks, the xtherion source and the "compiled" xtherion tcl app.<br><br></div><div class="gmail_default" style="font-size:small">Btw, where does the source live, besides the zip archive on the site? Is there a source control repo somewhere that people can contribute to?<br></div><div class="gmail_default" style="font-size:small">For experimenting with the colors I used a private git repo. I admit I haven't checked the licensing for the code.<br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Here are the colors that I changed and added them to the INI file.<br></div><div class="gmail_default" style="font-size:small">#set xth(gui,me,activefill) red<br>#set xth(gui,me,pasivefill) green<br>#set xth(gui,me,controlfill) blue<br>#set xth(gui,me,highlightfill) cyan<br>#set xth(gui,me,unselectedfill) lightgray<br>#set xth(gui,me,wallcolor) brown<br>#set xth(gui,me,pitcolor) magenta<br>#set xth(gui,me,slopecolor) gold<br>#set xth(gui,me,rockcolor) snow4<br>#set xth(gui,me,bordercolor) turquoise<br>#set xth(gui,me,stationcolor) darkorange<br><br><br></div><div class="gmail_default" style="font-size:small">Best<br>Vladimir<br></div></div>