Ok so im making a horror game (you may already know that) and i want to remove some settings like equipment, skills, stats, and formation i also want to know how to remove the stats next to the character's face but i want to leave the face and name there. please help (If this post is in the wrong place you have the right to move it admin or not if non-admins can do that.)
Remove Settings?
● ARCHIVED · READ-ONLY
-
-
reduce the maximum of the list where you want to remove something in the database.
To remove display options, you need scripts - make a script request telling exactly what you want to be removed from where.
Remember that some parts are needed by default, if you remove them you'll also have to remove the other functions that need them. -
If you could give me an exact list of what you want to be removed, I could easily change some scripts.
-
@Dacuna i want equipment, skills, stats, formation and the stats next to the characters portrait also after you remove those can you reduce the menu space like little space so that quit is close to items? send me the script when your done i know how to add but you might have to tell me where to put it there are alot of scripts. :) thanks!
-
-
Yea thats pretty good but just a bit more scripting can you remove the gold at the bottom of the4 screen sry i havent reply in a while
-
That's fine. :D
And it's not exactly what I would call "scripting, what I did was made a few lines in the original script unusable so they don't show up.
I made modifications to Window_Base, Window_MenuCommand, and Window_Message.
I added all three to this compressed file, and what you do is:
1. Download "Scripts".
2. Unzip "Scripts".
3. Open "Window_Base" and copy everything in it.
4. Open your scripts tab in RPG Maker.
5. Find "Windows_Base" under ▼ Windows, and delete everything in it.
6. Replace "Windows_Base" with mine.
7. Repeat steps 3 to 6 with Window_MenuCommand, and Window_Message.
8. KABLOOIE!
If anything goes wrong, open a new project and replace my scripts with the original ones.
Also, I found that the tabs in Items had the fonts cut off, like "Key Items" had the bottom of the "y" cut off so it looked sort of like a v.
If you're not using your own font size and find this a problem then I could make the tabs wider again.
Scripts.zip -
everything except windows message is working.
-
and also i need to remove armor from items since you removed some of the settings then its should'nt be that hard to remove armor tell me how.
-
I remade everything into the added file.
I forgot to add in Scene_Menu for the gold, and the Window_ItemCategory is for the armour.
Just replace them as usual.
Oh, and just so you know, double posting isn't allowed.
You're only allowed to edit your previous post, or the administrators will hunt you down! D:
Scripts.zip -
Ok thanks thats all i needed! :D
