-
Notifications
You must be signed in to change notification settings - Fork 3
Terrain
Standlone terrain segment.
Item file: aux.
| Field(s) | Description |
|---|---|
struct kdop_item
|
See kDOP item.
Flags I know about: Bit 0 and 1: Right -> terrain noise Bit 2 and 3: Right -> terrain transition Bit 4 and 5: Step size Bit 6: Right -> Vegetation collision |
u64 node0_uidu64 node1_uid
|
UID of the backward and forward node of the item. |
float3 node0_offsetfloat3 node1_offset
|
Don't know what this does |
float length
|
Cached length of the terrain segment. See Polyline item. The minimum length of a terrain is step size / 2. The maximum length of a terrain is 99999m. |
u32 rnd_seed
|
The seed used for placing vegetation. |
token railings16 railing_offset
|
Railing model and its offset, multiplied by 100. This is repeated three times, since there are three models. |
| The following parameters are repeated for the right and left side: | |
u16 right_terrain_size
|
Terrain size, multiplied by 10. Maximum size is 6500. |
token right_profilefloat right_profile_coef
|
Terrain profile and coefficient. |
token right_prev_profilefloat right_prev_profile_coef
|
Profile and coeffictient for the previous terrain in the chain.
Not sure why this is cached here, but terrains won't generate properly if it's just left blank. |
array_struct vegetation
|
Three vegetation structs, see Vegetation struct. |
u16 right_dvdmu16 right_dvd
|
No Detail Vegetation From and To settings, multiplied by 10. |
| End of repeated section | |
u32 veg_sphere_countarray_struct veg_spheres
|
List of vegetation spheres. See Vegetation sphere struct. |
struct quad_info
|
Terrain data. See Quad info struct. Repeated for right and left side. |
token right_edgetoken right_edge_looktoken left_edgetoken left_edge_look
|
Edge models. |
-
.base/.aux/.snd
- Animated Model
- Bezier Patch
- Buildings
- Bus Stop
- Camera Path
- Camera Point
- City
- Company
- Compound
- Curve
- Cut Plane
- Cutscene
- Environment Area
- Far Model
- Ferry
- Fuel Pump
- Garage
- Gate
- Hinge
- Hookup
- Map Area
- Map Overlay
- Model
- Mover
- Parking
- Prefab
- Road
- Service
- Sign
- Sound
- Terrain
- Traffic Area
- Trajectory
- Trigger
- Visibility Area
- Walker