Tractors with trailers in traffic v1.1 by Todor Alin

Descriptions:
New in v1.1:

– Reduced trailers numbers, limit displacement to solve colision bug (a bit unrealistic on tiny curves)
– Reduced overall spawn frecquency rates on day (tractors rush hours at night)
– Reduced spawn frecquency of harvesters.

Features:

With this mod, you can have in traffic as slow moving vehicles:
– harvester
– cat_mutt
– mutt_422e
– SCS tractor with traler(s)
– Tractors by AlexP with trailer(s)
– and , finaly, articulated hays and logs trailers are back !!!!!

All those are active on local roads and country roads !!!
This mod is compatible with all traffic mods, due the use of new SCS overrides system

FOR TRAFFIC MODDERS

Overrides is a SCS unoficial feature to break traffic mods incompatibility introduced by 1.30 version
It should allow easier modding of the game definitions in multi-mod environment. By ‘data override’ you can override only certain attributes in certain defs without the need for overwriting the whole file.
There are 3 override types:

replace: replacing attributes (replaces all attributes)

add: adding attributes (adds given values for given attribute)

remove: removing attributes (removes given values for given attributes)

The overrides file named overrides.NAME.sii file sould be placed in def folder, and the NAME could be your mod unique name.

DO NOT use averrides.sii, will break compatibilities !!!!!

Example of overrides:

SiiNunit
{
# For modders: Please do not modify this file if you want to add a new entry. Create in
# this directory a new file “..sii” where is name of
# base file without the extension (e.g. “city” for “/def/city.sii”) and is
# some string which is unlikely to conflict with other mod.
#
# Warning: Even if the units are specified in more than one source file, they share the
# same namespace so suffixes or prefixes should be used to avoid conflicts.
#
# NOTE: Overrides are applied in the order they are defined!

data_override : override.traffic_lane.rail.tram
{
source: .override.traffic_lane.rail.tram
target: traffic_lane.rail.tram1
type: replace
}

traffic_lane_data : .override.traffic_lane.rail.tram
{
traffic_rules[]: traffic_rule.road
}

data_override : override.traffic_lane.rail.tram2
{
source: .override.traffic_lane.rail.tram2
target: traffic_lane.rail.tram
type: add
}

traffic_lane_data : .override.traffic_lane.rail.tram2
{
speed_class: local_road
traffic_rules[]: traffic_rule.s_car_l
}

data_override : override.traffic_lane.rail.tram3
{
source: .override.traffic_lane.rail.tram3
target: traffic_lane.rail.tram
type: remove
}
traffic_lane_data : .override.traffic_lane.rail.tram3
{
speed_class: local_road
traffic_rules[]: traffic_rule.road
}

}

or, see the overrides files I provided ….

Authors:
Todor Alin

Download Link: Download mod


Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.


NEXT NEW

You may also like...