[XP] Custom Resolution Compatibility Plug-Ins

Started by ForeverZer0, December 18, 2010, 01:41:22 pm

Previous topic - Next topic

Moshan

January 17, 2014, 01:53:48 pm #40 Last Edit: January 17, 2014, 01:56:27 pm by adytza001
 Wow....Thanks for helping.
I needed to turn my music off to understand what it happens. I couldn't focus on any word with the sound in my head. So...I understand the "rounding" of the variables...but I don't understand in which script should I change it...

   EDIT: Ok! I figured out. Now it's working properly! Thank you very much! I love you!  :haha:

Sin86

Accidently deleted my post when I was going to edit it. Anyway, I am using 0.97

However, Blizz ABS plugin no longer works. I tested it on 0.96 and it worked well there but then I get this error on 0.97.


Script Custom Resolution for Blizz ABS line 14 Nomethoderror occurred
undefined method tile_size for #<game_map:0xedd44e0>

I can get through just fine but the reason why I'm not using 0.96 is because of some wall clipping issue when going behind walls with priority tiles.

KK20


class Game_Map
  attr_reader :tile_size
  alias initiate_tile_size_for_babs initialize
  def initialize
    @tile_size = [SCREEN[0], SCREEN[1]].collect {|n| (n / 32.0).ceil }
    initiate_tile_size_for_babs
  end
end

Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!

Sin86

January 14, 2018, 04:53:45 pm #43 Last Edit: January 14, 2018, 04:55:17 pm by Sin86
Just put those at the bottom of the Blizz ABS Compatibility, thank you so much!