Announcement
Announcement
| 2nd Quarter Contest Announcement posted! See the Community Announcements section. |
New threads (complete scripts) here will go into a moderation queue. You will not see your thread appear when you create it. A moderator will decide if it will be approved or denied.
![]() ![]() |
Mar 5 2011, 03:48 AM
Post
#21
|
|
![]() ![]() Type: Designer Alignment: Chaotic Good |
I really like the Final Fantasy XII one. Is it possible to make it compatible with Vlad's ABS?
-------------------- What the heck is an RPG? Is that like Modern Warfare?
|
|
|
|
Mar 5 2011, 08:35 AM
Post
#22
|
|
![]() Type: Writer Alignment: Chaotic Neutral |
I'm sorry this feels like a stupid question but when I open up the master script link the code is all mushed into the page with no seperation so it wont paste into rpgmvx right. How can I fix this? Just download the text document. If you download it, that shouldn't happen. Not using Internet Explorer. Not helpful at all. -------------------- Trailer for It Came From Yesterday: Click Me
This was made by a dear friend of mine. Any support is appreciated! Also, Like the Facebook page while you're at it: It Came From Yesterday New and improved official site: ICFY Swagbucks referral link: http://www.swagbucks.com/refer/jbart321 |
|
|
|
Mar 17 2011, 06:40 AM
Post
#23
|
|
![]() ![]() Type: Designer Alignment: Chaotic Evil |
i found a bug on the master script, when you remove one option, example end game, the return index is wrong. example if end game was 6, then i removed it. i open skill, index is 5, i exit scene_skill, the menu index is on item, which is index 4. so its rerturn index is 1 value lower.
EDIT: i think i got it figured out, the master script doesn't support the method return scene for when rearranging the menu commands. This post has been edited by new: Mar 17 2011, 07:18 AM -------------------- |
|
|
|
Mar 17 2011, 04:32 PM
Post
#24
|
|
![]() Has broken out of Staby Rehab! ![]() Type: Undisclosed Alignment: Chaotic Evil |
I did add support for return scene in the latest release (for default items only). Make sure you have the latest version. You'll have to edit the return scene command for any custom items you add, however.
CODE class Scene_Equip < Scene_Base def return_scene $scene = Scene_Menu.new(Z_Systems::NeoMenu::Index::EQUIP) end end So, if you have a custom script, and it used the default definition of def return_scene so that it will go to the correct index (can't really help custom scripts). -------------------- |
|
|
|
Mar 17 2011, 10:16 PM
Post
#25
|
|
![]() ![]() Type: Designer Alignment: Chaotic Evil |
it's alright i made patch
-------------------- |
|
|
|
Mar 20 2011, 06:09 PM
Post
#26
|
|
![]() My Mind my rules ![]() Type: Writer Alignment: Chaotic Good |
I will give you credit for making such awesome script.
I like the SAS Menu System. Good Job I like your scripts -------------------- I support:
Spoiler: Quotes: Spoiler: Currently working at: Spoiler: My posts: Spoiler: Stupid Tests: Spoiler: NYAN CAT!! Also Slowoke ('cause slowpoke is the greatest pokemon ever): Spoiler: |
|
|
|
Mar 23 2011, 11:52 PM
Post
#27
|
|
![]() Has broken out of Staby Rehab! ![]() Type: Undisclosed Alignment: Chaotic Evil |
New Layout added, requested by Omega Zero. It supports up to six actors and has an optional back image.
My pic stinks, it's just a place holder. If you want to use the default image, just delete it. ![]() EDIT: It no longer uses the number pic for actor levels, so it looks better now. This post has been edited by Zetu: Mar 24 2011, 01:38 AM -------------------- |
|
|
|
Mar 24 2011, 01:21 AM
Post
#28
|
|
![]() ![]() Type: Designer Alignment: Chaotic Evil |
looks great!
-------------------- |
|
|
|
Apr 27 2011, 03:03 PM
Post
#29
|
|
![]() The endless clash of good and evil continues... ![]() Type: Undisclosed Alignment: True Neutral |
Real Good Script Z!!!
It looks great and it´s easy to use!!! XD bonus!!! Keep going. This post has been edited by MSword23: Apr 28 2011, 02:19 PM -------------------- I support:
![]() |
|
|
|
Apr 29 2011, 09:00 PM
Post
#30
|
|
![]() ![]() Type: Designer Alignment: Chaotic Good |
I have a question about this. I am making a game (obviously) and I just play-tested a boss and cutscene. My character leveled up in the fight. I went to open the menu
and got a Divided by 0 error on line 210 of the Menu script (Not the layout) I am not a scripter so I cannot be certain but it looked like that might have been because I leveled with the precise amount needed (300 EXP). I couldn't actually check because of the Divided by Zero error. If I knew anything about Ruby this would probably be apparent but, alas, I am still new and don't have intentions of learning a ton of Ruby. My actual question now is: How did this happen and how can I fix it? *EDIT* I am using the Single Actor Status layout if that helps at all *EDIT 2* I just checked and it happened without me leveling, it happened the second I opened the menu. It might be because I am playtesting at level 99 and therefor the EXPtil is set to 0 This post has been edited by bishopbutters: Apr 29 2011, 09:05 PM -------------------- My signature lacks hooplahs (enters Spongebob World)
|
|
|
|
Apr 30 2011, 03:45 AM
Post
#31
|
|
![]() Has broken out of Staby Rehab! ![]() Type: Undisclosed Alignment: Chaotic Evil |
Tell me the line number and weather it's in the master script or layout.
-------------------- |
|
|
|
Apr 30 2011, 03:50 AM
Post
#32
|
|
![]() ![]() Type: Designer Alignment: Chaotic Good |
I did in my previous post, Line 210 in the Master Script. Doesn't matter now though. Somehow I lost a ton of data on my game, erasing almost all of it.
But yeah, I think the menu script gives out and error at the level cap because you Experience To next level will be Zero -------------------- My signature lacks hooplahs (enters Spongebob World)
|
|
|
|
Apr 30 2011, 06:43 PM
Post
#33
|
|
![]() Has broken out of Staby Rehab! ![]() Type: Undisclosed Alignment: Chaotic Evil |
Could you tell me what the line of code is... on mine, line 210 is "class Window_Base < Window", and there's nothing with division nearby. Also, there's nothing that calculates division with exp to next level on bottom and the script has been tested on max level.
-------------------- |
|
|
|
Apr 30 2011, 08:55 PM
Post
#34
|
|
![]() ![]() Type: Designer Alignment: Chaotic Good |
Spoiler: Those are lines 210 and 211 respectively in the Message System master script To make sure there are no more confusions this is the first 22 lines of code, the intro Spoiler: I actually re-tested it to make sure I wasn't going nuts. I set my starting character to level 99 (Because I don't know how to change the level cap yet) and started up the game. I tried opening the menu and got a pop-up saying exactly this. "Script 'Neo Message System'Line 211 (it was 210 last time): ZeroDivisonError Occurred Divided by 0" It defiantly isn't the layout script giving me the error, its the Master script. It could be the gauge that shows how EXP is to the next level. CODE gw = width * actor.exp_til / actor.exp_max I don't know much Ruby but I am pretty sure that is Multiplying the width by the actors exp till divided by exp max. I am sorry if I am appearing stupid or ignorant. And I got around it by not playtesting at the level cap but I just thought you should know -------------------- My signature lacks hooplahs (enters Spongebob World)
|
|
|
|
Apr 30 2011, 10:18 PM
Post
#35
|
|
![]() Has broken out of Staby Rehab! ![]() Type: Undisclosed Alignment: Chaotic Evil |
Oh..... this is one of many problems I addressed in v1.08. The problem is, even though I updated the OP to say v1.08, I forgot to update the actual script xD v1.08 is NOW up... ):
-------------------- |
|
|
|
Jun 3 2011, 05:48 AM
Post
#36
|
|
![]() Type: Designer |
I understand how to add items to the menu list and that you have to give them a command too, but I'm new to Ruby script and was wondering if someone could explain to me... How do you make the menu item link to the right thing?
Ex: I want to add Zetu's party system to the menu but not sure how to do that exactly |
|
|
|
Jun 3 2011, 01:22 PM
Post
#37
|
|
![]() Has broken out of Staby Rehab! ![]() Type: Undisclosed Alignment: Chaotic Evil |
To add my Party System, use "$scene = Scene_PartySys.new(true)" (As was written in the intro of the script). You can always find the scene call by either using ctrl+F to find "$scene =", or if nothing shows up, find "class Scene_??? > Scene_Base" and look at the initialize def to see if any parameter's exist.
-------------------- |
|
|
|
Jun 3 2011, 11:39 PM
Post
#38
|
|
|
// In your comment line. ![]() Type: Designer Alignment: Lawful Neutral |
The new version causes errors with my other scripts, can you reupload 1.07 please?
|
|
|
|
Jun 4 2011, 01:44 PM
Post
#39
|
|
![]() Has broken out of Staby Rehab! ![]() Type: Undisclosed Alignment: Chaotic Evil |
Um... I don't have it. Make a script help topic and I might be able to help you fix it.
-------------------- |
|
|
|
Jun 4 2011, 05:39 PM
Post
#40
|
|
![]() NOM NOM NOM ![]() Type: Artist Alignment: Chaotic Evil |
Wow, these menus are awesome. You totally got my support on this ;P Plus, using it on my mini project. PEWPEW WARS!
-------------------- |
|
|
|
![]() ![]() |
| Lo-Fi Version | Time is now: 19th May 2013 - 07:43 PM |
|
|