Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

Help me !!!The SIDEVIEW BATTLE system-script DO NOT Work !!!!

RPGS

Member

I put in this Side-view battle script (RGSS) into my game...  and NOTHING happens !!!  Only the default battle apperas when going into battle... NOTHING has been changed !?              And there is "End" x3...  It doesn`t work when its there, but if I (?)delete(?)  it , it works...  Help mee please !!!  why doesn´t it happen anything ???


:cry: :cry: :cry:

The script i used ;

def screen_x
    if self.index != nil
      return self.index * 40 + 360
    else
      return 0
    end
  end




def screen_y
    return self.index * 20 + 220
end




def update
    super
    if $game_temp.battle_main_phase
      self.contents_opacity = 255
    end
  end
end
 

RPGS

Member

It is !!! look here ; Under RGSS ; Side-view battkles ; THERE !!!!!

Or if it is no script , can you give me a sideview battle-script ???

Thanks EXTREMLY KIND !!!!
 
You better write better... I can't frickilleninlangerilatingly understand you. I mean, I can understand you, but the way you talk becomes annoying.
And to tell the truth, did you read the thread by the way? =P
 
What do you exactly mean by Side-view? Like, people moving on the ground? ERRR...
Put all of these into 5 different scripts.
#==============================================================================
# ** Animated Battlers - Enhanced   ver. 10.3                      (10-30-2007)
#
#------------------------------------------------------------------------------
#  * (0) Credits:  Includes features included & additional system notes
#------------------------------------------------------------------------------
#  Animated Battlers by Minkoff
#  Enhancements by DerVVulfman       
#  Low percentage and Status Poses
#     Concept & Base coding by Twin Matrix
#  Hero & Enemy z.depth concept by Min-Chan and Caldaron ( totally redone :) )
#  Collapse stack-error found by JirbyTaylor(fixed) / Code by SephirothSpawn
#  Default 'Battle Animation' glitch found by Mimi Chan (Note, can't fully fix)
#  Compatability Fix for 'Gradient Bars v3.4+' by Trickster.
#  AT Battle Pause code supplied by Fomar0153
#  'None/All' Target error found by daigotsu. Solution found & fixed... mostly.
#  Configurables now saved in save file.  Feature requested by MasterMind5823.
#  Viewport error (related to Gradient Bar fix) detected by Alistor.  Fixed.
#  Long-running Full-Screen 'Battle Animation' glitch found by Mimi-Chan. Fixed.
#  Dead battlers found still on battlefield at combat start (found by Angel_FX).
#  Variable frames per poses glitch found by Mimi-Chan... found source n fixed.

#==============================================================================
#
#  INTRODUCTION:
#
#  This script is not a battlesystem but a graphic overlay system that can con-
#  vert a frontview 'Strategy'  battlesystem into a Sideview battlesystem.   It
#  has gone through a number of changes over the months that I have put my spin
#  on the system, originally coded by Minkoff himself.
#
#  As of now, this system works  with the default battlesystem, the RTAB system
#  by Cogwheel, ParaDog's ATB, XRXS's system,  and a number of systems designed
#  by Trickster.
#
#  Again,  this system  changes the  'graphic'  overlay system  and is meant to
#  change the battlers  and battler's startup positions  for a sideview system.
#  It is not meant  to alter  anything else,  including combat values,  defense
#  levels, or any other graphics other than those related to the battlers them-
#  selves.
#
#==============================================================================
#
#  REGARDING:
#  Skill and Item Scopes:
#  Until recently,  the revised system did not allow  for target scopes beyond
#  a single target.  This was unintentional and unforseen.   However, with the
#  revision made in version 7.3, this was corrected. But, skills or items that
#  have a target scope of  'None'  would still create an error if this form of
#  attack is set in either $moving_item_atk or $moving_skill_atk hashe arrays.
#  Don't supply the id #'s of any 'None' scope skills/items into these hashes.
#
#==============================================================================
#
#  COMPATABILITY ISSUES:
#
#  RTAB:  Connected Attacking
#  A powerful add-on to the RTAB system by Cogwheel, this script allows an ac-
#  tor to apply multiple hits on a target.  At first, there was no auto-detect
#  feature which gave ME MIGRANES... having to use insert switch in the config
#  section.  Now there is one.  The only caveat is that you must STILL comment
#  out or remove the entire 'action_phase' routine in Con. Attacking (which is
#  roughly lines 30 to 80).
#
#  LARGE PARTY (Fomar0153's)
#  In order  to take advantage of the 'Large Party' system,  and still keep the
#  actors and enemies in the proper viewport,  the second half of Fomar's Large
#  Party script (the Battlestatus Page) must be placed under Animated Battlers.
#  The first page  must still  be pasted  above the  battlesystem script(s)  as
#  before.  Please follow all of Fomar0153's instructions as always.
#
#==============================================================================
#
#   ADDITIONAL CALLS AVAILABLE PRIOR TO COMBAT:
#
#------------------------------------------------------------------------------
#  SIDEVIEW MIRROR:     This value switches  the positions  of both enemies and
#                       heroes to opposite ends of the screen.
#
#   Script : $sideview_mirror = [number]
#   number : a value indicating whether the hero & enemy positions are switched
#            0 = Default:  Enemies on the left, Heroes on the right
#            1 = Switched: Heroes on the left, Enemies on the right
#
#------------------------------------------------------------------------------
#  BATTLER FORMATIONS:  This value changes the way your heroes line up when the
#                       battle starts.
#
#   Script : $formation_style = [number]
#   number : a value indicating the type of formation your heroes will use
#            0 = Diagonal (Default)    4 = Column Pattern 1
#            1 = Diagonal Pattern 2    5 = Column Pattern 2
#            2 = Slanted Pattern 1     6 = Wave Formation 1
#            3 = Slanted Pattern 2     7 = Wave Formation 2
#
#            8 = Randomized (system will choose from 0 to 7)
#
#------------------------------------------------------------------------------
#  FORMATION OPTIONS:   These values  may expand your system  to go beyond the
#                       default four player system.
#
#   Script : $formation_max_member = [number]
#   number : A value indicating the maximum number of members in your party.
#             (default = 4)
#             
#   Script : $formation_max_height = [number]
#   number : A value indicating (in pixels) the top height of your party shown
#            in the Battle Screen.  The higher the number, the lower the party
#            on the screen. (default = 220)
#
#   Script : $formation_max_width  = [number]
#   number : The left/right width of the party's formation.  (default = 128)
#
#   Script : $battlestatus_height = [number]
#   number : The actual height of your battlestatus window. (default = 160)
#
#  NOTE: The combined $formation_max_height and $battlestatus_height determines
#        the vertical distance between battlers in their formation.
#
#==============================================================================
#
#   Things added since original version by Minkoff:
#
#   Can reverse the battler positions
#   Editable spritesheet layout in script
#   Able to define total/max frames per pose
#   Can define individual # of frames per each pose
#   Can use 'red-out' RTP death or 'battler death' pose
#   Can show battler falling before death.
#   'Casting' pose now available for RTAB/Skill Timing users
#   Can show battler celebrating before victory pose
#   Can tag battlers who's victory pose loops indefinitely
#   Can show actor battlers get ready before battle starts.
#   Separate poses for 'skills', 'items' or 'weapons' based on their id
#   Can allow the battlers to step forward before using items & skills (FFVII+)
#   Attacking battlers rush towards their targets while item & skill users don't
#   Certain weapons can force the battler NOT to move
#   Certain items & skills can force battlers to 'rush' the enemy
#   Certain skills or items can force movement to the center of the screen
#   Stationary enemies. In case enemies do NOT move when they attack.
#   Adjustable 'low health' checker. Set your low health to 25%... 30%... 10%...
#   Poses now available for status ailments
#   Dead revert to 'victory' pose bug fixed.
#   Default battlers now available for actors and/or enemies
#   Default battlers now usable by ID number (had to rewrite red-out for that)
#   Escaping Enemies bug found by SteveE22.  Fixed just as fast.
#   Hero Formations (total of 8 hardwired -& 1 random- ... add at your own risk)
#   Z-Depth for attack overlapping purposes
#   Corrected attack overlap offset routine.  Overlap now based on battler size
#   Certain skills and items can now prevent movement
#   Can allow battlers to take step forward before performing 'attack' pose.(FF)
#   Certain weapons can move battlers to center screen instead of a full move.
#   Escaping Enemies can now have a pose before disappearing (was a rush pose)
#   Redesigned Scene_Battle's movement routine
#   Added pose for Critical Hits
#   Added the enemy's hash for frame number based on poses
#   Added the actor's hash for frame number based on poses
#   Re-Tooled the formations to go beyond the default four party system
#   Minor value added for compatability with Delissa's Battle Cry script
#   Default Collapse Stack-Error fixed(code by SephirothSpawn) found JirbyTaylor
#   Removed dependancy on $game_system for the Sideview Mirror system
#   Fixed the 'Blocking during Victory State' bug discovered by Kaze950
#   Battler tones now adapt to the background tones, requested by doom900
#   Fixed changing battler/battler system.  Include fade-in switch req by Neonyo
#   Set individual Actors/Enemies that phase on an attack
#   Translucent battlers... a personal desire for ghosts you can see through!
#   Adjustable opacity for translucent battlers... can't forget that.
#   FREAKIN'!!!  Fixed the Battler tones.  I forgot to 'untone' the 1st viewport.
#   Adjustable 'attack/skill/item' movement speeds requested by KAIRE.
#   Removed annoying translucency 'flicker' (excess code totally unneeded).
#   Individual 'Woozy' Rates per battlers added (JirbyTaylor gave me the idea).
#   Woozy and Status poses now override any blocking pose.  Makes sense, eh?
#   Can now use individually sized spritesheets for enemies and actors.
#   'Casting' pose now available for ParaDog's Spell Residence/Delay users.
#   Another escaping enemies (do-nothing switch) bug found by Boomy. Lengthy fix
#   Redefined the casting pose values.  Now set up for 'each' battler.  Better.
#   ---Noted: 'FullScreen' Battle Animation bug found by Mimi Chan.
#   A combination 'Nil'-Pose/Nil-State bug was fixed.  Found by Gaxx
#   'Templates per Spritesheet' system for Actors and Enemies now available.
#   ---Noted: Removed Battle Animation attempted fix. (Can't fix.  Removed.)
#   Created 'Obtain Pose' for multiple spritesheet types to shorten code.
#   Added additional 'Custom Spritesheet' poses for the Casting pose & the like.
#   Added individual 'Casting' poses hash for each skill used.
#   Added addt. Advanced 'Custom Spritesheet' pose system for Casting & the like
#   Removed the unnecessary 'viewport.z' statement, compatible with Grad. Bars!
#   System 'can' pause the AT bar growth when performing attack, skill & item!
#   A 'None / All'-Target bug was found by daigotsu.  Taken care of... mostly.
#   Configurables (like $sideview_mirror) not saved. Bug found by MasterMind5823
#   Now a 'casting' pose available when used with the Skill Casting Delay system
#   Bug squashed related to Casting Pose addition
#   Random Formation/Custom Battlesystem bug found by Alistor.  Very small fix.
#   The Actor Command Window was 'under' the battlers.  Found by Alistor. Fixed.
#   Moves actor battlers into viewport 1.  Fixes hero/window menu glitches.
#   Fixes the battle animation glitch found by Mimi Chan by relocating enemies!
#   Additional compatability with Fomar0153's Large Party (v2) system added.
#   Fixed a minor bug with battle poses if called from a Custom Sheet template.
#   Can tag battlers who's defeat poses loops indefinitely (Hakuya suggestion).
#   Dead guys now hidden at battle start (visible if 'raised) Thanks Angel_FX.
#   Converted the CONFIG section to use 'constants' to reduce resources used.
#   Converted the $global RTAB/ParaDog/Fomar detection values to $game_system.
#   Includes an Adaptation Switch for use with RTAB's Connected Attacking script
#   -Finally- Connected Attacking is auto-detected.  Adaption switch not needed.
#   Got tired of referring to IDX nos for template.  Poses start at 1, not 0!!!
#   Replaced all but '7' $global values with $game_system values.  Resources!!!
#   Revised the AT bar growth system for Trickster's newer battlesystems.
#   Repaired the Victory Pose looop/no-loop glitch found by joooda
#   Now you can config where the targetting arrow is (long overdue).
#   Repaired some CTBs 'non-existant' moved values - found by bojox3m.
#   System cleanup.  Condensed a number of existing routines.  Made new ones.
#   Added Flatrate HP feature to the 'low health' checker. A Boo Mansion request.
#   Battlers can seem to be attacked from behind with the 'Advantages!' system.
#   Added 'STRUCK by...' poses. Indiv. poses based how you're attacked Kaze950)!
#   Fixed the DEFAULT_ACTOR_ID collapse bug. RTP battlers die collapse style!
#   Repaired a bug in the 'Casting Pose' routine for ParaDog's Spell Delay.
#   Reduced the number of instance variables & set up as 'locals'.
#   Repaired a 'Variable Frames per Pose' glitch found by Mimi-Chan.
#   Better handling of 'same pose' attack pausing.
#   
#   93 counted
#==============================================================================
#==============================================================================
# ** Animated Battlers - Enhanced   ver. 10.3                      (10-30-2007)
#
#------------------------------------------------------------------------------
#  * (1) Configuration:  The Sprite Battler Class (initialize system)
#==============================================================================

  #==========================================================================
  #   ****                     ARROW CONTROLS                        ****   #
  #==========================================================================
  # * Just moves the targetting arrow around
  #--------------------------------------------------------------------------
  MNK_ARROW_X             = 14      # The x position for your target cursor
  MNK_ARROW_Y             = 10      # The y position for your target cursor
 
  #==========================================================================
  #   ****                    GENERAL CONTROLS                       ****   #
  #==========================================================================

  # * Default Battler Style Switches
  #--------------------------------------------------------------------------       
  DEFAULT_ENEMY           = false   # 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        = []     # 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)

 
  # * Animation Frames and Animation Speed
  #--------------------------------------------------------------------------   
  MNK_SPEED               = 6       # 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.
 
  # Individual Spritesheet Control Center
  #--------------------------------------------------------------------------       
  MNK_POSES_ENEMY         = {36 => 10, 37 => 10}  # ID and # of poses for each enemy
  MNK_FRAMES_ENEMY        = nil       # ID and # of frames for each enemy
  MNK_POSES_ACTOR         = nil       # ID and # of poses for each actor
  MNK_FRAMES_ACTOR        = nil       # ID and # of frames for each actor.
     
  # * Wooziness Rates
  #--------------------------------------------------------------------------
  MNK_LOW_HP_PERCENTAGE   = 0.25                    # Health% for WOOZY pose.
  MNK_LOW_HP_ACTOR        = {}#{7 => 0.50, 8 => 0.75}  # Ind. health% for actors.
  MNK_LOW_HP_ENEMY        = {}#{1 => 0.50}             # Ind. health% for enemies.
  MNK_LOW_HP_FLAT         = true                    # If true, flat rate hp
 
   
   
  #==========================================================================
  #   ****                   POSE CONTROL CENTER                     ****   #
  #==========================================================================
   
  # Editable Template (Some people wanted to change their template design)
  #--------------------------------------------------------------------------
  MNK_POSE1   =   1   # Sets the 'Ready Pose'  (MNK_POSE1)   #1 in your template
  MNK_POSE2   =   2   # Sets the 'Struck Pose' (MNK_POSE2)   #2 in your template
  MNK_POSE3   =   3   # Sets the 'Woozy Pose'  (MNK_POSE3)   #3 in your template
  MNK_POSE4   =   4   # Sets the 'Block Pose'  (MNK_POSE4)   #4 in your template
  MNK_POSE5   =   5   # Sets the 'Charge Pose' (MNK_POSE5)   #5 in your template
  MNK_POSE6   =   6   # Sets the 'Retreat Pose'(MNK_POSE6)   #6 in your template
  MNK_POSE7   =   7   # Sets the 'Attack Pose' (MNK_POSE7)   #7 in your template
  MNK_POSE8   =   8   # Sets the 'Item Pose'   (MNK_POSE8)   #8 in your template
  MNK_POSE9   =   9   # Sets the 'Skill Pose'  (MNK_POSE9)   #9 in your template
  MNK_POSE10  =  10   # Sets the 'Victory Pose'(MNK_POSE10) #10 in your template
  MNK_POSE11  =  11   # Sets the 'Defeat Pose' (MNK_POSE11) #11 in your template
   
  # Editable Template (for Custom Actor Spritesheets)
  #--------------------------------------------------------------------------
  MNK_APOSE1   =   {}#{2 => 2}
  MNK_APOSE2   =   {}#{2 => 2}   # Hilda is using a Charset graphic as a battler.
  MNK_APOSE3   =   {}#{2 => 2}   # The battler was copied into the Battler folder.
  MNK_APOSE4   =   {}#{2 => 2}   # This setup allows you to use Charactersets for
  MNK_APOSE5   =   {}#{2 => 2}   # battlers battlers.
  MNK_APOSE6   =   {}#{2 => 3}
  MNK_APOSE7   =   {}#{2 => 2}
  MNK_APOSE8   =   {}#{2 => 2}
  MNK_APOSE9   =   {}#{2 => 2}
  MNK_APOSE10  =   {}#{2 => 1}
  MNK_APOSE11  =   {}#{2 => 4}
   
  # Editable Template (for Custom Enemy Spritesheets)
  #--------------------------------------------------------------------------
  MNK_EPOSE1   =   {}#{1 => 2}
  MNK_EPOSE2   =   {}#{1 => 2}   # Did the same to the ghosts.  Note that enemies have
  MNK_EPOSE3   =   {}#{1 => 2}   # no victory pose.
  MNK_EPOSE4   =   {}#{1 => 2}   
  MNK_EPOSE5   =   {}#{1 => 2}   
  MNK_EPOSE6   =   {}#{1 => 3}
  MNK_EPOSE7   =   {}#{1 => 2}
  MNK_EPOSE8   =   {}#{1 => 2}
  MNK_EPOSE9   =   {}#{1 => 2}
  MNK_EPOSE11  =   {}#{1 => 11}  # Setting the ghost to an invalid pose erases it.
                       
                       
  #==========================================================================
  #   ****               EXPANDED POSE CONTROL CENTER                ****   #
  #==========================================================================
 
  # Non-Default Poses (can expand beyond the default 11 poses here)
  # (New system mimics the revised Template system.  Can use 'custom' sheets)
  #--------------------------------------------------------------------------
  # The first value in each set indicates the index number  in a spritesheet.
  # This value is  overrided by a value  in one of the other two accompanying
  # arrays... one for actor battlerss, the other for enemy battlers.
  #
  # To define a pose linked to a specific battler, the syntax is...
  # '' hash array '' = { battler.id => pose# }
  # Where Aluxes and the Ghost (RTP)  would be  the 1st battlers (per array),
  # and the pose# would be the pose in your spritesheet.
  #
  # Combinations in the  hash arrays  are possible,  so if the MNK_POSES_DYING_E
  # array has {1 => 5, 9 => 2},  then the GHOST (enemy #1) would be using the
  # 6th pose (index 5) and the 9th enemy battler would be using the 3rd pose.
  #--------------------------------------------------------------------------
  MNK_POSES_SETUP       = 7          # Choose animation pose for 'preparation'
  MNK_POSES_SETUP_A     = {2 => 4}
  MNK_POSES_SETUP_E     = {1 => 4}   
  MNK_POSES_CASTPREP    = 4          # Set 'casting' pose for skill preparation
  MNK_POSES_CASTPREP_A  = {}         
  MNK_POSES_CASTPREP_E  = {9 => 3}   
  MNK_POSES_DYING       = 6          # Choose animation pose for dying throws.
  MNK_POSES_DYING_a     = {}         
  MNK_POSES_DYING_E     = {9 => 5}   
  MNK_POSES_ESCAPE      = 2          # Set 'coward' pose for fleeing monsters)   
  MNK_POSES_ESCAPE_A    = {}         
  MNK_POSES_ESCAPE_E    = {9 => 5}   
  MNK_POSES_CRITICAL    = nil        # Set pose for BIG hits
  MNK_POSES_CRIT_A      = {}
  MNK_POSES_CRIT_E      = {9 =>5}
  MNK_POSES_WINNING     = 4          # Set winning (Victory Dance before pose)
  MNK_POSES_WINNING_A   = {}
  MNK_POSES_WINNING_E   = {}         
 
  # Looping Poses
  #--------------------------------------------------------------------------
  # These arrays merely hold the ID  of actors or enemies whose poses loop at
  # the end of combat.  Enemies have no 'winning' animation pose.
  MNK_LOOPS_WINNING         = []#[7]     # Actor IDs if their victory pose loops
  MNK_LOOPS_DEFEATED_ACTOR  = []      # Actor IDs if their defeat pose loops
  MNK_LOOPS_DEFEATED_ENEMY  = []      # Enemy IDs if their defeat pose loops
   
  # Non-Default Pose Hashes (poses dependant on .id values)
  # (New system mimics the revised Template system.)
  #--------------------------------------------------------------------------
  # The first hash in each set  indicates the id number (be it skill, item or
  # otherwise, and the pose it brings up.   These mimic the 2nd array type in
  # the above Non-Default poses.   As such, a hash value of {1 => 10) for the
  # MNK_POSES_WEAPONS hash would make  the 'Bronze Sword' use the 10th index (or
  # 11th spritesheet) pose... aka the 'Defeat' pose.
  #
  # To define an advanced pose linked to a specific battler, the syntax is...
  #  = { battler.id => { item/skill.id => pose#  } }
  # ...so this gets  more complicated.   But this does allow  each battler to
  # have his or her own unique pose, regardless of spritesheet type.
  #--------------------------------------------------------------------------
  MNK_POSES_CASTED     = {61 => 6}  # Set a specific skill to use a pose
  MNK_POSES_CASTED_A   = {}         
  MNK_POSES_CASTED_E   = {}
  MNK_POSES_STATUS     = {3 => 3}   # Set status values to poses here
  MNK_POSES_STAT_A     = {} 
  MNK_POSES_STAT_E     = {}
  MNK_POSES_SKILLS     = {57 => 7}  # Default: #57(Cross Cut) does 'Attack'
  MNK_POSES_SKILLS_A   = {} 
  MNK_POSES_SKILLS_E   = {}
  MNK_POSES_ITEMS      = {13 => 4}  # Default: #13(Sharp Stone) does 'Block'
  MNK_POSES_ITEMS_A    = {}         
  MNK_POSES_ITEMS_E    = {}         
  MNK_POSES_WEAPONS    = {}         # Didn't set any weapons to any poses
  MNK_POSES_WEAPS_A    = {}
  MNK_POSES_WEAPS_E    = {}         # Non-functional (Enemies don't use 'em.)
 
  # Non-Default Pose Hashes (Hits & Critical Hits)
  # (Just like above, but pertains to specific hits and critical hits)
  #--------------------------------------------------------------------------
  MNK_STRUCK_WEAPS     = {}         # Set a specific 'Struck' to a weapon attack
  MNK_STRUCK_WEAPS_A   = {}         
  MNK_STRUCK_WEAPS_E   = {}         
  MNK_STRUCK_SKILLS    = {}         # Set a specific 'Struck' to a skill
  MNK_STRUCK_SKILLS_A  = { 7 => { 7 => 4 }}
  MNK_STRUCK_SKILLS_E  = {}
  MNK_STRUCK_ITEMS     = {}         # Set a specific 'Struck' to an item attack
  MNK_STRUCK_ITEMS_A   = {}
  MNK_STRUCK_ITEMS_E   = {}
  MNK_CRIT_WEAPS       = {}         # Set a specific 'Critical Hit' to a weapon
  MNK_CRIT_WEAPS_A     = {}
  MNK_CRIT_WEAPS_E     = {}       
  MNK_CRIT_SKILLS      = {}         # Set a specific 'Critical Hit' to a skill
  MNK_CRIT_SKILLS_A    = {7 => {7 => 10 }, 5 => {7 => 7}}
  MNK_CRIT_SKILLS_E    = {}
  MNK_CRIT_ITEMS       = {}         # Set a specific 'Critical Hit' to an item
  MNK_CRIT_ITEMS_A     = {}
  MNK_CRIT_ITEMS_E     = {}

   
  #==========================================================================
  #   ****                   FRAME CONTROL CENTER                    ****   #
  #==========================================================================

  # * Frames Control
  #--------------------------------------------------------------------------   
  MNK_FRAMES_PER_POSE    = {}               # Set #of frames to pose(by index)

  # Advanced Individual Pose/Frame Hashes   # Advanced Individual Poses  uses
                                            # hashes within hashes. As a demo
  MNK_POSES_FR_ACTOR = {}                   # you can see that enemy #1 has 2
  MNK_POSES_FR_ENEMY = {}                   # sets of controls:  index 0 (for
                                            # a ready pose is set to 1 frame,
  # while index 3 (block) is set to 'two' frames.   Likewise, for the actor's
  # hash, Actor #7 (Gloria) has only 1 control hash.   It sets index pose '0'
  # (the ready pose again) to use four frames of animation (even though I had
  # set the ready pose to just use '2' with the MNK_FRAMES_PER_POSE hash earlier.

 
  #==========================================================================
  #   ****                   MOVEMENT CONTROL CENTER                 ****   #
  #==========================================================================
     
  # * Forward Step System (Final Fantasy-Style)
  #--------------------------------------------------------------------------   
  MNK_RUSH_OFFSET        = 0        # How much additional space between battlers
  MNK_RUSH_ATTACK        = false    # If true, battler steps forward to attack
  MNK_RUSH_SKILL         = true     # If true, battler steps forward to use skill
  MNK_RUSH_ITEM          = true     # If true, battler steps forward to use item
   
  # * Movement Arrays (Arrays for skill/weapon/item IDs that affect movement)
  #--------------------------------------------------------------------------   
  MNK_MOVING_ITEM       = [1]     # Examples are items that need to be applied.
  MNK_MOVING_SKILL      = [61,150,151,152,153,154,156]    # Examples are martial-arts and sneak attacks
  MNK_MOVE2CENTER_ATK   = []      # Moves battler to center based on weapon id!
  MNK_MOVE2CENTER_ITEM  = [5]     # Moves battler to center for a big item atk!
  MNK_MOVE2CENTER_SKILL = [7,155,157]     # Moves battler to center for a big skill atk!
  #
  # * Remember, do not supply Skill or Item ID#'s that have 'None' scopes into
  #   either the MNK_MOVING_ITEM or MNK_MOVING_SKILL hashes.  These skills &
  #   item attacks have no target and would cause an error when trying to find
  #   an enemy to move towards.


   
  #==========================================================================
  #   ****                STATIONARY CONTROL CENTER                  ****   #
  #==========================================================================
 
  # * Stationary Battlers (simple True/False settings)
  #--------------------------------------------------------------------------   
  MNK_STATIONARY_ENEMIES = false    # If the enemies don't move while attacking
  MNK_STATIONARY_ACTORS  = false    # If the actors don't move while attacking
 
  # * Arrays filled with skill/weapon/item IDs that halt movement
  #--------------------------------------------------------------------------   
  MNK_STATIONARY_ENEMY_IDS = []       # Enemies that don't RUN during melee attacks
  MNK_STATIONARY_WEAPONS = [17,18,19,20,21,22,23,24] # (examples are bows & guns)
  MNK_STATIONARY_SKILLS  = [111,112]       # (examples are bows & guns)
  MNK_STATIONARY_ITEMS   = []       # (examples are bows & guns)


   
  #==========================================================================
  #   ****               TRANSPARENCY CONTROL CENTER                 ****   #
  #==========================================================================
  MNK_TRANSLUCENCY      = 127      # Degree of transparency
  MNK_TRANSLUCENT_ACTOR = []       # ID of actor at translucency settings
  MNK_TRANSLUCENT_ENEMY = [1, 9]   # ID of enemy at translucency settings
  MNK_PHASING           = false    # If battlers fade in/out while charging
  MNK_PHASING_ACTOR     = [1, 2]   # IDs of actors that fade in/out if charging
  MNK_PHASING_ENEMY     = [9]      # IDs of enemies that fade in/out if charging

  MNK_FADE_IN           = true     # Battler fades in if replaced or transparent

   
   
  #==========================================================================
  #   ****                CUSTOM FEATURE CENTER                      ****   #
  #==========================================================================
       
  MNK_MIRROR_ENEMIES    = true     # Enemy battlers use reversed image
  MNK_CALC_SPEED        = false    # System calculates a mean/average speed
  MNK_AT_DELAY          = true     # Pauses battlesystem until animation done.
  MNK_ADV_OFF_TURN      = 1        # Number of turns before enemies turn around.


It's too huge. Post again and I'll post the rest.
 

RPGS

Member

please , post any good sideview battle scripts to me here !!!!



/Thanks  :lol:


what should i post again ?

Please say eveything in detail  i cannot understand  :crazy:  :thumb:


one thing ; shall I put your script into 1 PAGE (like , everything TOGETHER) or  :wink: ?


shall the SCRIPT be SEPARETED ?
 

Fusty

Sponsor

sorry... Where is it , viperj ???  Show it too me here , please !!!

ps.it isn´t in the link there !!!

It is in the link.
If you just look better you'll see that there is a spoiler that says SCRIPT.
Open it and you'll see links to the parts of the script.
 

RPGS

Member

:dead: The script doesn´t work for me...  Give me a script that I dont need to customize moore to get it working..

A script that I just can copy to my game... And if not , help me with customizing this script....  :grin:  :dead:


Oh thanks ... Viperj , youre last one didnt work for me, let me test theese ones /Thanks !!! :thumb:


YEEEEEEEEEEES !!!!!!!!!!!! IT works !!!!!!!!!!!!!!!!!!!  :thumb: :thumb: :thumb: :lol: :lol: :lol:


Thank you !!!!!    But there is one problem ; How do I change the battler images to map-sprites ???

This looks realy stupid...  It is  battler squares that blinks...  Hmm  HELP !!!!  :dead: :huh:


:cry:

Thanks,but as sad , It looks very stupid , with thoose squares that blinks , i cannot show you my fault via Youtube , but
I doubt you can help me ; I hope ; This isn´t finished yet , of course (HELP !!!)

/ :huh:
 

RPGS

Member

Butv PLEASE !!!!!!!!!!!!!!    Im new here !!!!!!!! And to Larynni : Youre an very stupid idiot , you dont know, i have made many
good games , but not in Rpgmaker !!!

I want to leave this site , so become a better person ; and help me if u can !!!   I have never seen a so bad attitude in any forum !!!

You dont know how you hurt me... please , I like Viperj to come and help me !!!

(Or the one that can , without being angry at me !!!!  lol
 
I too can't see, how you may have made good games, with your attitude and way of typing.

Mind to show us one of your "Many good games"?

And I would help you, but I don't really understand your problem. Try typing like you would talk in real life and explain it. Maybe than people will help you.
Maybe than the attitude will get better  :wink:
 

mawk

Sponsor

The reason everyone's showing you such a bad attitude is because you've already been given ample time to learn how to just use the Modify button, but haven't shown an actual effort to learn -- with editing posts or anything else. If you're not going to follow the rules, what are you doing on a forum? We're not the ones with a problem here; we're patient, but we don't put up very well with people who blatantly ignore the rules time and time again.

To put this another way, if you'd stop whining about how everyone was mean to you and actually tried to follow what the mods are saying, the forum would be much nicer. After all, it's not our fault that you're new here.

And yes, to get help, you'll probably need to be a little more detailed wheny ou tell us what's going wrong. If a little window pops up when you try and run the game, tell us what it says. Also, make sure you're putting the scripts into the editor properly.
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top