Guest User

Untitled

a guest
Nov 22nd, 2015
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. [Instructions]
  2. ; most users will not need to make any changes to this file
  3. ; only change NewValue01 and NewValue02 (not NewValue00)
  4. ; do not change anything else or SSME will not work
  5. ; the recommended values will work well for most users
  6.  
  7. [Settings]
  8. GiveFirstBornToSheson=1
  9.  
  10. ; replace movaps with movups
  11. Location00=0x004BD832
  12. OldValue00=0x6086290F
  13. NewValue00=0x6086110F
  14.  
  15. ; 1st block
  16. Location01=0x00687E89
  17. ; old value = 256 MB
  18. OldValue01=0x00000200
  19. ; new value
  20. ; 0x00000200 = 256 MB
  21. ; 0x00000280 = 384 MB
  22. ; 0x00000300 = 512 MB (recommended)
  23. ; 0x00000380 = 640 MB
  24. ; 0x00000400 = 768 MB
  25. ; 0x00000480 = 896 MB
  26. ; 0x00000500 = 1024 MB (1 GB, will probably crash)
  27. NewValue01=0x00000300
  28.  
  29. ; 2nd block
  30. Location02=0x00A4E6BF
  31. ; old value = 256 MB
  32. OldValue02=0x10000000
  33. ; new value
  34. ; 0x10000000 = 256 MB (recommended)
  35. ; 0x18000000 = 384 MB
  36. ; 0x20000000 = 512 MB
  37. ; 0x28000000 = 640 MB
  38. ; 0x30000000 = 768 MB
  39. ; 0x38000000 = 896 MB
  40. ; 0x40000000 = 1024 MB (1 GB, will probably crash)
  41. NewValue02=0x10000000
Add Comment
Please, Sign In to add comment