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.

Mr. Mo's ABS Help

I keep having this error using Mr. Mo's ABS Version 4.5.

"Script 'Mr. Mo's ABS V4.5' line 2135: NoMethodError occured.
Undefined method 'ANIMATION_DIVIDE' for nil:NilClass"

I am using the Mr. Mo's ABS Script, Raziel's Chrono Trigger CMS, Ton's of Addon's Black Transition, Anti-lag Script from the ABS, and SDK.  Can anyone tell me what is wrong?
 
Okay, it has been over a week and I still have not recieved help.  The line of code that is the problem is...

#============================================================================
# * Scene Load
#============================================================================
class Scene_Load < Scene_File
  #--------------------------------------------------------------------------
  alias mrmo_abs_scene_load_read_data read_data
  #--------------------------------------------------------------------------
  def read_data(file)
    mrmo_abs_scene_load_read_data(file)
    $ABS = Marshal.load(file) 
    # Change Animation Size
    for an in $data_animations
      next if an == nil
      frames = an.frames
      for i in 0...frames.size
        for j in 0...frames.cell_max
--->  frames.cell_data[j, 1] /= $ABS.ANIMATION_DIVIDE
          frames.cell_data[j, 2] /= $ABS.ANIMATION_DIVIDE
          frames.cell_data[j, 3] /= $ABS.ANIMATION_DIVIDE
        end
      end
    end
  end
end

Please help me.
 

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