FMOD Audio Pipeline リファレンス
バージョン / 配置
| 項目 | 値 |
|---|---|
FMOD Studio | 1.08.12 |
event path | event:/cars/<car_folder>/<event> |
bank | content/cars/<car_folder>/sfx/<car_folder>.bank |
GUIDs | content/cars/<car_folder>/sfx/GUIDs.txt |
Events / Parameters
| Event | Parameter | 内容 | Range |
|---|---|---|---|
engine_ext | rpms | engine rpms | 0..as needed |
engine_ext | throttle | gas pedal position | 0..1 |
engine_ext | Distance (built-in) | distance | 0..as needed |
engine_ext | Event cone angle (built-in) | cone angle | 0..180 |
engine_int | rpms | engine rpms | 0..as needed |
engine_int | throttle | gas pedal position | 0..1 |
bodywork | susp_travel_speed | suspension travel speed | 0..1 |
gear_ext | state | down/up | 0/1 |
gear_int | state | down/up | 0/1 |
wind | speed | car speed | 0..as needed |
wind | air_pressure | air pressure on car | 0.8..1.5 |
wheel | brake | brake pedal position | 0..1 |
wheel | speed | car speed | 0..as needed |
wheel | inflation | tyre inflation / puncture | 0..1 |
skid_int | - | tyre skid sound for gameplay views | - |
skid_ext | - | tyre skid sound for track camera views | - |
gear_grind | - | miss-shift sound | - |
backfire_ext | throttle | gas pedal position | 0..1 |
backfire_int | throttle | gas pedal position | 0..1 |
horn | - | horn | - |
door | state | close/open | 0/1 |
tractioncontrol_ext | decay | exterior TC decay | - |
tractioncontrol_int | decay | interior TC decay | - |
transmission | drivetrain_speed | drivetrain speed | 0..as needed |
transmission | throttle | gas pedal position | 0..1 |
turbo | boost | boost in bar | 0..as needed |
turbo | bov | blow-off valve pressure | 0..1 |
limiter | decay | rev limiter decay | - |
sounds.ini
| セクション | キー | 値 | 内容 |
|---|---|---|---|
[ENGINE] | POSITION | front / rear | エンジン音エミッター位置。省略時はCoG。 |
[SKIDS] | ENTRY_POINT | 0..1 | スキッド音の発音開始しきい値。 |
[SKIDS] | MIX_VOLUME | 0..1 | スキッド音量。 |
[SKIDS] | PITCH_BASE | deprecated | 非推奨。 |
[SKIDS] | PITCH_GAIN | deprecated | 非推奨。 |
[BACKFIRE] | MAXGAS | 0..1 | この値を超えるアクセル入力ではバックファイアを鳴らさない。 |
[BACKFIRE] | MINRPM | rpm | 発音下限rpm。 |
[BACKFIRE] | MAXRPM | rpm | 発音上限rpm。 |
[BACKFIRE] | TRIGGERGAS | 0..1 | バックファイア発火点。 |
Mixer groups
| Group |
|---|
grp_backfire_ext |
grp_backfire_int |
grp_bodywork |
grp_collisions |
grp_door |
grp_engine_ext |
grp_engine_int |
grp_gear_ext |
grp_gear_int |
grp_horn |
grp_limiter |
grp_skid_ext |
grp_skid_int |
grp_surfaces |
grp_tractioncontrol_ext |
grp_tractioncontrol_int |
grp_transmission |
grp_turbo |
grp_wheel_closed |
grp_wheel_open |
grp_wind_closed |
grp_wind_open |
Track camera distance scale
| 設定 | 値 |
|---|---|
system/cfg/camera_track.ini [CAMERA_SETTINGS] DISTANCE_SCALE | 7 |
対象イベント | engine_ext, backfire_ext, tractioncontrol_ext, skid_ext, limiter, wheel, wind |