
It all started back when RPG Maker VX was released. My friends and I would always lament how it’s impossible to just drag pictures and make our mockups work like magic. No need for script hunting or bug programmers to do every miniscule edit to our projects because we couldn’t do it. With RPG Maker VX Ace and a small conversation in a private chatroom, we finally started work on it.
The Luna Engine is a project by Archeia_Nessiah and Yami, with the amazing help of NeonBlack and Rhyme. It is to create a series of scripts that will allow people to modify the GUIs present inside the game, whilst being easy to use and compatible with the majority of scripts. The Luna Engine took us a little more than a year (June 15 2013~July 2014) to develop, put through beta, make sample graphics for and write the manual. While it was a long journey, it was definitely worth it.
Due to its nature as a GUI script, it might conflict heavily with scripts that do numerous visual modifications. The Luna Engine works best for vanilla battle systems such as the Default Battle System or Yanfly’s Battle Engine due to its popularity, added features and user friendliness. Because of Neonblack’s involvement with this development, it should work with his CP Battle System. This should work with Sideview Graphical Enhancement Scripts like Battle Engine Symphony and Kread’s Animated Battlers.
We do not have plans at the moment to make it compatible with any other scripts aside from Yanfly, Yami, Neonblack and Kread’s scripts. Please don’t ask us for compatibility patches for any other systems because we won’t be able to provide them. We might attempt to add more compatibilities in the future, but for now, it is not possible.
If you would like to report bugs, please remember the following things before reporting:
- You are required to at least be familiar with RPG Maker’s default function. An example scenario would be, if your test character’s skills aren’t displaying, then check their levels, etc. We had instances where people thought it was Luna Engine’s fault.
- Make sure to test the scripts without other scripts to be sure it’s the Luna Engine’s fault.
- Make sure to read this manual and/or reference it. Use CTRL+F or Find for any questions or about features you’re uncertain of.
- You can ask for tech support at rmlunaengine@gmail.com if this manual doesn’t answer your questions or if you found a bug.
- For further updates in regards to the Luna Engine, you can check our Github or check the Luna Engine tag in Division Heaven.
INSTALLATION
- Open the Script Editor (F11). Remember that CTRL+F only searches for items inside the present script. CTRL+SHIFT+F means it will search all scripts.
- I recommend using Notepad++ (Free even plugins) or Sublime Text (Shareware) when editing scripts. They have flexible features and it could help you fix anything wrong with your configuration while checking for other errors during testing.
- If you want to compare configurations with the demo scripts, Notepad++ has a plugin for it. Sublime Text has Sublimerge but costs $20. DiffNow is a personal favorite.
General Options
The list below just refers to the general options of the configuration script. It doesn’t cover everything and serves as a refresher or a short course of the options. Most, if not all, options found in the script are commented, so there should be no problems figuring out what they can do in case the manual doesn’t cover it.
- :width – the width of the window or item.
- :height – the height of the window or item.
- :max_width and :max_height – these help the system find a value to center the contents shown in the screen.
- :x – this refers to the X coordinate of the screen. This refers to the horizontal (left and right) axis. Negative (e.g. -1) values mean they would move to the left, while Positive values mean they would move to the right.
- :y – this refers to the Y coordinate of the screen. This refers to the vertical (up and down) axis. Negative (e.g. -1) values mean they would move to the up, while Positive values mean they would move to the down.
- :offset_x and :offset_y – these refer to how much you want to nudge the window display without affecting its base x and y. Useful for items such as GUI borders.
- :z – this refers to the item’s display priority. Think of it as layers when you use an image program or when mapping in RPG Maker. The higher the value, the higher it will be drawn above other items.
- :offset_z – this makes the item adjust itself by a specific value just in case you have drawn other items and want an item to remain on top.
- :padding – this refers to the spacing between the window border and the window contents. The default value is 12.
- :vertical – this helps the system determine if the cursor and contents should be displayed vertically if true, or horizontally if set to false.
- :cursor – this is to enable or disable the default cursor.
- :lunatic – when set to true, it will check the Lunatic configuration the user has set for that specific scene.
- :background_variable – this option allows you to have multiple skins for your GUI. Remember that it reads it as a string (e.g. $game_variables[1] = “Menu_Green”) and set a different variable for each menu.
- Another important thing to remember is that enemies and actors are referred to as Battlers in RPG Maker. So if you want to change anything related to the actor itself, it’s most likely in Battler_Status section of Luna’s Configuration Script.
Special Options
- If you want to use Yami’s Battle Engine Symphony or Kread’s Animated Battlers, you should set animation_on_hud configuration to false.
- When using Yanfly’s Free Turn Battle (FTB) set :arrow_battler in YEA Compatibility to true and if use spin command, :all_dir to false.
- If you want to use the horizontal actor command, set :arrow_battler in YEA Compatibility to false.
- If you want to change the battler options and it doesn’t work, try setting lunatic to false. If you are using lunatic, read the comments as you have to draw the names manually.
- If you want to have more than four party members, go to Adjust Party Size by Archeia.
DOWNLOAD LINK
This is a sample version of what Luna Engine can do. It is highly limited but should give you a good idea on how it works. This is for Non-Commercial Use only.
If you want the Commercial Version, please get the Store Product!
MEDIA
This looks real great, when this is released I can have A LOT of fun working with this and implementing new ideas~!
Wunderfull!!! I can now be able to have a custom UI to have it work with my artistic needs. This is a must get for me.
I’m looking forward to this Luna Engine, looks promising. Also, is this going to have some CTB or ATB add-ons? Would be really great.
Luna Engine only changes the Battle GUI. CTB and ATB add-ons are not included and better off commissioned. How CTB/ATB works depends on your needs and the scripter’s methods.
Wow, the second screenie looks really awesome
This looks awesome :D Any idea when it will be released?
Hopefully by end of July!
Yay! *excited* :3
excited much!
This might solve my HUD problems! The one I’m using the gauges don’t work. ;_; The last HUD is amazing, and I would totally do something similar. :D
Yay! I’m glad that this would help you <3
I hope that when we're done you can do what you want for your game finally ;w;
I have a question, how do you create the non-rectangular gauges? :)
Yes you can. Look at the TP in pictures 1 + 2 :D
I know I can based from the pics… :)
what I wanna know is how… XD…
Looking forward to this. Battle systems, or ones that effect the GUI in battles the most are what I’m so torn between now. As what I really want is the ability to move elements around. Great work so far! :D
I was wadering if it’s possible to make a HUD like FF X =D,
very simple and clean battle hud xD
http://images3.wikia.nocookie.net/__cb20130612151204/finalfantasy/images/b/bc/FFX_HD_New_Battle_HUD.png
Of course. That can be easily done :)
Is it possible to have HUD motions? I like how Moghunter’s HUD makes the faces shake on damage but it seems a bit complicated to pull off for someone with zero scripting knowledge. Kinda having that feedback in battle (like shaking) can really engage someone when they’re in the fight o:
It’s in there. Just wait till the next update since Elements made a video for me. :D
Oh sweet, I can’t wait to see XD
Why dont make the command box with graphics too? That would be cool.
That’s done ages ago~ I just don’t want to show it off yet :3
I got a question. Is it possible to make a HUD like this: http://img3.fotos-hochladen.net/uploads/screenshotrat9n8e2py.png using the battle symphony and the Luna Engine? Because i want a HUD like this really bad. And that Ring Menu for battle. Is something like this possible?
I already made this a while ago but… http://www.youtube.com/watch?v=JdR4UMSWAzE
that looks pretty awesome! O:
is it compatible with yanfly casting animations? o:
yes XD
UGHHHH…I want this so bad XD
Heheheh, me too. I can’t wait ^^
I got another question. Is it possible, to make a gauge for fomars actiontimebattle system? I mean the stamina gauge
We can’t guarantee that right now because the script is massive. We rather focus on Yanfly, Yami, Kread and NeonBlack’s stuff for now. It’d be nice if other scripters could help on it.
another question. is it still possible to be one of the beta-testers? x:
By the looks of the screen shots, you’re using Symphony Battle engine right? I hope I can use that battle system because I hate Victor’s battle system. Either way, I’m looking forward to this! :D
Yes it should work with symphony and kread like we said there :D
What if i want to use Victor’s engine? I prefer his, i was able to wrap my brain around his and do all sorts of things.. i already know how to mimic a lot of battle engines from the 16 bit era.. so kinda would suck if i can’t use that with this.
If you want to see more compatible scripts, I recommend checking this topic out: http://forums.rpgmakerweb.com/index.php?/topic/31494-scripts-compatible-with-luna-engine/
Since we’re a lot more active in RMW forums and easier to keep track of. From what we know of, Victor’s animated battler works. :D
Cannot wait to tinker with this engine… I won’t even have time for school anymore o.O
I still waiting for this to continue my project :'( … Will it be released?
Try looking out at either Nov. 21 or Nov. 28
Thanks!
What the what?! You told me the release was a Member+ update D:
Well, there were many changes so <:3c
^~^
It’s Nov. 28th :) where is it! :)
Stuffage happened :<
Good luck! Happy gobble gobble! And hope the Stuffage gets Sortaged Soonidge.
Rhaos
I’m excited about this… Hope to see it soon!
Good luck and keep up the good work guys ;)
Hopefully before Christmas?
On Sat, Nov 30, 2013 at 7:06 AM, Division Heaven wrote:
> Ram commented: “I’m excited about this… Hope to see it soon! Good > luck and keep up the good work guys ;)” >
Hopefully before next year x)
Wow! This sounds amazing, this is exactly what I’m looking to put in my game. Can’t wait! Godspeed. Keep up the good work. I love your Symphony engine, Yami!
Uh cool ^.^… I’m creating my battle hud with STR33g1_Battle Status at base… but is better if I wait this Luna Engine because seem more simple to modify than STR33g1 and can also change the command menu with image if i’ve understood correctly… good job (*3*)
Hi Archeia! If you would like any more testers for the engine our team would definitely like to have a crack at it. We are planning on making a commercial game that will be centered around battle symphony and Luna engine. We would also like our scripts to be fully compatible with the engine as well. Is there a way for us to know how the engine works so we can avoid compatibility issues? Can’t wait for the release ^^.
Will this ever be finished?
Is there any way to bind the gagues in the HUD to something other than MP or TP such as a variable
Sadly we can’t implement this right now. Maybe in the future!
Okay thats cool I will just set up a common event that sets my MP to whatever value the variable has just a little more work for me.
Is it possible to to change the image used for the HUD in battle, for example I have a battle even set up that if a switch is on the show one HUD then immediately change it if the switch gets turned off in battle
This is a GUI script, not a HUD script. The difference between the two is that GUI is interactive and appears on Scene_Battle while a HUD script would be not and appears in Scene_Map.
So, where the heck is luna engine?
Testing phase yo. The never ending testing phase.
Trying to achieve a perfect script if never a good idea.
You’ll never trully create/fix something without public release, there’re things that even testers won’t find.
It’s been months, almost a year and most people never had a chance to test what this looks like to be an awesome gui script.
Anyway, good luck with it.
Actually, there are people who already made games with the Luna Engine. :)
It’s not about the perfect script, it’s about having enough features to satiate creative needs for artists :D
Can you point me any game using Luna Engine so I can see how is it going?
Because it’s really nice from screenshots but as you said, it’s still in testing phase.
Lol, well…
Here’s one from last year and extremely outdated. But it still works as it was: http://rpgmaker.net/games/5707/
This one as well: http://rpgmaker.net/games/4225/
Even this game’s demo for the GR event, but I can’t show it yet: https://www.kickstarter.com/projects/omocat/omori
This guy’s commercial game: https://www.youtube.com/watch?v=yV0T2Lm38Cs
Other vids: https://www.youtube.com/channel/UCFTViNnkN86I_NksajY6frA/videos
Other here: https://www.youtube.com/playlist?list=PL6U27R6KU6-NfcBfkgeqRtD3NbEe3zZaU
Ok, you got me.
I gotta say, you did an extremely good job.
Anyway, waiting for this to be done so I can finally buy/use it.
Good luck.
Here is another one, its a remake of the final fantasy 8 menu. https://www.youtube.com/watch?v=iIVg_MgSM_4
and Mystic Quest https://www.youtube.com/watch?v=1nGpcAPrHCU
Im also working on Valkyrie Profile but that one is taking longer then I was hoping it would xD
Any news on how the testing stage is going?
Possibly even a release date?
It’s all manual and demo work right now ‘w’)b
@Archeia Nessiah
How is this project coming along? I think I speak on behalf of a lot of people by saying I cant wait for this to be finished!
Hey there! We were done but we found some last minute bugs so we have to fix that first :’D There is a sample ready to be downloaded though :O!
I think I’ll buy this. But is it possible for me to rremake the hanzos life line system he used in his game Valkyrie stories?
For that you need custom graphics!
so if i made the custom graphics or any graphics i wanted in general, how will i implement them to work using the luna engine?
It depends on your layout, there are many different ways to implement your UI!
Question- If I buy the $20 dollar one instead of the $30 dollar, would it still be the same, and would I still be able to use it for commercial use?(I’m not sure if having a game where I ask for donations, but everything is free to get is “commercial”, but I want to be careful)
Hi there Cosmic! The only difference is that the reason the other is 30$ is because of publisher fees. And yes you can still use it commercially :)
Thanks Archeia! I’m definitely looking forward to using it in my project :)
Im tótally new on rpgmaker. I just bought this…but how i can “install” it? I have no idea, pls help me. And pls don’t say “tutorials” maybe i sound like a dumb…
Hi Dani, please look at the manual inside the folder. I wrote an entire set of instructions for installation over there :)
Can you pls made a tutorial on how you use this, maybe a video or a blog post? I mean, i read “tutorials” in the script, and i just simply don’t get it. I can do a single thing without having a crash screen.
No not in the scripts, the MANUAL. The PDF file that is included. I also have a tutorial over here: http://forums.rpgmakerweb.com/index.php?/topic/35066-luna-engine-tutorial-freebie/page-1
Someone set up a video presentation here: http://forums.rpgmakerweb.com/index.php?/topic/34361-luna-engine-video-setup-demonstration/
I’m using sample battle script from GitHub, and I have a problem with it. In configuration there is an option to set states to scrolling mode, and I’m pretty sure I’ve seen it somewhere. But this option does nothing – states are still, what’s more, I couldn’t find any call to method update_scroll within actual script, which means, that it’s probably simply ignored. Is it a bug, or a feature? And how to set states to scroll? :)
Hi there, can you post in the forums for this? It’s easier to do tech support there :) http://forums.rpgmakerweb.com/index.php?/forum/105-luna-engine-boards/
I bought the Luna Battle System and updated the RPG Maker VX Ace with it but I have encountered a problem. As I was going through a battle test with 4 members of a party and
noticed that the face pictures are going on a diagonal and can’t figure out how to adjust it
to be in a row. How do I do that?
Hi! Yeah that’s a problem with Version 1.04 by accident. Please grab the new battle config in github :)
I put in the new configurations for the scripts on the Luna Scripts but the same
problem emerges. How do I adjust the created players faces to line up in a row when facing monsters and bosses?
I was able to figure out how to get the main character’s HUD in the centre but how do I do it for the party members in battle?
Hello John, is it ok to have you register in RMW: http://forums.rpgmakerweb.com/index.php?/forum/105-luna-engine-boards/
and then post your issue in our Luna Engine boards? It’s a lot easier for us to answer questions there ;w;
I am now registered onto RPGMakerForum. While reading the forum for answers, I found a user with the same problem as I had. So I followed your instructions as you gave him or her and it solved my problem. For that I thank you.
Looking foward to the MV version.
love the engine, but i cant edit the demo file. is that possible?
Huh? It should be openable by RPG Maker VXAce :o
Hi, I dunno if you still answer posts over here but… I purchased both RPG Maker VX Ace and Luna engine from Steam, and I can’t use Yami’s Engine Symphony for side battles, even though it is the only additional script i used.
By can’t, I mean my game runs without problems?exceptions, but the actors dont show up…
I read this: “If you want to use Yami’s Battle Engine Symphony or Kread’s Animated Battlers, you should set animation_on_hud configuration to false” but i cant find animation_on_hud anywhere…
It’s in Config Battle Luna
Thanks a lot!