Tractors with Trailers in Traffic v1.0 by Todor...

V 1.13 mod for Eurotruck Simulator 2

0
Downloads today
2,158
Downloads total
2
Comments

description

Tractors with trailers in traffic v1.0 by Todor Alin for Ets2 1.31.x game version

 

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 "<base_name>.<idofyourmod>.sii" where <base_name> is name of

# base file without the extension (e.g. "city" for "/def/city.sii") and <idofyourmod> 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

}

 

}

Credits

Modell: Todor Alin
Textur: Todor Alin
Script: Todor Alin
Idee / Konzept: Todor Alin
Tester: Todor Alin
Sonstige: Todor Alin

  • 08 Jul 23:17
    Version 1.13

    TRACTOR WITH TRAILERS IN TRAFFIC V1.13 BY TODOR ALIN 1.31.X

    New in v1.13:
    - Reworked tractor sounds.
    - Reworked flares.
    - Added missing def to vehicle_type (thanks PIVA)

    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!

  • 12 Jun 01:36
    Version 1.12

    Tractors with trailers in traffic v1.12 by Todor Alin

    Tractors with trailers in traffic v1.12 by Todor Alin for Ets2 1.31.x game version

    New in v1.12:

    - Fixed side blinker issue on Man truck (empty and with logs)

    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
    }

    }

  • 09 Jun 22:17
    Version 1.11

    Tractors with trailers in traffic v1.11 by Todor Alin

    New in v1.11:

    Increased a little bit the displacement for trailer to make turn more realistic. Hope that the collision bug do not ocure !!!!
    But, if it happened, you have two choices : Use version 1.1 or can consider-it as a new random events.

    Also, in archive, you have an little add-on (Disable_beacon). Must have higher priority !!!

    Version 1.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 !!!!!

  • 31 May 21:07
    Version 1.1

    Tractors with trailers in traffic v1.1 by Todor Alin

    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 ....

  • 28 May 23:14
    Version 1.0





Files

28.05 2018
Modhoster user rating
5.0 / 1 Votes

Empfehlungsrate

-/-      
noch nicht genug Stimmen

Do you think this mod should be featured?

V 1.13
Eurotruck Simulator 2
Tractors_1.13.zip
92.9 MB 562
08. 07 2018 562
V 1.12
Eurotruck Simulator 2
Tractors_1.12.zip
92.8 MB 375
12. 06 2018 375
V 1.11
Eurotruck Simulator 2
Tractors_1.11.zip
92.8 MB 334
09. 06 2018 334
2 ältere Versionen

1 Comments for Tractors with Trailers in Traffic v1.0 by Todor Alin

You have to log in for writing comments.
You can also sign up for free, id you don't have an account yet - it only takes 5 minutes.

  1. lws fan 13. 06 2018

    3 trailer on 1 trackto are not allowed pls delete on trailer and then i download your mod



}