Open main menu

Changes

Documentation/Engine/Game data

5,975 bytes removed, 23:42, 24 July 2024
m
no edit summary
All of SCS games are using partially prescribed folder structure. This means {{Tip|Be aware that some resources must have proper name and be placed into proper folder otherwise game may malfunction or even crash. That's why this topic page is giving insight obsolete, due to big changes in game base folder structure, it's crucial resources and their place in folderswith each update! For more information on structure changes check [[Games/ETS2/Modding_guides|modding updates]] pages.}}
 All of SCS games are using partially prescribed folder structure. This means that some resources must have the proper name and be placed into the proper folder otherwise game may malfunction or even crash. That's why this topic is giving insight to game base folder structure, its crucial resources and their place in folders. In general , this topic is showing and describing the structure of the folders and files as you get them by using the [[Documentation/Tools/Game Archive Extractor|Game Archive Extractor]] for two basic files with .scs extension found in game installation directory: "'''base.scs'''" and "'''def.scs'''".
= Root game folder =
{{FileSystemTreeEntry|icon=FST-IconRoot|type=|name=Root game folder|mark_current=1}}
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=automat}} ''Material storage with generated material files produced during conversion of 3D model assets with conversion tools.''
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=contentbrowser}} ''Folder used by Map Editor content browser TODO: wait for confirmation.'' ├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=custom}} ''Legacy folder for storing custom/modded definitions (NOTE: This folder is deprecated obsolete and might be removed in the future).''
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=def|link=#Definitions}} ''See: [[#Definitions|Definitions]].''
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=dlc}} ''Shared models used by dlc such like "dead end" sign.''
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=effect}} ''Set of compiled shader effects used by game for rendering of any visual element.''
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=font|link=#Fonts}} ''See: [[#Fonts|Fonts]].''
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=map}} ''Storage for maps and it's its additional data.''
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=material|link=#Predefined materials}} ''See: [[#Predefined materials|Predefined materials]].''
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=matlib}} TODO: wait for confirmation.
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=model}} ''Storage for 1st generation of map assets.''
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=model2}} ''Storage for 2nd generation of map assets.''
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=system}} ''Low level engine resources needed for console and fall-back cases of missing resources.''
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=ui}} ''See: [[#UI definitions|UI definitions]].''
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=uilab}} TODO: wait for confirmation.
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=unit}} ''Definitions for predefined hookups spawned in game trough locators, for example: light flare, light sources, no weather areas.''
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=vehicle}} ''See: [[#Vehicle model resources|Vehicle model resources]].''
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=camera|link=#Camera definitions}} ''See: [[#Camera definitions|Camera definitions]].''
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=cargo|link=#Cargo definitions}} ''See: [[#Cargo definitions|Cargo definitions]].''
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=city}} ''Defines cities for game. Each city is defined in it's its own SII file.''
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=climate|link=#Climate definitions}} ''See: [[#Climate definitions|Climate definitions]].''
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=company|link=#Company definitions}} ''See: [[#Company definitions|Company definitions]].''
├{{FileSystemTreeEntry|icon=FST-IconFileSii|type=|name=economy_data.sii}} ''Game economy definition.''
├...
├{{FileSystemTreeEntry|icon=FST-IconFileSii|type=|name=env_data.sii}} ''Environment global configuration such as day in the year.'' << TODO: This is not clean enough for me.
├...
├{{FileSystemTreeEntry|icon=FST-IconFileSii|type=|name=ferry.sii}} ''Storage of ferry ports. When defining your own cargoes use infixed version of this SII file for example: "ferry.my_mod.sii".''
├...
├{{FileSystemTreeEntry|icon=FST-IconFileSii|type=|name=police_data.sii}} ''Defines player offences: fine amounts, offence check delay.''
├...
├{{FileSystemTreeEntry|icon=FST-IconFileSii|type=|name=rim_data.sii}} ''Defines players vehicle wheels assembling rules and backward compatibility for old game profiles using old wheels assembling system.''
├...
├{{FileSystemTreeEntry|icon=FST-IconFileSii|type=|name=sound_player.sii}} ''Defines sounds for UI actions and global game sounds.''
Camera definitions folder ("'''/def/camera'''") is using "'''camera_storage(.infix).sii'''" files as storage files defining cameras that can be used by player while in game (UI interface is not handled by cameras, as UI is drawn directly on screen 2D plane). Note that this defines only storage for available in game cameras, but which camera is used in the game depends on currently user selected view and current used player vehicle.
Beside storage files camera definitions folder also includes "'''cutscene.sii'''" file which defines camera and it's its movement in different cut-scenes.
<div class="folder_structure">
=== Climate definitions ===
Each climate is defined in it's its own folder "'''/def/climate/<climate_name>/'''" and usually have profile SII files: one for nice weather "'''nice.sii'''" and second for bad weather "'''bad.sii'''". Climates definitions are used in Map Editor (Editor Settings -> Weather tab).
By default there should be at least two climates:
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=def|link=#Definitions}}
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=company|mark_current=1}}
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=<company_name_1>}} ''Folder defining company data, named same as it's its corresponding company data file.''
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=editor}} ''Folder containing definitions for cities in which this company exists and which prefab will be used for it.''
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=in}} ''Folder containing SII files for cargoes this company accepts.''
Defines available countries that can be used in the Map Editor and later in game. While defining new country make sure to include it in country storage file "'''/def/country(.infix).sii'''".
Each country has it's its own folder defining all possible country specific data. Worth mentioning is modification of AI traffic appearing frequencies, which is done by adding SII files inside "'''/def/country/<country_name>/ai/'''" folder. Each SII file defines modified frequency for one AI vehicle, where it's its name tells which car it is it. Possible file names are AI vehicles unit name suffixes used inside AI vehicle definitions (AI vehicles definitions can be found in: "'''/def/vehicle/ai/'''").
Tree overview of country definitions:
=== Vehicle definitions ===
Vehicle definitions are responsible for configuration of any type of vehicles and it's its parts in SCS games that are not map assets. Biggest part of this configurations belongs to configuration of possible player vehicles and it's its parts.
<div class="folder_structure">
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=truck_company}} ''Trucks configurations for Quick Jobs.''
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=truck_company_uk}} ''Trucks configurations for RHD trucks (UK related) Quick Jobs. This folder exists only in: ETS2 game data.''
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=truck_dealer}} ''See: [[#Truck dealer definitions|Truck dealer definitions]].''
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=truck_dealer_uk}} ''Defines assortment of RHD trucks for dealers; has same structure as: [[#Truck dealer definitions|Truck dealer definitions]] and exists only in ETS2 game data.''
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=truck_desktop}} ''Trucks configurations used in Truck Browser.''
├{{FileSystemTreeEntry|icon=FST-IconFileSii|type=|name=physics.sii}} ''Defines players vehicle common physics parameters.''
├{{FileSystemTreeEntry|icon=FST-IconFileSii|type=|name=physics_interior_camera.sii}} ''Defines interior camera movement physics parameters.''
├{{FileSystemTreeEntry|icon=FST-IconFileSii|type=|name=rim_data.sii}} ''Defines players vehicle wheels assembling rules and backward compatibility for old game profiles using old wheels assembling system.''
├{{FileSystemTreeEntry|icon=FST-IconFileSii|type=|name=traffic_storage_bus.sii}} ''Storage file for AI traffic bus vehicles inclusion in game. For new AI buses use e.g. "'''traffic_storage_bus.mymod.sii'''".''
├{{FileSystemTreeEntry|icon=FST-IconFileSii|type=|name=traffic_storage_car.sii}} ''Storage file for AI traffic car vehicles inclusion in game. For new AI cars use e.g. "'''traffic_storage_car.mymod.sii'''".''
==== Trailer definitions ====
Trailer definitions defines trailers for usage with players truck or for usage by AI traffic. For defining a trailer, one SII file and folder with "'''chassis.sii'''" and/or additional cargo definitions has to be created. All of the trailers definition files also have to be included in one of the storage files to be used in game. In case trailer should be used by player it has to be included in one of the "'''trailer_storage(.infix).sii'''" files and if trailer should be used by AI trucks it has to be included in one of "'''trailer_storage_semi_trailertraffic_storage_semi_trailer(.infix).sii'''" files or custom type of AI trailers storage file.
{{Note|Difference between AI trailer trailers and players trailer is in player trailers are handled somewhat differently. Player trailers use the type of SiiUnit in trailer definition file, where players trailer SiiUnit name is "'''trailer'''" and AI SiiUnit class with a naming convention of <code>trailer SiiUnit .<name is ></code>, while AI trailers use the "'''traffic.trailertraffic_trailer'''"SiiUnit class and a naming convention of <code>traffic.trailer.<name></code>.}}
<div class="folder_structure">
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=trailer|mark_current=1}}
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=<trailer_1>}} ''Folder for cargo hookup and chassis definition of first trailer.''
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=company_paint_job}} ''Folder for company-specific paint job definitions of first trailer.''
└{{FileSystemTreeEntry|icon=FST-IconFileSii|type=|name=<trailer_look>.sii}} ''Defines paint job for companies with corresponding trailer_look attribute. (eg plain, trameri, etc)''
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=custom_paint_job}} ''Folder for custom paint job definitions, selectable in the trailer selection dialog.''
├{{FileSystemTreeEntry|icon=FST-IconFileSii|type=|name=<cargo_accessory>.sii}} ''SII file defining cargo model hookup for this trailer.''
├{{FileSystemTreeEntry|icon=FST-IconFileSii|type=|name=...}} ''More SII files defining cargo models available for second trailer.''
==== Player trucks definitions ====
Player truck definitions are containing all definitions that defines trucks that player can use in game and accessories for them.
Each truck is configured in it's own folder (e.g. "'''<brand.truck>'''" in tree view below) containing:# SII file: '''data.sii''' - ''defining: truck info, cameras, fallback rules for parts of the truck and required accessories. There is 8 mandatory fallback rules: chassis, cabin, interior, engine, transmission, f_wheel (or f_tire), r_wheel (or r_tire), paint_job and head_light''.# Subfolders: ('''chassis''', '''cabin''', '''interior''', '''engine''', '''transmission''', '''paint_job''', '''head_light''', '''sound''') - ''defining different parts and accessories of the truck. First 7 folders are needed because of mandatory fallback rules and sound folder is needed for truck mandatory sounds definitions.''# Optional folder: '''accessory''' - ''defining all possible accessories for the truck that user can install in game Upgrade Shop. This folder holds another level of sub folders for separating different accessory types that player can install on the truck and will be listed in Upgrade Shop once player selects proper accessory type. Moreover names of subfolders directly correspond to the names of model locators truck 3D model has to have for ability of having that types of accessories enabled in the game.'' Still this configurations are not enough to have truck shown up in the game. For proper inclusion of truck in more information see the game, truck initial configuration files have to be created for:# Dealers inside folder: "'''/def/vehicle/truck_dealer/'''" (if truck has RHD variant also in UK dealers folder: "'''/def/vehicle/truck_dealer_uk/'''").# Desktop preview inside folder: "'''/def/vehicle/truck_desktop/'''" (if truck has RHD variant also in UK dealers folderdedicated page: "'''/def/vehicle/truck_desktop_uk[[/'''").# Quick Jobs Player trucks inside folder (optionally): "'''/def/vehicle/truck_company/'''" (if truck has RHD variant also in UK dealers folder: "'''/def/vehicle/truck_company_uk/'''"). <div class="folder_structure">  {{FileSystemTreeEntry|icon=FST-IconRoot|type=|name=Root game folder|link=#Root game folder}} ├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=def|link=#Definitions}} ├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=vehicle|link=#Vehicle definitions}} ├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=truck|mark_current=1}} ├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=<brand.truck>}} ''Truck main configuration folder.'' ├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=accessory}} ''Folder for defining all accessory types which can be installed on this truck.'' ├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=beacon}} ''Folder for defining accessory of type "beacon".'' ├{{FileSystemTreeEntry|icon=FST-IconFileSii|type=|name=shape1.sii}} ''File defining one beacon model which can be named freely (no restriction applies on SII file naming inside accessory type).'' └{{FileSystemTreeEntry|icon=FST-IconFileSii|type=|name=...}} ''More beacon models definition files.'' └{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=...}} ''Folders defining more accessory types and it's model Player trucks definitions]].'' ├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=cabin}} ''Folder with SII files defining cabin mandatory truck part; one cabin per one SII file.'' ├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=chassis}} ''Folder with SII files defining chassis mandatory truck part; one chassis per one SII file.'' ├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=engine}} ''Folder with SII files defining engine mandatory truck part; one engine per one SII file.'' ├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=head_light}} ''Folder with SII files defining head light mandatory truck part; one head light type per one SII file.'' ├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=interior}} ''Folder with SII files defining interior mandatory truck part, it's animations, dashboard colors and glass data; one interior per one SII file.'' ├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=paint_job}} ''Folder with SII files defining paint job mandatory truck part; one paint job per one SII file.'' ├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=sound}} ''Folder with SII files defining sound mandatory truck part. There should be at least two SII files: one for interior and second for exterior sounds definition.'' ├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=transmission}} ''Folder with SII files defining transmission mandatory truck part; one transmission per one SII file.'' └{{FileSystemTreeEntry|icon=FST-IconFileSii|type=|name=data.sii}} ''Defining truck global data: info, cameras and fallback rules.'' ├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=<2nd_brand.truck>}} ''Folder defining second truck having the same inner folder structure as first truck above.'' ├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=...}} ''Folders for defining more trucks.'' ├{{FileSystemTreeEntry|icon=FST-IconFileSii|type=|name=common_sound_ext.sui}} ''Defines common sounds list for exterior. This list has to be included in each truck exterior sounds definition file.'' ├{{FileSystemTreeEntry|icon=FST-IconFileSii|type=|name=common_sound_ext_data.sui}} ''Defines common sounds data for "'''common_sound_ext.sii'''" list.'' ├{{FileSystemTreeEntry|icon=FST-IconFileSii|type=|name=common_sound_int.sui}} ''Defines common sounds list for interior. This list has to be included in each truck interior sounds definition file.'' ├{{FileSystemTreeEntry|icon=FST-IconFileSii|type=|name=common_sound_int_data.sui}} ''Defines common sounds data for "'''common_sound_int.sii'''" list.'' └{{FileSystemTreeEntry|icon=FST-IconFileSii|type=|name=fallback.sii}} ''Configuration of fallback truck in the case player loads save with truck that is not in game data any more (may happen when truck mod is removed).'' </div>
=== World definitions ===
== Fonts ==
Folder for storing game fonts. Mostly used in UI and inside vehicle dashboard displays.
<div class="folder_structure">
{{FileSystemTreeEntry|icon=FST-IconRoot|type=|name=Root Game Folder|link=#Root game folder}}
├─ {{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=font|mark_current=1}} ├─{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=license_plate}} ''Fonts used by licence plates.'' └─{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=sign}} ''Fonts used by road signs.''
</div>
<div class="folder_structure">
{{FileSystemTreeEntry|icon=FST-IconRoot|type=|name=Root Game Folder|link=#Root game folder}}
├─ {{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=material|link=#Predefined materials|mark_current=1}} ├─ {{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=custom}} ''Lorem ipsum..'' ├─ {{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=decal}} ''Lorem ipsum..'' ├─ {{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=deferred}} ''Lorem ipsum..'' ├─ {{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=editor}} ''Lorem ipsum.Map Editor background textures.'' ├─ {{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=environment}} ''Lorem ipsum.Environmental cube maps used for reflections.'' ├─ {{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=flags...}} ''Lorem ipsum..'' ├─ {{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=logo}} ''Logos of the Textures for in game, company logos & SCS Software and libraries used by the gamelogos.'' ├─ {{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=metal...}} ''Lorem ipsum..'' ├─ {{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=overlayroad}} ''Lorem ipsumTextures & materials for roads.Folder supports material aliasing.'' ├─ {{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=prefab}} ''Lorem ipsum..'' ├─ {{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=road.}} ''Lorem ipsum..'' ├─ {{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=rockssign}} ''Lorem ipsum.Texture atlases & frames for new sign system.'' ├─ {{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=ropesspecial}} ''Lorem ipsum.Special purposes texture atlases.'' ├─ {{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=signterrain}} ''Lorem ipsumTerrain textures & materials e.g.'' ├─ {{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=special}} ''Lorem ipsumfor grass, sand, water.Folder supports material aliasing.'' ├─ {{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=terraintiled}} ''Lorem ipsum.Collection of tillable textures.'' ├─ {{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=tiledui}} ''Lorem ipsum.Textures and materials used by UI such like buttons, windows, icons etc.'' └─ {{FileSystemTreeEntry|icon=FST-IconFolderIconFileSii|type=|name=uimaterial.db}} ''Textures and Physical materials (substances) database. Names of this substances may be used by UI such like buttons, windows, icons etcon materials attribute called "Substance".''
</div>
<div class="folder_structure">
{{FileSystemTreeEntry|icon=FST-IconRoot|type=|name=Root Game Folder|link=#Root game folder}}
├─ {{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=sound|mark_current=1}} ├─ {{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=ai}} ''Sounds used by AI Traffic vehicles such like engine sounds, horns and sirens.'' ├─ {{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=environment}} ''Environment ambient loops.'' ├─ {{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=mover}} ''Sounds produced by mover objects in game.'' ├─ {{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=music}} ''Music used in many places for example during cutscenes.'' ├─ {{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=truck}} ''Truck related sounds such like engine sounds, crash sounds, trailer attach sounds etc.'' └─ {{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=ui}} ''Sound effects used when user is interacting with the UI. For example click on the UI element.''
</div>
<div class="folder_structure">
{{FileSystemTreeEntry|icon=FST-IconRoot|type=|name=[[#Root game folder|Root Game Folder]]}}
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=ui|mark_current=1}} ├─ {{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=company_manager}} ''Company manager UI layouts.'' ├─ {{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=dashboard}} ''Truck dashboard UI layouts.'' ├─ {{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=desc}} ''UI descriptors.'' ├─ {{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=editor}} ''Editor UI layouts.'' ├─ {{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=license_plate}} ''Licence plate UI layouts.'' ├─ {{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=options}} ''Options screens UI layouts.'' ├─ {{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=template}} ''UI templates (definitions of the controls look).'' └─ {{FileSystemTreeEntry|icon=FST-IconFileSii|type=|name=...}} ''UI window layouts for all in game windows.''
</div>
<div class="folder_structure">
{{FileSystemTreeEntry|icon=FST-IconRoot|type=|name=[[#Root game folder|Root Game Folder]]}}
├{{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=vehicle|mark_current=1}} ├─ {{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=ai}} ''AI traffic vehicles models and resources of all types: cars, trucks, buses, trains.'' ├─ {{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=driver}} ''Driver models for usage in AI traffic vehicles.'' ├─ {{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=share}} ''Shared texture resources for vehicles.'' ├─ {{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=trailer*}} ''Trailer models Models and resource resources for player and AI traffictrailers. (*)- for ETS2 there will be "'''trailer_eu'''" instead.'' ├─ {{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=truck}} ''Vehicles Player trucks vehicles models and resources for player trucks.'' └─ {{FileSystemTreeEntry|icon=FST-IconFolder|type=|name=wheel}} ''Vehicles wheel models Models and resourcesfor all vehicle wheels except wheels for player trucks.''
</div>
 
[[Category:TODO]]
86
edits