PDA

View Full Version : Error(s?) in SageMC 16x9 6.20


hammondr
10-22-2006, 07:29 PM
Can be fixed in Studio:

In the "SageMC Options" menu, Before MenuUnload:
PlaySounds = GetProperty("sagemc/play_sounds", false))
should be
PlaySounds = GetProperty("sagemc/play_sounds", false)

I've seen a few other errors, and I'll post those when I come across them.

hammondr
10-28-2006, 11:47 AM
Search the 6.20a SageMC16x9 XML file for "$ClockK:mm a", and change it to "$Clockh:mm a". The current format (K:mm a) shows "0:15 a" at 12:15am and 12:15pm when using the multiline clock format. Changing the K to an h in the clock format shows the correct hour as "12".

"K" in the clock format shows the hour as 0-11. "h" in the clock format shows the hour as 1-12, which it should be in this case.