Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 AnimBat! - Animated Battlers - Comprehensive
(06-20-2014, 03:12 AM)DerVVulfman Wrote: Well, in AnimBat version 13.7, it would be line 320 in script '4- Misc Code':
Code:
for i in 0...mnkps
        if SCREENTONE_ACTOR_MATCH
          @actor_sprites.push(Sprite_Battler.new(@viewport1))
        else
          @actor_sprites.push(Sprite_Battler.new(@viewport2))
        end

And in the configuration page, it would be around line 49 (barring configuration changes). This would be in the 'GENERAL CONTROLS' portion, below both 'Default Battlers' settings (where you set enemy and actor IDs) and the 'Ccoa Spritesets' section, but above the 'Animation Frames and Animation Speed' section. What I have posted is a part of the config showing where it would be.

Code:
#==========================================================================
  #   ****                    GENERAL CONTROLS                       ****   #
  #==========================================================================

  # * Default Battler Style Switches
  #--------------------------------------------------------------------------        
  DEFAULT_ENEMY           = true    # If true, these switches allows the use
  DEFAULT_ACTOR           = false   # of default battlers for actors/enemies
  DEFAULT_ENEMY_ID        = []      # Ids of enemies using default battlers
  DEFAULT_ACTOR_ID        = [1]     # Ids of actors using default battlers
  DEFAULT_COLLAPSE_ACTOR  = false   # If true, restores the old 'red fade'
  DEFAULT_COLLAPSE_ENEMY  = false   #   collapse effect (using spritesheets)

  # * Ccoa Spritestrip Style Switches
  #--------------------------------------------------------------------------        
  CCOA_ENEMY              = false   # If true, these switches allows the use
  CCOA_ACTOR              = false   # of ccoa spritestrips for actors/enemies
  CCOA_ENEMY_ID           = []      # Ids of enemies using ccoa spritestrips
  CCOA_ACTOR_ID           = [5]     # Ids of actors using ccoa spritestrips
  
  # * Background Battler Screentone Switches
  #   Note:  Battle animations and damage pops reside in the same viewport as
  #          the battlers.  If a battler's tone is altered by the screentone,
  #          so shall the battle animation and damage pops for that battler.
  #--------------------------------------------------------------------------        
  SCREENTONE_ENEMY_MATCH  = true    # If true, the actors/enemies tones match
  SCREENTONE_ACTOR_MATCH  = false   # with the background.  If false, no fix.
  
  # * Animation Frames and Animation Speed
  #--------------------------------------------------------------------------    
  MNK_SPEED               = 4       # Framerate speed of the battlers
  MNK_RUSH_SPEED          = 1.5     # Melee/Skill/Item motion speed of the battlers
  MNK_POSES               = 11      # Maximum # of poses (stances) in the template
  MNK_FRAMES              = 4       # Maximum # of frames in each pose
  MNK_FRAMES_STANDARD     = 4       # Standard # of frames played in each pose.

If it is missing, then you need to have it re-pasted in place.
Ah, I just figured out the issue with the configuration page, turns out I had merely duplicated Charlie's configuration and was missing the Animated Battlers config page. Pretty silly mistake, but anyway - I got the battle up and running, but as I was attempting to get the default battlers to display, I ran into another error that locked the game up. I suppose there is a place I could resize the default battlers - they displayed waaay to large. Also, their formation was still vertical instead of horizontal. Is there perhaps another script I am missing that moves this formation?

The error occurred in '3 - battle system: line 45 NoMethodError undefined method 'cf_casting' for

My plan is to use default battlers for now, and then import custom made sprites, is this where i set those values?

Thanks again,
bswi
Reply }


Messages In This Thread
RE: Minkoff's Animated Battlers - Enhanced - by bswi13 - 06-21-2014, 06:11 PM
Minkoff's Animated Battlers - Enhanced - by Helel - 11-28-2009, 08:40 AM
Minkoff's Animated Battlers - Enhanced - by Calum - 12-02-2009, 09:29 AM
Minkoff's Animated Battlers - Enhanced - by Calum - 12-02-2009, 09:15 PM
Minkoff's Animated Battlers - Enhanced - by Calum - 12-03-2009, 04:40 AM
Minkoff's Animated Battlers - Enhanced - by Calum - 12-03-2009, 05:03 AM
Minkoff's Animated Battlers - Enhanced - by Calum - 12-03-2009, 09:02 PM
Minkoff's Animated Battlers - Enhanced - by Ace - 02-21-2010, 11:19 AM
Minkoff's Animated Battlers - Enhanced - by Ace - 02-28-2010, 02:09 PM
Minkoff's Animated Battlers - Enhanced - by Ace - 02-28-2010, 09:44 PM
Minkoff's Animated Battlers - Enhanced - by Eldur - 03-03-2010, 06:44 PM
Minkoff's Animated Battlers - Enhanced - by Crono - 06-23-2010, 04:53 AM
Minkoff's Animated Battlers - Enhanced - by Crono - 06-23-2010, 05:55 AM
Minkoff's Animated Battlers - Enhanced - by Crono - 06-24-2010, 05:24 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Brenda's Paperdoll Battlers DerVVulfman 2 7,059 04-18-2023, 02:05 AM
Last Post: DerVVulfman
   Animated Battlers - VX DerVVulfman 23 46,657 02-28-2019, 09:11 PM
Last Post: Holder
   DoubleX RMMV Linked Battlers DoubleX 3 7,891 01-29-2016, 04:15 PM
Last Post: DoubleX
   DoubleX RMVXA Linked Battlers DoubleX 1 5,651 11-08-2015, 04:29 AM
Last Post: DoubleX
   Victor Engine - Animated Battle Victor Sant 4 13,771 03-10-2012, 06:42 PM
Last Post: Victor Sant
   Victor Engine - Automatic Battlers Victor Sant 0 4,693 01-19-2012, 01:33 AM
Last Post: Victor Sant
   Victor Engine - Actors Battlers Victor Sant 0 5,391 12-21-2011, 07:50 AM
Last Post: Victor Sant
   Full Animated Side View Battle System Cybersam 6 23,275 03-18-2011, 04:31 AM
Last Post: Ashbane
   Animated Tileset kingartur2 5 10,728 02-08-2010, 04:26 AM
Last Post: DerVVulfman
   Trickster's Animated Gradient Bars for Limit Break (DVV) DerVVulfman 2 8,913 09-15-2009, 04:43 AM
Last Post: DerVVulfman



Users browsing this thread: