ok, about trucking. There are two ways to get this working.
Method 1 - SYS.TXT , overrides every other vehicle type !!!
Code:
[truck]
use=1 ;(?)
weight="10000" ;(?)
weightperaxle="2000" ;(-1)
loadtype="-1" ;(-1)
maxspeed="90" ;(?)
length="15" ;(?)
width="3.5" ;(?)
height="4.5" ;(?)
max_restriction_level="2" ;(0)
vtr="1"
hazmatflags="5" ;Hazardous Materials 0-6
;### see also [route] permit_penalty=2000
Method 2 - SAVE\truck_profiles.ini:
Code:
[default]
name="default"
length=15
width=4
height=4
weight=20000
maxspeed=90
actualweight=15000
axles=4
trailers=1
icon=0
hazard=-1
vtr=1
This default profile will be active if you choose vehicle truck
Don't use Method 1 in this case. Leave [truck] out of SYS.TXT
EDIT:
Sie müssen registriert sein, um Links zu sehen.
Here is my skin for testing this. Select truck (will create default in save\truck_profiles.ini)
and car to see the difference in routing. exit
igo and edit truck_profiles.ini to your liking.
(example maxspeed to 50)
Switch between car and truck to see it working.
- Search
- select a destination
- more...
- routecalc methods button
- vehicle button
<<< there is still a RADIOBUTTON bug here, for car you need to select emergency when truck is current
- car or truck
- see the difference
Cheers
_________________
Man can learn. Mankind never will.
Sie müssen registriert sein, um Links zu sehen.
Last edited by
Sie müssen registriert sein, um Links zu sehen.
on Thu Sep 17, 2009 9:52 pm, edited 6 times in total.