Difference between revisions of "Compiling:Surface sounds"

From Custom Map Makers Wiki
Jump to: navigation, search
(Created page with "Surface sounds are sounds which can be added to the items in your map. In order to add surface sounds you'll need a utility called '''bsp-redone''' (where to get this??) First ...")
 
Line 19: Line 19:
 
You should edit this file and assign one of the inbuilt sounds to each of the textures listed.
 
You should edit this file and assign one of the inbuilt sounds to each of the textures listed.
  
  * none
+
none
  * tin
+
tin
  * aluminum
+
aluminum
  * iron
+
iron
  * titanium
+
titanium
  * steel
+
steel
  * copper
+
copper
  * brass
+
brass
  * cement
+
cement
  * rock
+
rock
  * gravel
+
gravel
  * pavement
+
pavement
  * brick
+
brick
  * clay
+
clay
  * grass
+
grass
  * dirt
+
dirt
  * mud
+
mud
  * snow
+
snow
  * ice
+
ice
  * sand
+
sand
  * ceramictile
+
ceramictile
  * linoleum
+
linoleum
  * rug
+
rug
  * plaster
+
plaster
  * plastic
+
plastic
  * cardboard
+
cardboard
  * hardwood
+
hardwood
  * softwood
+
softwood
  * plank
+
plank
  * glass
+
glass
  * water
+
water
  * stucco
+
stucco
  
 
+
'''Please note:''' Not all surfaces sounds have a unique sound, most of the metal sounds share the same sound.
list textures      : /home/john/bin/bsp-redone -tl bsp_file
 
copy textures      : /home/john/bin/bsp-redone -tc bsp_file src_dir dest_dir
 
export surface file : /home/john/bin/
 
import surface file : /home/john/bin/bsp-redone -si bsp_file surface_file
 
surface list        : /home/john/bin/bsp-redone -sl
 

Revision as of 18:40, 18 August 2011

Surface sounds are sounds which can be added to the items in your map.

In order to add surface sounds you'll need a utility called bsp-redone (where to get this??)

First of all you'll need to create a basic surfaces file, to do this run bsp-redone with the following

bsp-redone -se bsp_file [surface_file]
for example
bsp-redone -se YOURMAPNAME.bsp YOURMAPNAME.surfaces

This will create a file containing something like ..

textures/azlcmb1_bin/structure/dirtybrickstain = none
textures/azlcmb1_bin/structure/dirtybrick = none
textures/azlcmb1_bin/decals/cokeycola = none
textures/azlcmb1_bin/decals/downwith = none
textures/azlcmb1_bin/grass/grass2 = none

You should edit this file and assign one of the inbuilt sounds to each of the textures listed.

none
tin
aluminum
iron
titanium
steel
copper
brass
cement
rock
gravel
pavement
brick
clay
grass
dirt
mud
snow
ice
sand
ceramictile
linoleum
rug
plaster
plastic
cardboard
hardwood
softwood
plank
glass
water
stucco

Please note: Not all surfaces sounds have a unique sound, most of the metal sounds share the same sound.