Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 AUDIO FIX - Battle Animations
#1
AUDIO FIX - Battle Animations
Version: 1.03

Introduction
This sucker is pretty self explanatory. I just have a variable pre-defined in Game_System that holds the current Sound Effect value (0 to 100). This module adjusts the volume of the Sound being played in the Battle Animations based on the value stored IN Game_System.

Without it, you will only adjust the volume of the music and sound effects OTHER than battle animations.

Screenshots
Audio effect, guys....

Demo
None

Script
In two small parts...
Part 1: The adjustable variables
Part 2: The MEAT!

Take note that the Audio.se_play line in the 2nd half says...

Quote:se.volume * $game_system.se_volume / 100


It takes the current volume that the animation is set at, then multiplies it by the value we've given it. True, that would BLAST OUR EARS OFF. But we then divide the volume's value by 100, thus decreasing it properly. We couldn't multiply the value by a percentage as the script probably wouldn't accept fractions or decimal values, so I did this instead.

Compatibility
This script rewrites the animation module to allow for audio control. If anyone edits the audio module... be forewarned. After that, ANYTHING else should work.

[Image: xp_warning.png]
Image has link to Enterbrain's Download Page
Reply }


Possibly Related Threads…
Thread Author Replies Views Last Post
   Battle Item Count kyonides 4 638 02-04-2024, 05:49 AM
Last Post: kyonides
   Kichi's Kached Audio DerVVulfman 2 7,289 08-21-2023, 11:01 PM
Last Post: DerVVulfman
   Dalissa's Battle Cry DerVVulfman 2 6,481 05-09-2023, 03:07 AM
Last Post: DerVVulfman
   Zenith Tactical Battle System Plus (ZTBS+) DerVVulfman 0 1,887 05-10-2022, 10:42 PM
Last Post: DerVVulfman
   Audio Module Kain Nobel 2 1,922 01-25-2022, 11:39 AM
Last Post: Kain Nobel
   Actor Battle Items DerVVulfman 4 4,764 11-08-2020, 12:36 PM
Last Post: Melana
   Battle Report Raziel 1 6,126 05-29-2020, 02:27 AM
Last Post: Whisper
   Audio Module Rewrite mcisendstring DerVVulfman 25 35,123 05-03-2020, 08:08 PM
Last Post: MikiIsAway
   ZLSL's Battle Portraits DerVVulfman 4 6,304 11-12-2019, 04:10 AM
Last Post: DerVVulfman
   ACBS - Atoa Custom Battle System 3.2 Victor Sant 150 221,456 03-02-2019, 04:47 AM
Last Post: dragonprincess44



Users browsing this thread: