Hi guys!
I've made a terrain entity, but when I'm walking on it I can't hear any footsteps sound..here's the .fpe file:
;header
desc = Terrain 16 drygrass
;ai
aiinit = appear1.fpi
aimain = default.fpi
aidestroy = disappear1.fpi
;spawn
spawnmax = 0
spawndelay = 0
spawnqty = 0
;orientation
model = terrain16.x
offx = 0
offy = 0
offz = 0
rotx = 0
roty = 0
rotz = 0
scale = 300
fixnewy = 0
defaultstatic = 1
materialindex = 2
collisionmode = 1
strength = 0
isimmobile = 1
soundset =
soundset1 =
;visualinfo
textured = grnd_drygrass3_D2.dds
effect =
castshadow = 0
;Animationinfo
animmax = 0
anim0 = 0,0
How could I get footsteps sounds working?