Guest User

Untitled

a guest
Apr 24th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 KB | None | 0 0
  1. ; *** THIS FILE IS ENTIRELY OPTIONAL (harhar) ***
  2. ; the original command line options and settings by file will override anything in this ini
  3.  
  4. ; leave any items you don't want to set out of this ini file, or leave their values blank
  5.  
  6. ; console type
  7. ; valid values are: xenon, zephyr, falcon, jasper, jasper256, jasper512, trinity
  8. ; ie: type=falcon;
  9. type =
  10. ; put hexidecimal 1BL key here, or on command line, or in 1blkey.txt
  11. 1blkey = DD88AD0C9ED669E7B56794FB68563EFA
  12. ; put hexidecimal cpu key here or on command line, or in cpukey.txt
  13. cpukey =
  14. ; byte 0x21f of decrypted CF (also is the count of 0xF in fuse rows 7 and 8)
  15. cfldv =
  16. ; will patch clean smc similar to imgbuild script, ignored for -retail
  17. ; will do nothing but warn if the smc given is not in the built in list
  18. ; defaults to FALSE if not present
  19. patchsmc = true
  20.  
  21. ; the values below here represent the default values if the items are not present in the ini
  22. ; for number values, 0 is 'don't change' with the exception of dvdregion
  23. ; ******************************************************************************************
  24.  
  25. ; if a nand image is provided for per console files, this option set to true will allow the build process to ignore mobile/setting dats
  26. nomobile = false
  27. ; if a nand image is provided for per console files, this option set to true will allow the build process to ignore mobile/setting dats
  28. noremap = false
  29. ; if a nand image is provided for per console files and noremap is not set to true, this option set to true will remap blocks with ECD checksum errors
  30. noecdremap = false
  31.  
  32. ; will alter the input smc config target temp for CPU when fans are on auto, value is in Centigrade
  33. ; example: cputemp=60; sets 60C as the target temp for the auto fan speed algo
  34. cputemp = 62
  35. ; will alter the input smc config target temp for GPU when fans are on auto, value is in Centigrade
  36. ; example: gputemp=60; sets 60C as the target temp for the auto fan speed algo
  37. gputemp = 58
  38. ; will alter the input smc config target temp for EDRAM when fans are on auto, value is in Centigrade
  39. ; example: edramtemp=60; sets 60C as the target temp for the auto fan speed algo
  40. edramtemp = 56
  41. ; will alter the input smc config overheat/overload temp for CPU when fans are on auto, value is in Centigrade
  42. ; example: cputemp=60; sets 60C as the overheat/overload temp for the auto fan speed algo
  43. overcputemp = 85
  44. ; will alter the input smc config overheat/overload temp for GPU when fans are on auto, value is in Centigrade
  45. ; example: gputemp=60; sets 60C as the overheat/overload temp for the auto fan speed algo
  46. overgputemp = 80
  47. ; will alter the input smc config overheat/overload temp for EDRAM when fans are on auto, value is in Centigrade
  48. ; example: edramtemp=60; sets 60C as the overheat/overload temp for the auto fan speed algo
  49. overedramtemp = 80
  50.  
  51. ; will force CPU fan to run at this speed all the time, valid values are 0-100 in decimal
  52. ; example cpufan=80;
  53. cpufan =0
  54. ; will force GPU fan to run at this speed all the time, valid values are 0-100 in decimal
  55. ; example gpufan=80;
  56. gpufan =0
  57.  
  58. ; sets the video output mode, known values are 0x100 (NTSC) and 0x300 (PAL)
  59. avregion =
  60. ; this is a 16bit value that denotes the console's game region
  61. ; ie: gameregion = 0x00FF; would be a NTSC/US game region console
  62. gameregion =
  63. ; this is a 32 bit value that sets the consoles DVD region, 1-8 appear to be valid, there may be others for 'region free'
  64. dvdregion =
  65.  
  66. ; will alter the mac address in smc config, input hex value without any 0x for the 6 bytes
  67. ; example: macid=00:22:48:F1:01:02;
  68. macid =
Add Comment
Please, Sign In to add comment