Travel speed on roads CC176
#5


So I did a search on the web re "Banished Road Speed". According to a post from Kralyerg on Reddit from 3 years ago:




<p style="color:#1c1c1c;">
According to the (unmodded) code:



<pre style="color:#1c1c1c;">
<code style="color:#222222;">float _slowSpeed = 0.75;
float _fastSpeed = 1.2;
float _fastestSpeed = 1.4;
</code></pre>

<p style="color:#1c1c1c;">
Slowspeed is walking on normal grassy ground, fastspeed is dirt road and fastestspeed is stone road



<p style="color:#1c1c1c;">
You can only have the 3 speeds, so in <abbr title="Colonial Charter">CC</abbr>, brick road is the same speed as stone road.



<p style="color:#1c1c1c;">
In <abbr title="Colonial Charter">CC</abbr>, we did bump up the road speeds a little bit



<pre style="color:#1c1c1c;">
<code style="color:#222222;">float _slowSpeed = 0.75;
float _fastSpeed = 1.4;
float _fastestSpeed = 2.0;
</code></pre>

<p style="color:#1c1c1c;">
I'm guessing this hasn't changed since then. In <abbr title="MegaMod">MM</abbr>, I would assume that all roads, including those from other modders, use these speeds rather than the slower vanilla speeds. But Kralyerg will need to verify that for us. 



  Reply


Messages In This Thread
Travel speed on roads CC176 - by Frances - 07-08-2018, 10:02 AM
Travel speed on roads CC176 - by estherhb - 07-08-2018, 11:47 AM
Travel speed on roads CC176 - by Frances - 07-08-2018, 03:13 PM
Travel speed on roads CC176 - by Goblin Girl - 07-09-2018, 06:59 AM
Travel speed on roads CC176 - by estherhb - 07-09-2018, 07:01 AM
Travel speed on roads CC176 - by Frances - 07-08-2018, 03:18 PM
Travel speed on roads CC176 - by estherhb - 07-08-2018, 08:58 PM