CreateUnitSound
Flag: | CreateUnitSound |
File(s): | Rules(md).ini |
Values: | Strings (names of Sounds) |
Default: | none |
Applicable to: | AudioVisual |
Warning: | One or more numbered subpages exist: CreateUnitSound I. These should be merged into this page. |
This specifies the sound to make every time a VehicleType is created and can be any sound as defined in the SOUND.INI file. Although this works, it is unused in the game presumably because it gets a little annoying. Gets overridden by the presence of a units CreateSound=.
Flag: | CreateUnitSound |
File(s): | Rules(md).ini |
Values: | Strings (names of Sounds) |
Default: | none |
Applicable to: | BuildingTypes |
Warning: | One or more numbered subpages exist: CreateUnitSound I. These should be merged into this page. |
must have Factory=InfantryType or Factory=UnitType or Factory=BuildingType for this logic to work correctly.
Specifies the sound this BuildingTypes makes when it builds or trains an InfantryTypes or VehicleTypes and the object emerges from the structure. The sound must be a valid entry from the [SoundList] in SOUND.INI.Appears not be used, as the sound for this effect can be tied to each individual Factory= by the CreateInfantrySound=, CreateUnitSound= and CreateAircraftSound= statements in the AudioVisual section. In either case, this sound is over-ridden if the produced object itself has a CreateSound= specified.