mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-07-11 06:24:47 +00:00
Initial commit
This commit is contained in:
parent
2211ed7650
commit
ebb3dc9cdd
10121 changed files with 801 additions and 4 deletions
53
docs/base/@vl2/scripts.vl2/scripts/environmentals.cs
Normal file
53
docs/base/@vl2/scripts.vl2/scripts/environmentals.cs
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
// Used by interiors: ------------------------------------------------------
|
||||
datablock AudioProfile(Universal_Base_1)
|
||||
{
|
||||
filename = "fx/environment/base_1.wav";
|
||||
description = AudioLooping2d;
|
||||
};
|
||||
|
||||
datablock AudioProfile(Universal_Base_2)
|
||||
{
|
||||
filename = "fx/environment/base_2.wav";
|
||||
description = AudioLooping2d;
|
||||
};
|
||||
|
||||
datablock AudioProfile(Universal_Base_3)
|
||||
{
|
||||
filename = "fx/environment/base_3.wav";
|
||||
description = AudioLooping2d;
|
||||
};
|
||||
|
||||
datablock AudioProfile(Universal_Base_Pulse_1)
|
||||
{
|
||||
filename = "fx/environment/base_pulse_1.wav";
|
||||
description = AudioLooping2d;
|
||||
};
|
||||
|
||||
datablock AudioProfile(Universal_Base_Pulse_2)
|
||||
{
|
||||
filename = "fx/environment/base_pulse_2.wav";
|
||||
description = AudioLooping2d;
|
||||
};
|
||||
|
||||
datablock AudioProfile(sPowerUp)
|
||||
{
|
||||
filename = "fx/powered/base_power_on.wav";
|
||||
description = Audio2d;
|
||||
preload = true;
|
||||
};
|
||||
|
||||
datablock AudioProfile(sPowerDown)
|
||||
{
|
||||
filename = "fx/powered/base_power_off.wav";
|
||||
description = Audio2d;
|
||||
preload = true;
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue