Non-Combat Menu 1.03
by mjshi- OK for use in all projects with credit
Get it here! (direct link)
Introduction
My first actual script that isn't an edit or an addon!
Featuring a fully customizable menu for less combat-oriented games. Mystery, exploration, survival-horror, point and click (or walk and press Z, I suppose)... you can configure pretty much anything in this script to suit your non-combat game's needs!
Features
Configurable:
- Configure what can be shown on the menu (currently configurable: Item, Save, Load, Exit("shutdown"))
- Configure whether or not to have a gold window, where the window should be, and how wide
- Change what the item menu shows
- Change where the item description box will go
Version history/Planned Updates:- Configure if you want a status menu or not Done! Updated to 1.0a- Configure if you want the status to be shown in the menu Done! Updated to 1.01
- Configure height and width based on percentages so it doesn't take up the entire screen- Change the order in which commands appear Done! Updated to 1.0b
- Added formation commands
- Added support for most quest logs. Updated to 1.03
Screens
(Blank project with some mapping for eye candy)
How to Use
Installation: Paste this script above Main, and preferably above other custom scripts as well.
How to add custom scenes/tabs to the menu:
Required Scripting Knowledge: Minimal
I get a lot of requests for these kinds of things, and every "compatibility addon" is pretty much the same.
Look in the script that you want to add to the Non Combat Menu, and CTRL + F to find a part where it says "Scene_Quest" or "Scene_Achievements" or "Scene_NewWindowThing". That thing after the _ is going to be referred to hereafter as SCENE. Just replace SCENE with whatever NewWindowThing you found.
Then, add to the menu list:
['Custom Scene', :SCENE],
Then add a general compatibility script under the Non Combat Menu script:
class Scene_End def command_SCENE SceneManager.call(Scene_SCENE) end end
This method works for 99% of scripts.
Demo
Not really necessary.
Scripts
Direct Link: http://pastebin.com/wvbrcAS9
Addons:
Single Item Tab- Skip the item/key item/weapon/armor selection and go straight to the item list. Ideal for projects that only have one tab.
FAQ
Q: I don't know how to install the script >.<
A: Open scripts, click on the empty slot above Main, press Insert. Then read the How to Use section again.
Q: I have a question about how to use the script?
A: Read the "Configuration" part in the script. If you still have questions, ask here.
Q: I want to do something with this but am not sure how to do it?
A: Ask away.
Credit
mjshi