Jump to content
RealModScene

stevewen89

Members
  • Content Count

    2
  • Joined

  • Last visited

Community Reputation

0 Neutral

About stevewen89

  • Rank
    RMS Freshman
  1. Thank jrobiche, that worked perfectly. I found the Enums.lua file in the Aurora/Media/Scripts/Content directory to reference. The only issue I'm having is waiting for the disc to initialize. Right now I'm using a hardcoded wait of 16 seconds to give the drive enough time. Dvd.GetMediaType() returns a 0 (none) until the disc is initialized. The system definitely knows when the disc is ready because there's a notification that pops up. I haven't had any luck finding the function to call to check the status of a disc initialization, any ideas? Where did you find how to use those functions? I couldn't find them documented anywhere.
  2. I'm looking for a way to get the state of the disc drive (reading, empty, initialized, (maybe 360 vs classic vs dvd), etc.). I looking for additional information on "DvdMediaType" and the "DiscTitle flag" that was mentioned in the release notes from 0.7b. "DvdTrayState" is in the github readme, and I was able to implement that function (Aurora.GetDVDTrayState()), but DvdMediaType isn't in the readme, and doesn't appear to be accessible by calling Aurora.GetDVDMediaType(). Maybe there's an even better function to invoke, I'm open to suggestions. Aurora 0.7b Released! NOVA Included... Utility Scripts engine improvements There have been some requests on the forums to add functionality to the Utility Scripts engine. The following items from the changelog reflect some of the changes: (Added) DvdTrayState and DvdMediaType enums to enums.lua (Added) DiscTitle flag to available ContentFlags in enums.lua
×
×
  • Create New...