Difference between revisions of "Descr sounds units idle.txt"
(Created page with "This file is delegated file from descr_sounds_units.txt for manage sound bank: "unit_idle" and "". File's structure has pattern according to below. DEFAULT: modifiers...") |
(category and logo) |
||
Line 1: | Line 1: | ||
+ | {{RTW M2TW Modding Logo}}<br> | ||
This file is delegated file from [[descr_sounds_units.txt]] for manage sound bank: "unit_idle" and "". | This file is delegated file from [[descr_sounds_units.txt]] for manage sound bank: "unit_idle" and "". | ||
Line 221: | Line 222: | ||
− | + | [[Category: M2TW Sound Files]] | |
− | [[Category: M2TW | + | [[Category:RTW Sound Files]] |
− | [[Category:RTW |
Latest revision as of 13:23, 13 March 2021
This file is delegated file from descr_sounds_units.txt for manage sound bank: "unit_idle" and "".
File's structure has pattern according to below.
DEFAULT: modifiers
DEFAULT = setting which declare by this would be using for follow sound events unless specified in event or DEFAULT is declared in the same category again.
List of modifers (X indicated value for setting)
3d - sound has distance/direction modification
1d - sound has no distance/direction modification
Streamed - read from disk instead of embedded file in memory at the game startup
looped - overwrite the parameter in play_tracked_sound
ducking - temporary lowering other sounds (not use in vanilla RTW but could be used in RTW)
retrigger X - delay before retriggering the sound, using for music (X is in second)
minDist X - minimum distance which would hear the sound (X must more than 1.0)
maxDist X - maximum distance which sound would still be heard
priority X - (X = between 0 to 9999)
Volume X - modifier to based sound volume set in the preference (X = between -100 to 0 db)
probability X -
minPitch X -
maxPitch X -
dry_level X - (X = 0 to 1 }
wet_level X - (X = 0 to 1 }
delay X - delay in seconds before next 3d sounds start playing
randomdelay X - delay within seconds before next 3d sounds start playing
probradius X -
fadein X -
fadeout X -
pref X - sound preference setting to be use for events below (X = sfx/speech/music/INTERFACE }
pan X - 2D events only, from 0 (hard-left) to 1.0 (hard-right) 0.5 - default
ignore_pause X -
distancepriority X -
effect_level X -
rndvolume X -
From this point on file would split into 2 part
BANK: unit_idle
BANK: unit_idle
This declare start of sound bank "unit_idle" which are sound of unit idle action.
Condition that could using here are either unit or type with pattern below.
unit { unit_category } { unit_class ; split each entries by "," } type { unit_type ; split each entries by "," }
Note: Choose only one of them at the time.
Available unit_category are the same as in export_descr_units.txt
infantry cavalry siege handler ship non_combatant
Available unit_class are the same as in export_descr_units.txt
light heavy missile spearmen
Available unit_type are what defined inside export_descr_units.txt
Event entry follow this pattern.
unit { unit_category } { unit_class ; split each entries by "," } event lod 5 modifiers folder { base path } {sample name} modifiers (any of probability, volume etc) {sample name} ... folder { base path , in case files have different location} {sample name} modifiers (any of probability, volume etc) {sample name} ... end event lod 10 modifiers folder { base path } {sample name} modifiers (any of probability, volume etc) {sample name} ... folder { base path , in case files have different location} {sample name} modifiers (any of probability, volume etc) {sample name} ... end event lod 30 modifiers folder { base path } {sample name} modifiers (any of probability, volume etc) {sample name} ... folder { base path , in case files have different location} {sample name} modifiers (any of probability, volume etc) {sample name} ... end
Or...
type { unit_type ; split each entries by "," } event lod 1 modifiers folder { base path } {sample name} modifiers (any of probability, volume etc) {sample name} ... folder { base path , in case files have different location} {sample name} modifiers (any of probability, volume etc) {sample name} ... end event lod 10 modifiers folder { base path } {sample name} modifiers (any of probability, volume etc) {sample name} ... folder { base path , in case files have different location} {sample name} modifiers (any of probability, volume etc) {sample name} ... end event lod 30 modifiers folder { base path } {sample name} modifiers (any of probability, volume etc) {sample name} ... folder { base path , in case files have different location} {sample name} modifiers (any of probability, volume etc) {sample name} ... end
Note: Although This bank is declared in M2TW, this section contain no sound events in M2TW.
BANK: animal_idle
BANK: animal_idle
This declare start of sound bank "animal_idle" which are sound of animal idle action.
Structure of this part is divide into 2 section
First part is for animals in descr_animals.txt part (this part is not defined in M2TW)
animal { animal_type } event lod 1 modifiers folder { base path } {sample name} modifiers (any of probability, volume etc) {sample name} ... folder { base path , in case files have different location} {sample name} modifiers (any of probability, volume etc) {sample name} ... end event lod 5 modifiers folder { base path } {sample name} modifiers (any of probability, volume etc) {sample name} ... folder { base path , in case files have different location} {sample name} modifiers (any of probability, volume etc) {sample name} ... end event lod 15 modifiers folder { base path } {sample name} modifiers (any of probability, volume etc) {sample name} ... folder { base path , in case files have different location} {sample name} modifiers (any of probability, volume etc) {sample name} ... end
Available animal_type are...
wardogs pigs
Second part is for mounts in descr_mount.txt part
mount { mount_type } event lod 1 modifiers folder { base path } {sample name} modifiers (any of probability, volume etc) {sample name} ... folder { base path , in case files have different location} {sample name} modifiers (any of probability, volume etc) {sample name} ... end event lod 10 modifiers folder { base path } {sample name} modifiers (any of probability, volume etc) {sample name} ... folder { base path , in case files have different location} {sample name} modifiers (any of probability, volume etc) {sample name} ... end event lod 20 modifiers folder { base path } {sample name} modifiers (any of probability, volume etc) {sample name} ... folder { base path , in case files have different location} {sample name} modifiers (any of probability, volume etc) {sample name} ... end
Available mount_type are as define in descr_mount.txt