27 KiB
27 KiB
1 | # This file maps impact types to effects |
---|---|
2 | # It can be overridden in part by just specifying some effects in a CSV file in the "fx" folder that has a later name alphabetically |
3 | # It has the simple syntax that the first column is the impact type, the second is the surface type, and the thrid is the effect name |
4 | # The impact type is one of: bullet_small_normal, bullet_small_exit, bullet_large_normal, bullet_large_exit, grenade_bounce, and grenade_explode |
5 | # The surface type is one of the valid surface impact types for the surfaceparm shader command, or "default". Default is only used if the code cannot figure out the correct surface type |
6 | # The effect name should be a relative path starting after the "fx" folder in the game tree. It should not include the ".efx" extension. |
7 | # The effect name may be left blank, in which case no effect is played for this impact. |
8 | # If any impact effect has no row entry in any file, the game will not load any maps. The console lists which surface types had no entries. |
9 | # These effects usually should not specify sounds, since a corresponding sound alias will be played at the same time as the effect |
10 | # For bullet hits, two effects are played, either or both of which may be blank: |
11 | # The "normal" effect is played at the impact point facing the surface normal. This should usually be used for decals. |
12 | # The "exit" effect is played at the exit point when buller penetration is on. |
13 | # flesh_head_nonfatal, flesh_body_fatal, flesh_head_nonfatal, and flesh_head_fatal specify specific effects to play when bullets injure flesh |
14 | # these are used ONLY FOR BULLETS |
15 | # If not specified, or if left blank, these will inherit whatever is in 'flesh' for the impacttype |