Advertisement
KaosEngineer

evox.ini

Sep 15th, 2022
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. [Misc]
  2.  
  3. AutoLaunchGames = No
  4. AutoLaunchDVD = No
  5. DVDPlayer = "f:\apps\dvd2.0\default.xbe"
  6. AutoLaunchAudio = No
  7. #AudioPlayer = "c:\xboxdash.xbe"
  8. MSDashBoard = "c:\xboxdash.xbe"
  9. UseFDrive = Yes
  10. UseGDrive = Yes
  11. SkinName = SlaYers27
  12. #SkinName = RuDeDuDe2
  13. UseItems = No
  14. ScreenSaver = 5
  15. Fahrenheit = No
  16. ShadeLevel = 70
  17. EnableSMART = Yes
  18. HDD_Temp_ID = 194
  19. ChameleonLed = 15
  20. TSR_Type = 0
  21. IGR = Yes
  22. GameRegion = 0
  23.  
  24. [Network]
  25.  
  26. SetupNetwork = Yes
  27. StaticIP = No
  28. Ip = 192.168.100.10
  29. Subnetmask = 255.255.255.0
  30. Defaultgateway = 192.168.100.1
  31. DNS1 = 0.0.0.0
  32. DNS2 = 0.0.0.0
  33. SetupDelay = 0
  34. SkipIfNoLink = No
  35.  
  36. [Clock]
  37.  
  38. JumpToMsDash = No
  39. JumpIfNoLink = Yes
  40. Use24 = Yes
  41. SwapDate = Yes
  42. SNTP_Server = 73.158.5.1
  43.  
  44. [FTP]
  45.  
  46. Enable = Yes
  47. Password = xbox
  48.  
  49. [Telnet]
  50.  
  51. Enable = Yes
  52.  
  53. [RDTOOLS]
  54.  
  55. Enable = Yes
  56. Name = XBOX_V1.0
  57.  
  58. [BIOS]
  59.  
  60. #
  61. ROM = "EvoX 2.0",0x76fd88337b8d8c1f116f85f3984b98b6
  62. ROM = "EvoX 2.1",0x99487615bb30670cb65993388fcf2a63
  63. ROM = "EvoX 2.2",0x220ade778785cfc3c98bb5ea8bbd8608
  64. ROM = "EvoX 2.3",0xd79bc87c2caa1a50dcc7016adf2ccc0a
  65. ROM = "EvoX 2.4",0xe3ce66b99957a92fdac40af951c3f1fd
  66. #
  67. Flash = 0x01d5,"AMD - Am29F080B",0x100000
  68. Flash = 0x04d5,"FUJITSU - MBM29F080A",0x100000
  69. Flash = 0xadd5,"Hynix - HY29F080",0x100000
  70. Flash = 0x20f1,"ST - M29F080A",0x100000
  71. Flash = 0xbf61,"SST - 49LF020",0x40000
  72. #Flash = 0x378c,"AMIC - A29002",0x40000
  73. Current = 0x334c378f92ff2a8c6e5a5b0eef208ee7
  74.  
  75. [Skin_Original]
  76.  
  77. #
  78. # <Time> =
  79. # <IP> =
  80. # <Name>
  81. # <Version>
  82. # <CD>
  83. # <BIOSVer>
  84. # <KernelVer>
  85. # <RDName>
  86. # <SpaceC>
  87. # <SpaceE>
  88. # <SpaceF>
  89. # <SpaceX>
  90. # <SpaceY>
  91. # <SpaceZ>
  92. #
  93. Text = 30,37,0.5,0x000000,0,"<Time>"
  94. Text = 28,39,0.5,0x808080,0,"<Time>"
  95. Text = 620,420,0.5,0x000000,1,"<Name> V<Version>"
  96. Text = 618,422,0.5,0x808080,1,"<Name> V<Version>"
  97. Text = 620,37,0.5,0x000000,1,"<CD>"
  98. Text = 618,39,0.5,0x808080,1,"<CD>"
  99. Text = 30,420,0.5,0x000000,0,"RD Name : <RDName>"
  100. Text = 28,422,0.5,0x808080,0,"RD Name : <RDName>"
  101. LogoType= 0
  102.  
  103. [Menu]
  104.  
  105. Section "Root"
  106. {
  107. Item "Launch DVD",ID_Launch_DVD
  108. Item "Trainers",ID_trainer
  109. Item "MS Dashboard",ID_MS_Dash
  110. Item "Reboot",ID_Quick_Reboot
  111. # Item "Power Cycle",ID_Full_Reboot
  112. Item "Power Off",ID_Power_Off
  113. # Item "Lock Harddisk",@210
  114. # Item "Unlock Harddisk",@211
  115. Section "System Utils"
  116. {
  117. Item "Settings",ID_Settings
  118. Item "Flash BIOS",ID_Flash_Bios
  119. Item "Backup",ID_Backup
  120. Item "Skins",ID_Skins
  121. }
  122. Section "Launch Menu"
  123. {
  124. Section "Games"
  125. {
  126. AutoAddItem "e:\games\"
  127. AutoAddItem "f:\games\"
  128. SortAll
  129. }
  130. Section "Apps"
  131. {
  132. AutoAddItem "e:\apps\"
  133. AutoAddItem "f:\apps\"
  134. SortAll
  135. }
  136. }
  137. }
  138.  
  139. [Action_10]
  140.  
  141. LogFile = "f:\lock.log"
  142. Info "This function will lock your XBOX Harddisk"
  143. Warning "You will now lock your XBOX harddisk and will be able"
  144. Warning "to boot from an original XBOX bios"
  145. #
  146. hddlockenable
  147.  
  148. [Action_11]
  149.  
  150. LogFile = "f:\unlock.log"
  151. Info "This function will unlock your XBOX Harddisk"
  152. Warning "You will now unlock your XBOX harddisk and will not be able"
  153. Warning "to boot from an original XBOX bios"
  154. #
  155. hddlockdisable
  156.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement