Announcement
Announcement
| 2nd Quarter Contest Announcement posted! See the Community Announcements section. |
![]() ![]() |
Apr 16 2012, 03:07 PM
Post
#81
|
|
![]() Type: Coder |
Starting tutorials on VX Ace now. Check them out:
Should be having plenty more coming as I blaze my way into VX Ace. This post has been edited by GubiD: Apr 16 2012, 03:08 PM |
|
|
|
Apr 21 2012, 12:40 PM
Post
#82
|
|
![]() Type: Undisclosed Alignment: Chaotic Good |
I absolutely adore your tutorials! They're priceless for a rookie ruby coder!
I've encountered an error during Tutorial 7 Part 4 - Cooking Script. When I run the script and talk to the "boy" it's not possible to change the recipe you want to cook and when I then press the first recipe "Line 176: NameErorr occured. undefined local variable or method update_details for #<Scene_Cooking:0x2bdbc98>" pops up. Anyone know what I've done wrong? Here's my unfinished script prototype: Spoiler: On a side note though, if you have a lot of spare time, It'd be even better if you could do some short but informative tuts on the short (but important) parts of the RGSS2. For example a detailed walkthrough of Scene_Menu and Game_Picture would be well appreciated! Keep on rockin'! This post has been edited by Tellier: Apr 22 2012, 07:42 AM |
|
|
|
Apr 23 2012, 02:56 AM
Post
#83
|
|
![]() Type: Coder |
Ok, so to answer both. Firstly you are not updating the windows. You are calling the 'input methods' for those windows of "update_list' and 'update_details', but your still not actually updating the windows. I believe in the demo I did a 'update_windows' method that does this. You could also just add the lines: @list.update and @details.update and it will resolve that one.
Now, the second error is because the update_list is saying to make the details active, which it does. But then if you search for 'def update_details' it does not exist. That is all the error message is saying as well. There is no variable or method by the name of update_details currently, hence it crashes. Hope this helps. |
|
|
|
Apr 23 2012, 07:19 PM
Post
#84
|
|
![]() Type: Undisclosed Alignment: Chaotic Good |
I see, thanks for the help! I'm just confused why it worked for you in the tutorial when I wrote everything exactly as you did
|
|
|
|
May 14 2012, 12:04 PM
Post
#85
|
|
![]() Type: Coder |
2 more tutorials for you guys
This post has been edited by GubiD: May 14 2012, 12:04 PM |
|
|
|
Jul 13 2012, 06:06 PM
Post
#86
|
|
![]() Master Eventer, Novice scripter, pathetic spriter ![]() Type: Designer Alignment: Chaotic Good |
you don't have tutorial 7 part six posted here.
-------------------- Master eventer
Need an unusual event call me and i might be able to make it ex vehicle, pet search number I do take event requests search number 10519195120 Spoiler: I will try to check any posts/PMs around 7:30 AM, 3:00 PM, and after 6 PM most days (time in Pacific Time) The ultimate video game Spoiler: If you are a believer of Jesus Christ, believe he is the only way to heaven, and are 100% proud of it, put this in your sig. |
|
|
|
![]() ![]() |
| Lo-Fi Version | Time is now: 18th May 2013 - 10:19 AM |
|
|