crpl:docs:playsound

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
crpl:docs:playsound [2015/03/25 21:29] warrencrpl:docs:playsound [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
-~~DISCUSSION~~+
 <- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#sound_commands|SoundCommands]] <- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#sound_commands|SoundCommands]]
 =====  PlaySound===== =====  PlaySound=====
  
 ^Arguments     ^Result^ Notation   ^ ^Arguments     ^Result^ Notation   ^
-|Name of Sound |      | %%s1 -- %% |+|Name of Sound |      | '' s1 -- '' |
      
  
 === Description === === Description ===
-Plays a sound.  The list of available sound names can be found in the game by clicking the "Sound" button on the unit editing panel.  Here, sounds can be sampled as well.  Note that a sound play asynchronously.  Multiple sounds can be played at the same time and will overlap.  No given sound can be played within 0.1 seconds of itself, though.  When playing sounds in custom maps, take care to select those that fit the action and are not overly annoying.+Plays a sound.  The list of available sound names can be found in the game by clicking the "Sound" button on the unit editing panel.  Here, sounds can be sampled as well.   
 + 
 +Note that sounds play asynchronously - multiple sounds can be played at the same time and will overlap, with one limitation - no given sound can be played within 0.1 seconds of itself.  When playing sounds in custom maps, take care to select those that fit the action and are not overly annoying
 + 
 +Names are **case sensitive**.
  
 Sounds are:  Sounds are: 
   * "Explosion0" through "Explosion11"   * "Explosion0" through "Explosion11"
   * "Weapons0" through "Weapons33"   * "Weapons0" through "Weapons33"
-  * "Explosion0" through "Explosion9+  * "Misc0" through "Misc35
-  * "Explosion0" through "Explosion9+  * "Retro0" through "Retro26
-  * "Explosion0through "Explosion9+  * "PulseCannonFire" 
-  * "Explosion0through "Explosion9"+  * "PulseExplosion
 +  * "MortarFire" 
 +  * "MortarExplosion" 
 +  * "DroneTakeoff" 
 +  * "Dronefire" 
 +  * "SniperFire" 
 +  * "SprayerFire" 
 +  * "CollectorOff" 
 +  * "CollectorOn" 
 +  * "BerthaShellHit" 
 +  * "BerthaFire" 
 +  * "UnitExplosion" 
 +  * "UnitLand" 
 +  * "UnitTakeOff" 
 +  * "UnitPlaced" 
 +  * "ErrorBeep" 
 +  * "CreeperShrapnelHit" 
 +  * "BombExplode" 
 +  * "InfoMessoge" 
 +  * "ShieldGeneratorOn" 
 +  * "ShieldGeneratorOff" 
 +  * "CreeperAA" 
 +  * "SporeExplosion" 
 +  * "SporeFire" 
 +  * "RunnerExplosion" 
 +  * "RunnerFire" 
 +  * "Stunned" 
 +  * "TotemExplosion" 
 +  * "BlackHoleDone" 
 +  * "MissionSuccess" 
 +  * "MissionFailure"
  
 === Examples === === Examples ===
Line 25: Line 59:
 <code> <code>
 #cycle through all the retro sounds #cycle through all the retro sounds
-PlaySound("Retro" <-num concat)+<-num 1 add 27 mod ->num 
 +"Retro" <-num concat PlaySound
 60 delay 60 delay
 </code>  </code> 
crpl/docs/playsound.1427318979.txt.gz · Last modified: 2025/02/14 14:56 (external edit)