Jump to content
New account registrations are disabed. This website is now an archive. Read more here.

brewmeister

Member
  • Content Count

    29
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by brewmeister

  1. Yep, I'm a 'Balance' wizard. Trained by Blais the 7th, descendant of Merlin's apprentice... No, I'm just a programmer IRL. :biggrin_002:
  2. In module Mission_Menu, you have 2 missions. Yet in Game_Party.initialize, you have 4 missions. It errors trying to draw mission 2, because there is no data in the module. Either add 2 missions to the module, or shorten the @mission hash in Game_Party.initialize ttfn
  3. Paste above Main.. class Scene_Menu alias custom_menu_main main def main #Draw background sprite @bg = Sprite.new @bg.bitmap = RPG::Cache.picture("menuback") custom_menu_main @bg.dispose end end You need to save the background image in .png or .jpg format Change "menuback" in the script to match your filename. (or name the file: menuback.png)
  4. brewmeister

    Autotiles

    Just hold down the Shift key while you're drawing.
×
×
  • Create New...