; startup xbox debug monitor (needs sdk installed) startDebug = 0 ; enable igr igrEnabled = 1 ; display flubber anim doStartupAnimation = 1 ; do dvd drive check doDvdDriveCheck = 0 ; do not reset when pressing on eject noResetOnEject = 1 ; 255 characters max here, format is :.xbe, e.g. "f:dashes\avalaunch.xbe" dash1Name = c:avalaunch.xbe dash2Name = C:xbmc.xbe dash3Name = c:unleashx.xbe dash4Name = c:xbmc.xbe dash5Name = c:xboxdash.xbe ; the xbe name of the title image loaded from dvd on startup, 16 chars max! dvdBootXbeName = default.xbe ; logo colors colorXlip = ff000100 colorXlipHighlights = ff4b9b4b colorInnerWalls = ff216a17 colorInnerGlow = ffcbdf01 colorXboxText = ff62ca13 ; patch away xbox live connectivity code patchXboxLive = 1 ; if 1 then system runs on error if clock is invalid clockErrorCheck = 0 ; flubber (blob) colors colorBlob = ff26ff3f colorBlobGlow = 00a0ff40 colorGreenFog = 00a0ff60 colorFogGlowStart = ff00ff00 colorFogGlowEnd = 009fff66 ; 3 scene colors ; ambient colorFlubberScene1 = ff35ff19 ; diffuse colorFlubberScene2 = ff35ff19 ; specular colorFlubberScene3 = ff35ff19 ; do random flubber randomFlubber = 0 ; flubber animation number, 0 - 14 flubberAnimationNumber = 2 ; speed of xbox fan, value 10 equals 20%, value 50 equals 100% fanSpeed = 10 ; display flubber blob in wireframe mode flubberWireFrame = 0 ; display the TM logo displayTmLogo = 1 ; define the xbox logo background color xLogoBackgroundColor = ff000000 ; enable VGA patch (currently not working) enableVgaPatch = 0 ; stop bios to boot DVDs disableCdromBoot = 0 ; xbox LED color, 0 = off, 15 = green, 240 = red, 255 = orange, 83 = cycle ledColor = 15 ; blob radius * 10 blobRadius = 23 ; do blob "pulse" blobPulse = 1 ; do fast animation fastAni = 0 ; apply interlace filter on startup iFilter = 0 ; enable transparency on mslogo msLogoTransEn = 1 ; ms logo transparency color msLogoTransColor = 00ff00f6 ; no flubber machinery noFlubBg = 0 ; no startup sound noSound = 0 ; show ms logo showMsEn = 1 ; show x logo showXEn = 1 ; do spikey blob spikeyBlob = 0 ; slow motion blob (ugly) slowMoBlob = 0 ; release all debug monitor memory after launching xbe useAllMemory = 0 ; no x logo light noLightEn = 0 ; color of x logo light xLightColor = ff000000