|
|
(54 intermediate revisions by 3 users not shown) |
Line 1: |
Line 1: |
− | = File Formats = | + | = InSim packet infobox = |
| | | |
− | [[LFS Editor]] uses special '''file formats''' to handle mod files.
| + | {{Infobox |
| + | | above = IS_STA |
| | | |
− | == VEH == | + | | abovestyle = background-color: #dedede |
| + | | headerstyle = background-color: #dedede |
| | | |
− | '''VEH''' stands for "vehicle" and is saved in {{folder|data|veh}} with .veh file extension.
| + | | header1 = Overview |
| | | |
− | * suspension design
| + | | label1 = Size |
− | * aero constants
| + | | data1 = 28 |
− | ** main body
| |
− | ** undertray
| |
− | ** wings
| |
− | * wheel dimensions
| |
− | ** width
| |
− | ** aspect ratio
| |
− | ** rim diameter
| |
− | * mass description
| |
− | ** frame
| |
− | ** object masses
| |
− | * light colours
| |
− | * dashboard design
| |
− | * default setups
| |
− | * default colour configs
| |
− | ** body colours
| |
− | ** wheel colours
| |
− | ** skin name
| |
− | * model
| |
− | ** main object (LOD1)
| |
− | ** shadow lod (LOD2)
| |
− | ** collision mesh (LOD3)
| |
− | ** subobjects
| |
− | ** aero positions
| |
− | * wheel design (WHL)
| |
− | ** rim cross section (WXS)
| |
− | ** spoke object
| |
− | * name of steering animation
| |
− | * name of engine sound file
| |
| | | |
− | == SRE == | + | | label2 = Type |
| + | | data2 = ISP_STA (5) |
| | | |
− | '''SRE''' is a model file contained in VEH. It can be saved to {{folder|data|3dob}}.
| + | | label3 = Usage |
| + | | data3 = Info |
| | | |
− | * object type
| + | | belowleft = '''Previous packet'''<br />[[IS_MOD]] |
− | * position
| + | | belowright = '''Next packet'''<br />[[IS_NPL]] |
− | * rotation
| + | }} |
− | * layer names
| |
− | * subobjects
| |
− | ** steering wheel
| |
− | ** brakes
| |
− | ** mudguards
| |
− | ** attachments
| |
− | ** internal mirror
| |
− | ** wings
| |
− | ** TODO
| |
− | * triangles
| |
− | ** mapping (colour)
| |
− | ** smoothing group
| |
− | ** LOD
| |
− | ** layer
| |
− | ** normal contribution level
| |
− | * mappings
| |
− | ** diffuse colour
| |
− | ** direction (rotation)
| |
− | ** location
| |
− | ** width, height
| |
− | ** cutout
| |
− | ** opposite cutout
| |
− | * cutouts
| |
− | ** size
| |
− | ** position
| |
− | ** rotation
| |
− | ** shiny / matt
| |
− | ** texture page
| |
− | * pages
| |
− | ** texture file name
| |
− | | |
− | == References == | |
− | | |
− | [https://www.lfs.net/forum/thread/95664-Mods%3A-Downloads---Web-Pages---Videos---Documents Attached image: Overview of the structure of VEH and SRE files (LFS Forum)] | |