Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 CTB - A Final Fantasy X-like Battle System, Version 3.2
I am not sure charlie. It's not working. Anything else I can do?
Reply }
@Sline, you have to add the weapon first per change weapons event command, and after that you can equip it per change equipment event command.

@Villain xD actually it's not really naruto, but inspired :D
[Image: 76561198077561206.png]
Reply }
Zarox you are the man. Issue resolved.
Reply }
Good call Zarox.
Reply }
I hope nothing terrible, that I ask so many questions?
DO you know, how can I make that Victory ME is not played, but in place of her continued battle BGM?
Thanks in advance!
Reply }
And when should the battle BGM end?
Reply }
When the characters return to the main map.(map, where the battle was started)
I just want to remove victory melody, without silence (on it's place).
Reply }
Okay, you have to comment (put # at the beginning of the line) the four points in CTB by Charlie - Scene_Battle where the map bgm is started. Look for bgm_play and you'll find them.
Then on line 194, after
Code:
# Refresh map
    $game_map.refresh
you can put
Code:
# If switching to map
    if $scene.is_a?(Scene_Map)
      # Return to BGM before battle starts
      $game_system.bgm_play($game_temp.map_bgm)
    end
Reply }
Hey charlie? Do you provide help with other scripts as well? Even if you didn't make it?
Reply }
Ok, thanks, but can i continue playing of battle BGM during the counting of the results of battle? :)
In battle report? like in Xenogears, or Xenosaga.
Reply }


Possibly Related Threads…
Thread Author Replies Views Last Post
   Battle Item Count kyonides 4 1,067 02-04-2024, 05:49 AM
Last Post: kyonides
   Super Simple Vehicle System - Enhanced DerVVulfman 65 84,259 06-02-2023, 06:16 PM
Last Post: Sujabes467
   Dalissa's Battle Cry DerVVulfman 2 6,745 05-09-2023, 03:07 AM
Last Post: DerVVulfman
   Zenith Tactical Battle System Plus (ZTBS+) DerVVulfman 0 2,101 05-10-2022, 10:42 PM
Last Post: DerVVulfman
   Actor Battle Items DerVVulfman 4 5,080 11-08-2020, 12:36 PM
Last Post: Melana
   Battle Report Raziel 1 6,297 05-29-2020, 02:27 AM
Last Post: Whisper
   Commercial System Package DerVVulfman 11 12,311 01-04-2020, 12:37 AM
Last Post: Pelip
   KItemDesc XP & VX Zilsel Version kyonides 4 6,655 12-01-2019, 06:11 AM
Last Post: kyonides
   ZLSL's Battle Portraits DerVVulfman 4 6,603 11-12-2019, 04:10 AM
Last Post: DerVVulfman
   ACBS - Atoa Custom Battle System 3.2 Victor Sant 150 227,433 03-02-2019, 04:47 AM
Last Post: dragonprincess44



Users browsing this thread: