Starbound

Starbound

'Screams'
lophatkao 9 Aug, 2016 @ 11:27pm
Improving the mod
you actually beat me to upload by a few hours xD oh well, i needed another mod like more holes in my head

its all yours now then :)
(if someone ever revives the CLeF mod, they have rights to use a copy)

heres what i was going to go with:
randomly chooses an aggro sound, and a death sound
leaves the default noises as a choice so it wont conflict with the tim allen / iDubbz noise mods :D

rename as needed - ie: 'smallbiped.animation.patch' etc.
---------------------------------------------------------------------------- small creature .animation.patch ---------------------------------------------------------------------------- [ { "op" : "replace", "path" : "/sounds/aggroHop", "value" : [ "/sfx/npc/monsters/monster_surprise.ogg", "/sfx/npc/smallbiped/angstyhead_small_turnhostile.ogg", "/sfx/npc/smallbiped/arrowhead_small_turnhostile.ogg", "/sfx/npc/smallbiped/beastiehead_small_turnhostile.ogg", "/sfx/npc/smallbiped/bugthinghead_small_turnhostile.ogg", "/sfx/npc/smallbiped/bulbouseyehead_small_turnhostile.ogg", "/sfx/npc/smallbiped/canine_small_turnhostile.ogg", "/sfx/npc/smallbiped/crazyhead_small_turnhostile.ogg", "/sfx/npc/smallbiped/doublejawhead_small_turnhostile.ogg", "/sfx/npc/smallbiped/goathead_small_turnhostile.ogg", "/sfx/npc/smallbiped/horse_small_turnhostile.ogg", "/sfx/npc/smallbiped/lion_small_turnhostile.ogg", "/sfx/npc/smallbiped/powlhead_small_turnhostile.ogg", "/sfx/npc/smallbiped/sandworm_small_turnhostile.ogg", "/sfx/npc/smallbiped/spidermonkey_turnhostile.ogg", "/sfx/npc/smallbiped/teethyhead_small_turnhostile.ogg", "/sfx/npc/smallbiped/tiger_small_turnhostile.ogg" ] }, { "op" : "replace", "path" : "/sounds/deathPuff", "value" : [ "/sfx/npc/enemydeathpuff.ogg", "/sfx/npc/smallbiped/angstyhead_small_death.ogg", "/sfx/npc/smallbiped/arrowhead_small_death.ogg", "/sfx/npc/smallbiped/beastiehead_small_death.ogg", "/sfx/npc/smallbiped/bugthinghead_small_death.ogg", "/sfx/npc/smallbiped/bulbouseyehead_small_death.ogg", "/sfx/npc/smallbiped/canine_small_death.ogg", "/sfx/npc/smallbiped/crazyhead_small_death.ogg", "/sfx/npc/smallbiped/doublejawhead_small_death.ogg", "/sfx/npc/smallbiped/goathead_small_death.ogg", "/sfx/npc/smallbiped/horse_small_death.ogg", "/sfx/npc/smallbiped/lion_small_death.ogg", "/sfx/npc/smallbiped/powlhead_small_death.ogg", "/sfx/npc/smallbiped/sandworm_small_death.ogg", "/sfx/npc/smallbiped/spidermonkey_death.ogg", "/sfx/npc/smallbiped/teethyhead_small_death.ogg", "/sfx/npc/smallbiped/tiger_small_death.ogg" ] } ] ----------------------------------------------------------------------- large creature .animation.patch ----------------------------------------------------------------------- [ { "op" : "replace", "path" : "/sounds/aggroHop", "value" : [ "/sfx/npc/monsters/monster_surprise.ogg", "/sfx/npc/quadruped/angstyhead_turnhostile.ogg", "/sfx/npc/quadruped/arrowhead_turnhostile.ogg", "/sfx/npc/quadruped/beastiehead_turnhostile.ogg", "/sfx/npc/quadruped/bugthinghead_turnhostile.ogg", "/sfx/npc/quadruped/bulbouseyehead_turnhostile.ogg", "/sfx/npc/quadruped/canine_turnhostile.ogg", "/sfx/npc/quadruped/catmhead_turnhostile.ogg", "/sfx/npc/quadruped/crazyhead_turnhostile.ogg", "/sfx/npc/quadruped/doublejawhead_turnhostile.ogg", "/sfx/npc/quadruped/goathead_turnhostile.ogg", "/sfx/npc/quadruped/horse_turnhostile.ogg", "/sfx/npc/quadruped/lion_turnhostile.ogg", "/sfx/npc/quadruped/powlhead_turnhostile.ogg", "/sfx/npc/quadruped/sandworm_turnhostile.ogg", "/sfx/npc/quadruped/teethyhead_turnhostile.ogg", "/sfx/npc/quadruped/thintuskhead_turnhostile.ogg", "/sfx/npc/quadruped/tiger_turnhostile.ogg" ] }, { "op" : "replace", "path" : "/sounds/deathPuff", "value" : [ "/sfx/npc/enemydeathpuff.ogg", "/sfx/npc/quadruped/angstyhead_death.ogg", "/sfx/npc/quadruped/arrowhead_death.ogg", "/sfx/npc/quadruped/beastiehead_death.ogg", "/sfx/npc/quadruped/bugthinghead_death.ogg", "/sfx/npc/quadruped/bulbouseyehead_death.ogg", "/sfx/npc/quadruped/canine_death.ogg", "/sfx/npc/quadruped/catmhead_death.ogg", "/sfx/npc/quadruped/crazyhead_death.ogg", "/sfx/npc/quadruped/doublejawhead_death.ogg", "/sfx/npc/quadruped/goathead_death.ogg", "/sfx/npc/quadruped/horse_death.ogg", "/sfx/npc/quadruped/lion_death.ogg", "/sfx/npc/quadruped/powlhead_death.ogg", "/sfx/npc/quadruped/sandworm_death.ogg", "/sfx/npc/quadruped/teethyhead_death.ogg", "/sfx/npc/quadruped/thintuskhead_death.ogg", "/sfx/npc/quadruped/tiger_death.ogg" ] } ]
Last edited by lophatkao; 9 Aug, 2016 @ 11:32pm