Guest
Public paste!

TeamFSD Skinning How-To

By: a guest | Jun 17th, 2010 | Syntax: None | Size: 14.72 KB | Hits: 857 | Expires: Never
Copy text to clipboard
  1. **************************************************
  2. **                 About Scene                  **
  3. **                                              **
  4. **************************************************
  5.  
  6. Class Override:         ScnAbout
  7. Configurable:           No
  8. HideableScene:          No
  9.  
  10. Controls:
  11. XuiTextElement          Description
  12. XuiTextElement          SfcSbRev
  13. XuiTextElement          CbVer
  14. XuiTextElement          SkinVersion
  15. XuiTextElement          DashVersion
  16. XuiTextElement          BadBlocks
  17. XuiTextElement          NandSize
  18. XuiTextElement          HwVer
  19. XuiTextElement          SkinName
  20. XuiTextElement          MemberList1
  21.  
  22. SkinSettings:           None
  23.  
  24. **************************************************
  25. **              Avatar Renderer                 **
  26. **                                              **
  27. **************************************************
  28.  
  29. Class Override:         ScnAvatarRenderer
  30. Configurable:           Yes
  31. HideableScene:          No
  32.  
  33. Controls:
  34. XuiSlider               Rotation
  35. XuiControl              MissingAvatar
  36. XuiControl              AvatarShadow
  37. XuiProgressBar          AutoRotate
  38.  
  39. SkinSettings:
  40. INTERNALRES             large, small (large)
  41. PLAYWALKINANIM          true, false (false)
  42. PLAYERINDEX             1-4 (1)
  43. HIDEONERROR             true, false (false)
  44. AVATARSHADOW            missingonly, avataronly, both (both)
  45. AUTOROTATE              on, off (off)
  46. ANIMATIONINDEX          0 (0)
  47. ROTATION                0-360 (0)
  48.  
  49. **************************************************
  50. **                      Main                    **
  51. **                                              **
  52. **************************************************
  53.  
  54. Class Override:         ScnMain
  55. Configurable:           No
  56. HideableScene:          No
  57.  
  58. Controls:
  59. XuiControl              XBox360Games
  60. XuiControl              XBox1Games
  61. XuiControl              XBoxLiveArcade
  62. XuiControl              Homebrew
  63. XuiControl              Emulators
  64. XuiControl              Favourites
  65. XuiControl              RecentGames
  66.  
  67. SkinSettings:           None
  68.  
  69.  
  70. **************************************************
  71. **               Music Player                   **
  72. **                                              **
  73. **************************************************
  74.  
  75. Class Override:         ScnMusic
  76. Configurable:           No
  77. HideableScene:          No
  78.  
  79. Controls:
  80. XuiList                 MusicList
  81. XuiList                 PlayList
  82. XuiTextElement          PlayListTitle
  83. XuiControl              BackButton
  84. XuiControl              Play
  85. XuiControl              Shuffle
  86. XuiControl              Repeat
  87. XuiControl              Next
  88. XuiControl              Previous
  89.  
  90. SkinSettings:           None
  91.  
  92. **************************************************
  93. **               Video Player                   **
  94. **                                              **
  95. **************************************************
  96.  
  97. Class Override:         ScnVideo
  98. Configurable:           No
  99. HideableScene:          No
  100.  
  101. Controls:
  102. XuiList                 VideoList
  103. XuiVideo                Video
  104. XuiVideo                FullScreenVideo
  105. XuiVideo                Normal
  106. XuiVideo                StretchARC
  107. XuiVideo                Stretch
  108. XuiControl              BackButton
  109. XuiControl              Sort
  110. XuiControl              Play
  111. XuiControl              Select
  112. XuiControl              FullScreenVideoBG
  113. XuiControl              Btn_Pause
  114. XuiControl              Btn_PrevChapter
  115. XuiControl              Btn_RW
  116. XuiControl              Btn_Stop
  117. XuiControl              Btn_FF
  118. XuiControl              Btn_NextChapter
  119. XuiControl              Btn_AR
  120. XuiControl              Btn_Vol
  121. XuiControl              Btn_Subtitles
  122. XuiControl              Btn_Info
  123. XuiControl              ButtonBackdrop
  124. XuiTextElement          AudioChannels
  125. XuiTextElement          AudioSR
  126. XuiTextElement          AudioBR
  127. XuiTextElement          VideoWidth
  128. XuiTextElement          VideoHeight
  129. XuiTextElement          VideoFR
  130. XuiTextElement          VideoDuration
  131.  
  132. XuiTextElement          ButtonType
  133. XuiTextElement          MovieTitle
  134. XuiTextElement          VideoCount
  135.  
  136.  
  137. SkinSettings:           None
  138.  
  139.  
  140. **************************************************
  141. **               Nand Flasher                   **
  142. **                                              **
  143. **************************************************
  144.  
  145. Class Override:         ScnNandFlasher
  146. Configurable:           No
  147. HideableScene:          No
  148.  
  149. Controls:
  150. XuiEdit                 Log
  151. XuiControl              DumpNand
  152. XuiControl              WriteNand
  153. XuiControl              FlashXell
  154. XuiControl              FlashRebooter
  155. XuiControl              FlashRebooterPatches
  156. XuiControl              EraseMU
  157. XuiCheckbox             FullDump
  158. XuiCheckbox             WriteOnlyData
  159. XuiControl              Back
  160. XuiProgressBar          ProgressBar
  161.  
  162. SkinSettings:           None
  163.  
  164. **************************************************
  165. **               File Browser                   **
  166. **                                              **
  167. **************************************************
  168.  
  169. Class Override:         ScnFileBrowser
  170. Configurable:           No
  171. HideableScene:          No
  172.  
  173. Controls:
  174. XuiList                 FileList
  175. XuiTextElement          TitleText
  176. XuiTextElement          CopyText
  177. XuiControl              BackButton
  178. XuiControl              Copy
  179. XuiControl              Cut
  180. XuiControl              Paste
  181. XuiControl              Rename
  182. XuiControl              Delete
  183. XuiControl              MakeDir
  184. XuiControl              SelectDir
  185. XuiControl              PasteDir
  186. XuiVideo                Video
  187.  
  188. SkinSettings:           None
  189.  
  190.  
  191. **************************************************
  192. **               File Operation                 **
  193. **                                              **
  194. **************************************************
  195.  
  196. Class Override:         ScnFileOp
  197. Configurable:           No
  198. HideableScene:          No
  199.  
  200. Controls:
  201. XuiTextElement          From
  202. XuiTextElement          To
  203. XuiTextElement          FileCount
  204. XuiTextElement          SizeCompletion
  205. XuiTextElement          PercentComplete
  206. XuiTextElement          TransferSpeed
  207. XuiTextElement          CurrentFile
  208. XuiTextElement          FileSizeComplete
  209. XuiTextElement          FilePercentComplete
  210. XuiTextElement          ETA
  211. XuiTextElement          Stats
  212. XuiTextElement          Title
  213. XuiControl              Cancel
  214. XuiProgressBar          Sub1Progress
  215. XuiProgressBar          Sub2Progress
  216.  
  217.  
  218. SkinSettings:           None
  219.  
  220. **************************************************
  221. **         Option:  Choose Skin                 **
  222. **                                              **
  223. **************************************************
  224.  
  225. Class Override:         ScnOptionsChooseSkin
  226. Configurable:           No
  227. HideableScene:          No
  228.  
  229. Controls:
  230. XuiList                 Skin
  231. XuiControl              ReloadSkin
  232.  
  233. SkinSettings:           None
  234.  
  235. **************************************************
  236. **         Option:  GameList                    **
  237. **                                              **
  238. **************************************************
  239.  
  240. Class Override:         ScnOptionsGameList
  241. Configurable:           No
  242. HideableScene:          No
  243.  
  244. Controls:
  245. XuiControl              Reset
  246. XuiCheckBox             UseBackgrounds
  247. XuiCheckBox             UsePreviewVideos
  248. XuiCheckBox             PCEnable
  249. XuiCheckBox             SemiTransparent
  250. XuiCheckBox             Covers
  251.  
  252. SkinSettings:           None
  253.  
  254. **************************************************
  255. **         Option: Main Screen                  **
  256. **                                              **
  257. **************************************************
  258.  
  259. Class Override:         ScnOptionsMainScreen
  260. Configurable:           No
  261. HideableScene:          No
  262.  
  263. Controls:
  264. XuiCheckBox             EnableAvatars
  265. XuiCheckBox             EnableRSS
  266. XuiCheckBox             DisplayStatus
  267. XuiCheckBox             DisplayIP
  268. XuiCheckBox             DisplayDisk
  269. XuiCheckBox             DisplayCelsius
  270. XuiCheckBox             DisplayTemp
  271. XuiList                 DateFormat
  272. XuiList                 TimeFormat
  273.  
  274. SkinSettings:           None
  275.  
  276.  
  277. **************************************************
  278. **         Option: System Settings              **
  279. **                                              **
  280. **************************************************
  281.  
  282. Class Override:         ScnOptionsSystemSettings
  283. Configurable:           No
  284. HideableScene:          No
  285.  
  286. Controls:
  287. XuiSlider               HorizOverscan
  288. XuiSlider               VertOverscan
  289. XuiSlider               FanSpeed
  290. XuiTextElement          HorizontalOverscanText
  291. XuiTextElement          VerticalOverscanText
  292. XuiTextElement          FanSpeedText
  293. XuiList                 LedType
  294.  
  295. SkinSettings:           None
  296.  
  297. **************************************************
  298. **               Pick Path                      **
  299. **                                              **
  300. **************************************************
  301.  
  302. Class Override:         ScnPickPath
  303. Configurable:           No
  304. HideableScene:          No
  305.  
  306. Controls:
  307. XuiControl              BtnUsb
  308. XuiControl              BtnHDD
  309.  
  310. SkinSettings:           None
  311.  
  312. **************************************************
  313. **               PopupWindow                    **
  314. **                                              **
  315. **************************************************
  316.  
  317. Class Override:         ScnPopup
  318. Configurable:           Yes
  319. HideableScene:          Yes
  320.  
  321. Controls:
  322. XuiControl              ToggleButton
  323. XuiControl              ShowButton
  324. XuiControl              HideButton
  325.  
  326. SkinSettings:          
  327. INITSHOWN               TRUE, FALSE (FALSE)
  328.  
  329. **************************************************
  330. **               Profile Scene                  **
  331. **                                              **
  332. **************************************************
  333.  
  334. Class Override:         ScnProfile
  335. Configurable:           Yes
  336. HideableScene:          Yes
  337.  
  338. Controls:
  339. XuiTextElement          GamerTag
  340. XuiTextElement          GamerScore
  341.  
  342.  
  343. SkinSettings:          
  344. PLAYERID                1-4 (1)
  345. GAMERPICDISPLAYER       TRUE, FALSE (FALSE)
  346.  
  347. **************************************************
  348. **               Quick Game View                **
  349. **                                              **
  350. **************************************************
  351.  
  352. Class Override:         ScnQuickGameView
  353. Configurable:           Yes
  354. HideableScene:          Yes
  355.  
  356. Controls:
  357. XuiList                 GameList
  358. XuiImageElement         Cover
  359. XuiImageElement         Background
  360. XuiImageElement         GameBanner
  361. XuiImageElement         Slot
  362. XuiImageElement         GameIcon
  363. XuiTextElement          Description
  364. XuiTextElement          Genre
  365. XuiTextElement          GameTitle
  366. XuiTextElement          Title
  367. XuiTextElement          TitleText
  368. XuiControl              SlotScene
  369. XuiControl              LaunchButton
  370. XuiControl              CloseButton
  371. XuiControl              EjectButton
  372. XuiControl              ToggleFavButton
  373. XuiControl              AddFavButton
  374. XuiControl              RemoveFavButton
  375.  
  376. SkinSettings:          
  377. NOICONPATH              "path" (NULL)
  378. HIDEEMPTYICON           TRUE, FALSE (FALSE)
  379. MODE                    DVD, RECENT, LIST (DVD)
  380. RECENTINDEX             0-x, (0)
  381. BACKGROUNDFOCUSSYNC     ON, OFF (OFF)
  382. FORCEBOOTDETECT         TRUE, FALSE (FALSE)
  383.  
  384.  
  385. **************************************************
  386. **               RSS Reader Scene               **
  387. **                                              **
  388. **************************************************
  389.  
  390. Class Override:         ScnRssReader
  391. Configurable:           Yes
  392. HideableScene:          Yes
  393.  
  394. Controls:
  395. XuiHtmlElement          FeedTitle
  396. XuiHtmlElement          ItemTitle
  397. XuiHtmlElement          ItemDescription
  398. XuiHtmlElement          ItemDate
  399. XuiHtmlElement          ItemComplete
  400.  
  401. SkinSettings:           None
  402.  
  403. Animation KeyFrames:    Start, LoopFeed
  404.  
  405.  
  406. **************************************************
  407. **               System Info                    **
  408. **                                              **
  409. **************************************************
  410.  
  411. Class Override:         ScnSysInfo
  412. Configurable:           Yes
  413. HideableScene:          Yes
  414.  
  415. Controls:
  416. XuiTextElement          textData
  417. XuiTextElement          textTime
  418. XuiTextElement          textDateTime
  419. XuiTextElement          textCPUTemp
  420. XuiTextElement          textGPUTemp
  421. XuiTextElement          textMBTemp
  422. XuiTextElement          textRAMTemp
  423. XuiTextElement          CurrentStatus
  424. XuiTextElement          textIPAddress
  425. XuiTextElement          textHDD1
  426. XuiTextElement          textMU0
  427. XuiTextElement          textUSB0
  428. XuiTextElement          textUSB1
  429. XuiTextElement          textSMC
  430. XuiTextElement          textTilt
  431. XuiTextElement          textTrayState
  432. XuiTextElement          textAVPack
  433. XuiTextElement          textFreeRam
  434. XuiTextElement          textUsedRam
  435. XuiTextElement          textTotalRam
  436. XuiTextElement          HDD1Total
  437. XuiTextElement          MU0Total
  438. XuiTextElement          USB0Total
  439. XuiTextElement          USB1Total
  440. XuiImageElement         iconData
  441. XuiImageElement         iconTime
  442. XuiImageElement         iconDateTime
  443. XuiImageElement         iconCPUTemp
  444. XuiImageElement         iconGPUTemp
  445. XuiImageElement         iconMBTemp
  446. XuiImageElement         iconRAMTemp
  447. XuiImageElement         CurrentStatus
  448. XuiImageElement         iconIPAddress
  449. XuiImageElement         iconHDD1
  450. XuiImageElement         iconMU0
  451. XuiImageElement         iconUSB0
  452. XuiImageElement         iconUSB1
  453. XuiImageElement         iconSMC
  454. XuiImageElement         iconTilt
  455. XuiImageElement         iconTrayState
  456. XuiImageElement         iconAVPack
  457. XuiImageElement         iconFreeRam
  458. XuiImageElement         iconUsedRam
  459. XuiImageElement         iconTotalRam
  460. XuiProgressBar          CPUGraph
  461. XuiProgressBar          GPUGraph
  462. XuiProgressBar          MBGraph
  463. XuiProgressBar          RAMGraph
  464. XuiProgressBar          HDD1Graph
  465. XuiProgressBar          MU0Graph
  466. XuiProgressBar          USB0Graph
  467. XuiProgressBar          USB1Graph
  468.  
  469. SkinSettings:          
  470. OVERRIDETEMPLABEL       TRUE, FALSE (FALSE)
  471. OVERRIDETEMPUNIT        TRUE, FALSE (FALSE)
  472. DISABLEIPICON           TRUE, FALSE (TRUE)
  473. OVERRIDESTORAGELABEL    TRUE, FALSE (FALSE)
  474. OVERRIDESTORAGEUNIT     TRUE, FALSE (FALSE)
  475. UNMOUNTEDTEXT           NULL, "text" (NULL)
  476. NOICONUNMOUNTED         TRUE, FALSE (FALSE)
  477. NOGRAPHUNMOUNTED        TRUE, FALSE (FALSE)
  478. PERCENTTODISPLAY        USED, FREE (USED)
  479. STORAGETODISPLAY        USED, FREE (FREE)
  480. STORAGEUNITLOCATION     FIRST, SECOND, BOTH, NONE (SECOND)
  481.  
  482. **************************************************
  483. **               Canvas Configurator            **
  484. **                                              **
  485. **************************************************
  486.  
  487. Class Override:         ScnCanvasConfig
  488. Configurable:           No
  489. HideableScene:          No
  490.  
  491. Controls:
  492. XuiList                 BackgroundListA
  493. XuiList                 BackgroundListB
  494. XuiImageElement         BackgroundPreviewA
  495. XuiImageElement         BackgroundPreviewB
  496. XuiImageElement         BkgFullscreenA
  497. XuiImageElement         BkgFullscreenB
  498. XuiTextElement          CurrentBkgNameA
  499. XuiTextElement          CurrentBkgNameB
  500. XuiTextElement          NewBkgNameA
  501. XuiTextElement          NewBkgNameB
  502. XuiControl              Animation0
  503. XuiControl              Animation1
  504. XuiControl              Animation2
  505. XuiControl              Animation3
  506. XuiControl              ApplyChanges
  507. XuiCheckBox             EnableAnimation0
  508. XuiCheckBox             EnableAnimation1
  509. XuiCheckBox             EnableAnimation2
  510. XuiCheckBox             EnableAnimation3
  511. XuiCheckBox             EnableSlideshow
  512. XuiCheckBox             EnableRandom
  513.  
  514.  
  515. SkinSettings:           None
  516.  
  517. **************************************************
  518. **               Canvas Presenter               **
  519. **                                              **
  520. **************************************************
  521.  
  522. Class Override:         ScnCanvasPresenter
  523. Configurable:           Yes
  524. HideableScene:          No
  525.  
  526. Controls:
  527. XuiImageElement         BackgroundA
  528. XuiImageElement         BackgroundB
  529. XuiControl              Animation0
  530. XuiControl              Animation1
  531. XuiControl              Animation2
  532. XuiControl              Animation3
  533.  
  534. SkinSettings:          
  535. BKGAPATH                "path" (NULL)
  536. BKGBPATH                "path" (NULL)
  537. SHOWANIM0               TRUE, FALSE (TRUE)
  538. SHOWANIM1               TRUE, FALSE (TRUE)
  539. SHOWANIM2               TRUE, FALSE (TRUE)
  540. SHOWANIM3               TRUE, FALSE (TRUE)
  541. MANAGER                 LINKED, UNLINKED (UNLINKED)
  542.  
  543. **************************************************
  544. **               Tab Configurator               **
  545. **                                              **
  546. **************************************************
  547.  
  548. Class Override:         ScnTabConfig
  549. Configurable:           No
  550. HideableScene:          No
  551.  
  552. Controls:
  553. XuiList                 BkgVisualList
  554. XuiList                 IconVisualList
  555. XuiList                 ReflectionVisualList
  556. XuiImageElement         BkgPreviewImage
  557. XuiImageElement         IconPreviewImage
  558. XuiImageElement         ReflectionPreviewImage
  559. XuiImageElement         ContentTab_Background
  560. XuiImageElement         ContentTab_Reflection
  561. XuiTextElement          BackgroundName
  562. XuiTextElement          BkgListCounter
  563. XuiTextElement          BkgListCounterTotal
  564. XuiTextElement          IconName
  565. XuiTextElement          IconListCounter
  566. XuiTextElement          IconListCounterTotal
  567. XuiTextElement          ReflectionName
  568. XuiTextElement          ReflectionListCounter
  569. XuiTextElement          ReflectionListCounterTotal
  570. XuiTextElement          MainRedValue
  571. XuiTextElement          MainGreenValue
  572. XuiTextElement          MainBlueValue
  573. XuiTextElement          MainAlphaValue
  574. XuiTextElement          ReflectRedValue
  575. XuiTextElement          ReflectGreenValue
  576. XuiTextElement          ReflectBlueValue
  577. XuiTextElement          ReflectAlphaValue
  578. XuiTextElement          BkgVisualStat
  579. XuiTextElement          IconVisualStat
  580. XuiTextElement          ReflectVisualStat
  581. XuiTextElement          MainTextColorStat
  582. XuiTextElement          ReflectTextColorStat
  583. XuiTextElement          AnimationStateStat
  584. XuiTextElement          GradientStateStat
  585. XuiTextElement          IconStateStat
  586. XuiTextElement          VisualName
  587. XuiTextElement          VisualDescription
  588. XuiTextElement          ContentTab_MainText
  589. XuiTextElement          ContentTab_ReflectionText
  590. XuiTextElement          RandomStatus
  591. XuiSlider               MainRed
  592. XuiSlider               MainGreen
  593. XuiSlider               MainBlue
  594. XuiSlider               MainAlpha
  595. XuiSlider               ReflectRed
  596. XuiSlider               ReflectGreen
  597. XuiSlider               ReflectBlue
  598. XuiSlider               ReflectAlpha
  599. XuiControl              ContentTab_Icon
  600. XuiControl              ContentTab_Animation
  601. XuiControl              ContentTab_Gradient
  602. XuiControl              SelectTab
  603. XuiControl              ApplyTabChange
  604. XuiControl              SaveChanges
  605. XuiControl              ApplyToMenu
  606. XuiControl              ApplyToDash
  607. XuiControl              Randomize
  608.  
  609. SkinSettings:           None
  610.  
  611. **************************************************
  612. **               Tab Presenter                  **
  613. **                                              **
  614. **************************************************
  615.  
  616. Class Override:         ScnTabPresenter
  617. Configurable:           Yes
  618. HideableScene:          No
  619.  
  620. Controls:
  621. XuiTextElement          ParentIndex
  622. XuiTextElement          ChildIndex
  623. XuiTextElement          ContentTab_MainText
  624. XuiTextElement          ContentTab_ReflectionText
  625. XuiImageElement         ContentTab_Background
  626. XuiImageElement         ContentTab_Reflection
  627. XuiControl              ContentTab_Icon
  628. XuiControl              ContentTab_Gradient
  629. XuiControl              ContentTab_Animation
  630.  
  631. SkinSettings:          
  632. PRESENTER               ACTIVE, PREVIEW. LOADED (ACTIVE)