Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Melly-Mel's Calendar System
#14
(02-24-2011, 09:32 PM)habs11 Wrote: Thank you very much for your response. I should have thought of this before. Now just to let you know, if I use any of the

Code:
#    * $game_time.clock_seconds             Returns the current seconds(ex 1-60)
#    * $game_time.clock_minutes             Returns the current minutes(ex 1-60)
#    * $game_time.clock_hours               Returns the current hours(ex 1-24)

I get this error:

NoMethodError occurred while running the script.

undefined method 'clock_seconds' for #<Game_Time0x966bd40>

It's the same for the minutes and hours. I wanted to bring it to your attention.

However, I did find a way to get the same effect using the fact that you allowed the system to set variables for the seconds, minutes, hours, etc. In reality the only thing that matters is that the hour is correct (10:15pm vs 10:33pm makes no difference to me, just as though it's in the 22nd hour). So what I did was set up 23 different conditional branches, each having the pre-condition that the hours variable is set to 1, 2, 3, etc. Then depending on the number the I would use $game_time.adjust_hours(number) to jump forward or backward to hour 22. Then I can jump to morning because I know the hour will be 10am, and I can adjust to 6am easily. If there is any problem with that way of doing it, or if there is an easier way to get the same effect, please let me know. Thanks again, keep up the great work!

EDIT: I also got this error when I attempted to test a battle in the database, not sure if it's something you can fix or not:

Script 'Day and Night' line 386: NoMethodError occurred

undefined method 'update' for nil:NilClass

I am using CTB by Charlie Fleed with all of his gadgets for a battle system if you needed to know.

In addition, if I try and manually tint the screen(Fade in/out to simulate a scene), the screen will only begin to fade for 1 frame, then it will freeze and not complete the actual screen tint change. This problem only occurs on maps that are affected by the day and night script. The "inside" maps still work normally. I have tried both of these on the demo and it yielded the same results, so I can hope that it's not just my project. Thanks for any assistance.


That CTB By Charlie Fleed Uses Variables Or Switches?
The Same Thing Happened With Me Using This Script Along With Mog Animated Panorama.

The Charlie Fleed And Day Night Or Another Script Must "NOT" Share Switches And Variables ,That Solved My Problem.

Reply }


Messages In This Thread
Melly-Mel's Calendar System - by DerVVulfman - 12-10-2010, 05:52 AM
RE: Melly-Mel's Calendar System - by deValdr - 12-10-2010, 07:55 PM
RE: Melly-Mel's Calendar System - by Kristovski - 12-11-2010, 12:53 AM
RE: Melly-Mel's Calendar System - by DerVVulfman - 12-11-2010, 04:39 AM
RE: Melly-Mel's Calendar System - by Yin - 12-13-2010, 09:47 PM
RE: Melly-Mel's Calendar System - by DerVVulfman - 12-14-2010, 06:18 AM
RE: Melly-Mel's Calendar System - by Kirito - 12-14-2010, 11:36 PM
RE: Melly-Mel's Calendar System - by Yin - 12-15-2010, 08:33 PM
RE: Melly-Mel's Calendar System - by DerVVulfman - 12-16-2010, 04:52 AM
RE: Melly-Mel's Calendar System - by DerVVulfman - 06-22-2016, 04:55 PM
RE: Melly-Mel's Calendar System - by Habs11 - 02-21-2011, 10:06 PM
RE: Melly-Mel's Calendar System - by RosyPosy - 02-22-2011, 12:56 AM
RE: Melly-Mel's Calendar System - by DerVVulfman - 02-22-2011, 04:15 AM
RE: Melly-Mel's Calendar System - by Habs11 - 02-24-2011, 09:32 PM
RE: Melly-Mel's Calendar System - by BlackDragon 31 - 03-06-2011, 03:11 AM
RE: Melly-Mel's Calendar System - by DerVVulfman - 03-06-2011, 06:18 AM
RE: Melly-Mel's Calendar System - by habs11 - 03-07-2011, 06:46 AM
RE: Melly-Mel's Calendar System - by DerVVulfman - 08-13-2011, 03:41 AM
RE: Melly-Mel's Calendar System - by DerVVulfman - 01-25-2012, 04:38 AM
RE: Melly-Mel's Calendar System - by DerVVulfman - 06-03-2012, 03:38 AM
RE: Melly-Mel's Calendar System - by Yin - 01-26-2012, 03:18 PM
RE: Melly-Mel's Calendar System - by RosyPosy - 01-26-2012, 08:31 PM
RE: Melly-Mel's Calendar System - by TsunamiJurai - 12-01-2016, 10:53 AM
RE: Melly-Mel's Calendar System - by DerVVulfman - 12-02-2016, 04:31 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Super Simple Vehicle System - Enhanced DerVVulfman 65 83,259 06-02-2023, 06:16 PM
Last Post: Sujabes467
   Zenith Tactical Battle System Plus (ZTBS+) DerVVulfman 0 2,041 05-10-2022, 10:42 PM
Last Post: DerVVulfman
   Commercial System Package DerVVulfman 11 12,126 01-04-2020, 12:37 AM
Last Post: Pelip
   ACBS - Atoa Custom Battle System 3.2 Victor Sant 150 224,992 03-02-2019, 04:47 AM
Last Post: dragonprincess44
   DerVV's Simple Popup System DerVVulfman 4 10,970 10-08-2017, 04:53 PM
Last Post: DerVVulfman
   The Magey Mage's Spellbook System DerVVulfman 3 9,069 10-31-2016, 01:45 AM
Last Post: Noctis
   CTB - A Final Fantasy X-like Battle System, Version 3.2 Charlie Fleed 572 646,924 05-19-2016, 05:38 PM
Last Post: Starmage
   Mousie: The Mouse System DerVVulfman 67 101,504 07-19-2015, 11:18 PM
Last Post: yamina-chan
   Golden Sun Camera Battle System DerVVulfman 5 26,833 11-02-2014, 06:42 PM
Last Post: DerVVulfman
   Theolized Sideview Battle System TheoAllen 5 13,441 09-15-2014, 04:30 AM
Last Post: TheoAllen



Users browsing this thread: