Guest User

ModLoader64 Hi-Res

a guest
Jun 1st, 2020
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. INCREASE RESOLUTION
  2. Edit mupen64plus.cfg in .\ModLoader\emulator with these parameters;
  3.  
  4. [Video-General]
  5. # Use fullscreen mode if True, or windowed mode if False
  6. Fullscreen = False
  7. # Width of output window or fullscreen width
  8. ScreenWidth = 1600
  9. # Height of output window or fullscreen height
  10. ScreenHeight = "900"
  11. # If true, activate the SDL_GL_SWAP_CONTROL attribute
  12. VerticalSync = False
  13.  
  14. [Video-GLideN64]
  15. # Screen aspect ratio (0=stretch, 1=force 4:3, 2=force 16:9, 3=adjust)
  16. AspectRatio = 3
  17.  
  18. # Enable resulted image crop by Overscan.
  19. EnableOverscan = True
  20. # PAL mode. Left bound of Overscan
  21. OverscanPalLeft = 0
  22. # PAL mode. Right bound of Overscan
  23. OverscanPalRight = 0
  24. # PAL mode. Top bound of Overscan
  25. OverscanPalTop = 0
  26. # PAL mode. Bottom bound of Overscan
  27. OverscanPalBottom = 0
  28. # NTSC mode. Left bound of Overscan
  29. OverscanNtscLeft = 4
  30. # NTSC mode. Right bound of Overscan
  31. OverscanNtscRight = 4
  32. # NTSC mode. Top bound of Overscan
  33. OverscanNtscTop = 0
  34. # NTSC mode. Bottom bound of Overscan
  35. OverscanNtscBottom = 3
  36.  
  37.  
  38. INSTALL TEXTURE PACK
  39.  
  40. Your texture cache file will always need to be these exact names for OoT and MM respectively:
  41. THE LEGEND OF ZELDA_HIRESTEXTURES.htc
  42. ZELDA MAJORA'S MASK_HIRESTEXTURES.htc
  43.  
  44. Navigate to this directory by pasting it into your Windows explorer if you don't already know how to get there. If the cache directory does not exist, create it.
  45. %appdata%/Mupen64Plus/cache/
  46. Once your cache folder is created, paste your texture file in either .HTC or .HTS format with the proper naming as written above.
  47.  
  48. Edit mupen64plus.cfg in .\ModLoader\emulator with these parameters;
  49. txHiresEnable = True
  50. txHiresFullAlphaChannel = True
  51.  
  52. Save and you're good.
  53. 3DS Faithful Texture Pack
  54. https://drive.google.com/open?id=1zWBoniOcxxHGIzL_1Z-s2ZOPrRmaaff_
  55.  
  56. If using a .HTS texture file instead, you must enable these in the same .cfg file mentioned above.
  57. txEnhancedTextureFileStorage = True
  58. txHiresTextureFileStorage = True
Advertisement
Add Comment
Please, Sign In to add comment