Nicke 150 Posted April 3, 2012 (edited) XS - Battle Audio Version 1.0 IntroductionA randomized battle audio system! This is just a small snippet to do a randomized Battle Start SE, Battle BGS and Battle victory ME.Features Randomized battle audio! System can be enabled/disabled through a switch ingame. Unlimited... Choose how many audio files as you wish to be randomized. Every audio id has their own volume and pitch. ScreenshotsNone.How to UseTo install this script, open up your script editor and copy/paste this script to an open slot below Materials but above Main. Remember to save.ScriptGet the script here.UpdatesNone.CreditDo credit me, Nicke, if you are planing on using this script. Thanks.Can be use in a commercial project. Edited January 30, 2013 by Nicke 1 Xorse reacted to this Share this post Link to post Share on other sites
Eternal Sonata 0 Posted April 3, 2012 Ahh! This is so freaking epic!! Thanks so much Share this post Link to post Share on other sites
ViewtifulStyle 1 Posted August 5, 2012 (edited) Getting an odd error that appears seemingly at random. I attached it, and here's the parts of the script I edited. # Battle start SE. # RAND_BATTLE_SND = array RAND_BATTLE_SND = [] RAND_BATTLE_SND[0] = ["Battle1", 80, 100] # Battle BGM. # RAND_BATTLE_BGM = array RAND_BATTLE_BGM = [] RAND_BATTLE_BGM[0] = ["Battle 1 - Cutting Edge of Notion", 80, 100] RAND_BATTLE_BGM[1] = ["Battle 2 - Unfinished Battle With God Syndrome", 80, 100] RAND_BATTLE_BGM[2] = ["Battle 3 - Normal Battle -Town-", 80, 100] RAND_BATTLE_BGM[0] = ["Battle 4 - FFIV Battle (Dissidia Version)", 80, 100] RAND_BATTLE_BGM[4] = ["Battle 5 - Emptiness And", 80, 100] RAND_BATTLE_BGM[6] = ["Battle 6 - Reach out of the Truth", 80, 100] RAND_BATTLE_BGM[7] = ["Battle 7 - Obscure Zone", 80, 100] RAND_BATTLE_BGM[8] = ["Battle 8 - Blinded by Light", 80, 100] RAND_BATTLE_BGM[9] = ["Battle 9 - Gale", 80, 100] RAND_BATTLE_BGM[10] = ["Battle 10 - Mass Destruction", 80, 100] RAND_BATTLE_BGM[11] = ["Battle 11 - Wiping All Out", 80, 100] # Battle victory ME. # RAND_BATTLE_ME = array RAND_BATTLE_ME = [] RAND_BATTLE_ME[0] = ["Fanfare 1 - Period", 80, 100] RAND_BATTLE_ME[1] = ["Fanfare 2 - Fanfare FFIX", 80, 100] RAND_BATTLE_ME[2] = ["Fanfare 3 - Victory (A Gift of Spring) ~ Victory Theme #1", 80, 100] EDIT: Dear god nevermind. I'm dumb. Great script. Thanks for it! Edited August 5, 2012 by ViewtifulStyle Share this post Link to post Share on other sites
Platoon 1 Posted January 30, 2013 Nicke, can you please reupload this script? The site doesn't seems to be working anymore... Thanks! Share this post Link to post Share on other sites