Advertisement
Jousway

I'm being silly

May 11th, 2011
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [ScreenOptionsService]
  2. ShowHeader=true
  3.  
  4. # ScreenOptionsSystemDirection"
  5.  
  6. LineNames="13,14,15,4,Credits,1"
  7. # LineNames="SystemDirection,1,2,Sync,13,3,10,11,4,12,6,5,Theme,8,9"
  8. Line1="gamecommand;screen,ScreenMapControllers;name,Key Mappings"
  9. Line2="gamecommand;screen,ScreenTestInput;name,Test Input"
  10. Line13="gamecommand;screen,ScreenSelectGame;name,Game Options"
  11. Line3="gamecommand;screen,ScreenAppearanceOptions;name,Appearance Options"
  12. Line4="gamecommand;screen,ScreenOptionsSound;name,Audio Options"
  13. Line14="gamecommand;screen,ScreenOptionsGraphics;name,Graphics Options"
  14. Line15="gamecommand;screen,ScreenOptionsVideo;name,Video Options"
  15. Line5="gamecommand;screen,ScreenOptionsAdvanced;name,Advanced Options"
  16. Line10="gamecommand;screen,ScreenOptionsUI;name,UI Options"
  17. Line11="gamecommand;screen,ScreenOptionsInput;name,Input Options"
  18. Line12="gamecommand;screen,ScreenOptionsArcade;name,Arcade Options"
  19. Line6="gamecommand;screen,ScreenNetworkOptions;name,Network Options"
  20. Line8="gamecommand;screen,ScreenOptionsManageProfiles;name,Profiles"
  21. Line9="gamecommand;screen,ScreenReloadSongs;name,Reload Songs"
  22. LineCredits="gamecommand;screen,ScreenCredits;name,Credits"
  23.  
  24. [ScreenCredits]
  25. ShowHeader=true
  26. PrepareScreen=
  27. Fallback="ScreenOptionsService"
  28. NextScreen="ScreenOptionsService"
  29. PrevScreen="ScreenOptionsService"
  30.  
  31. [ScreenSelectGame]
  32. ShowHeader=true
  33. Fallback="ScreenOptionsServiceChild"
  34. NextScreen="ScreenOptionsService"
  35. PrevScreen="ScreenOptionsService"
  36. LineNames="1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45"
  37. Line1="conf,Game"
  38. Line2="conf,Theme"
  39. Line3="conf,DefaultNoteSkin"
  40. Line4="conf,Center1Player"
  41. Line5="conf,ScoringType"
  42. Line6="conf,TimingWindowScale"
  43. Line7="conf,LifeDifficulty"
  44. Line8="lua,GamePrefDefaultFail()"
  45. # Line8="conf,DefaultFailType"
  46. Line9="conf,AllowW1"
  47. Line10="conf,HiddenSongs"
  48. Line11="conf,EasterEggs"
  49. Line12="conf,AllowExtraStage"
  50. Line13="conf,UseUnlockSystem"
  51. Line14="conf,AutogenSteps"
  52. Line15="conf,AutogenGroupCourses"
  53. Line16="conf,FastLoad"
  54. Line17="conf,Language"
  55. Line18="conf,Announcer"
  56. Line19="conf,PercentageScoring"
  57. Line20="conf,RandomBackgroundMode"
  58. Line21="conf,BGBrightness"
  59. Line22="conf,ShowDancingCharacters"
  60. Line23="conf,ShowBeginnerHelper"
  61. Line24="conf,NumBackgrounds"
  62. Line25="conf,DancePointsForOni"
  63. Line26="conf,MenuTimer"
  64. Line27="conf,MusicWheelUsesSections"
  65. Line28="conf,ShowBanners"
  66. Line29="conf,ShowCaution"
  67. Line30="conf,ShowDanger"
  68. Line31="conf,ShowInstructions"
  69. Line32="conf,ShowLyrics"
  70. Line33="conf,ShowNativeLanguage"
  71. Line34="conf,ShowSongOptions"
  72. Line35="conf,AutoMapOnJoyChange"
  73. Line36="conf,OnlyDedicatedMenuButtons"
  74. Line37="conf,DelayedBack"
  75. Line38="conf,ArcadeOptionsNavigation"
  76. Line39="conf,MusicWheelSwitchSpeed"
  77. Line40="conf,GetRankingName"
  78. Line41="conf,CoinMode"
  79. Line42="conf,SongsPerPlay"
  80. Line43="conf,CoinsPerCredit"
  81. Line44="conf,Premium"
  82. Line45="conf,EventMode"
  83.  
  84. [ScreenOptionsGraphics]
  85. ShowHeader=true
  86. Fallback="ScreenOptionsServiceChild"
  87. NextScreen="ScreenOptionsService"
  88. PrevScreen="ScreenOptionsService"
  89. LineNames="1,2,3,4,5,6,7,8,9"
  90. Line1="conf,HighResolutionTextures"
  91. Line2="conf,MaxTextureResolution"
  92. Line3="conf,TextureColorDepth"
  93. Line4="conf,MovieColorDepth"
  94. Line5="conf,SmoothLines"
  95. Line6="conf,CelShadeModels"
  96. Line7="conf,DelayedTextureDelete"
  97. Line8="conf,ShowStats"
  98. Line9="conf,ShowBanners"
  99.  
  100. [ScreenOptionsVideo]
  101. ShowHeader=true
  102. Fallback="ScreenOptionsServiceChild"
  103. NextScreen="ScreenOptionsService"
  104. PrevScreen="ScreenOptionsService"
  105. LineNames="1,2,3,4,5,6,7"
  106. Line1="conf,Windowed"
  107. Line2="conf,DisplayResolution"
  108. Line3="conf,DisplayAspectRatio"
  109. Line4="conf,DisplayColorDepth"
  110. Line5="conf,RefreshRate"
  111. Line6="conf,Vsync"
  112. Line7="conf,VisualDelaySeconds"
  113.  
  114. [ScreenOptionsSound]
  115. ShowHeader=true
  116. Fallback="ScreenOptionsServiceChild"
  117. NextScreen="ScreenOptionsService"
  118. PrevScreen="ScreenOptionsService"
  119. LineNames="1,2,3,4"
  120. Line1="conf,AttractSoundFrequency"
  121. Line2="conf,SoundVolume"
  122. Line3="conf,EnableAttackSounds"
  123. Line4="conf,EnableMineHitSound"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement