Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Luna Engine MV

A script that modifies RPG Maker MV UI easily · By Archeia

Compatible Script List Sticky

A topic by Archeia created May 11, 2019 Views: 3,423 Replies: 8
Viewing posts 1 to 7
Developer (6 edits)

Compatible with:

  • Yanfly Core Engine
  • Yanfly Battle Engine Core 
    • If you are using Yanfly's Battle Engine core, you must use a pre-existing template (eg. Sideview Template) SceneBattle.yml. Otherwise, it will throw an offset error. We apologize for the inconvenience.

Reported to be Compatible With:

(+2)

This looks amazing Can't wait to use this. Even if it's not free I intend on purchasing this. Keep up the awesome work.

Developer

Updated the topic. Yanfly Core Engine is no longer a requirement and a notice about Yanfly Battle Engine Core.

Is Luna Engine Incompatible with Olivia's Octopack Battle System? I cant seem to get them to work together.

Developer

It's compatible but you need to set config yamls with it.

(2 edits) (+1)

@Archeia Don't know if this is any help, but I found that by adding

components:
  <...other components>
  EnemyVisualSelect:
    type: Window
    offset:
      x: 0
      y: 40
    fontName: default
    fontSize: default
    fontOutline: default
    fontShadow: default
    lineHeight: default
    textPadding: default
    windowPadding: default
    windowSkin: default
    cursor: default
    customBackground:
      enable: false
      image: none

from the sideview project's `SceneBattle.yaml` to the barebones `SceneBattle.yaml` in Luna Engine Base lets the scene load, albeit a bit ugly, but load it does.

Developer

Thank you!

Super interested in messing with this. Been using RPG maker for 6 years now, and I haven't seen anything like it that I know of.  I know a very minimal amount of js, only what I have picked up messing with certain plugins and such over the years.  So I ask, is this something someone like me would be able to pick up and use with minimal knowledge of coding? Like is it easy to use I guess what I am trying to say haha. I don't mind learning it as it seems very worth it, but just bouncing a few factors around first. Thanks in advance!!

Developer

Hi Wizzord, you should at least know how RPG Maker Windows are drawn. The VXA version is a lot easier than this at least. You can also check our videos + documentation and see if it's easy for you to understand.