Thanks for the suggestion. I've tested a bit with path distance but I do not quite know how to get this information from it (I got an output but it makes no sense).
The purpose of my entire model is to add a start point and a stop point and find the quickest way between these while avoiding certain areas (which works fine), but it must also regard the upslope/downslope along the suggested line since the max allowed slope is different between these two.
So the path distance is what I lack. for possible inputs I have pregenerated: DTM raster, slope raster, aspect raster, cost distance raster, cost path line.
And the settings: max 25 degrees downslope and max 15 degrees upslope.
Can I make the calculation based on what I have? if no, what do I need also? and where do these inputs go into the tool?