RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. texture packs
    Log in to post
    • All categories
    • M

      lr-dolphin custom textures on pi 5

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support lr-dolphin texture packs
      7
      0 Votes
      7 Posts
      794 Views
      M

      @mitu It worked. Thank you!

    • AddisonA

      Texture packs for N64

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support n64 texture packs emulation
      9
      0 Votes
      9 Posts
      6k Views
      AddisonA

      @WhiteT982

      Haven't made my way yet to N64.

      Still trying to settle the texture packs for the NES.

      Thanks for the folder directory location though.

      It will be easier now that I know where those will go.

    • W

      mupen64plus high res texture pack issues

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retropie 4.7.1 mupen64plus gliden64-hires texture packs raspi4
      2
      0 Votes
      2 Posts
      2k Views
      shavecatS

      @web458
      Try this two -
      https://retropie.org.uk/forum/topic/27542/n64-lr-mupen64plus-next-hi-resolution-texture/4

      https://retropie.org.uk/forum/topic/24762/n64-texture-packs-htc/13

      u will have the answer ;)

    • L

      Pixelated N64, Glide64 doesn't launch games, Glide64-hires is missing

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support gliden64 texture packs pixelated n64
      2
      0 Votes
      2 Posts
      542 Views
      dankcushionsD

      @llllllllllllll you can adjust the resolution factor in -next via https://retropie.org.uk/docs/RetroArch-Core-Options/#setting-core-options

    • KN4THXK

      N64 High Res Packs

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming high res n64 texture packs
      2
      0 Votes
      2 Posts
      357 Views
      R

      @KN4THX I had issues when converting with the specific folder name png files, Instead I installed retroarch on my android Ised the same core Next and then I just uploaded the generated HTC file the cache folder, ensure that you have the HighRes options enabled on the options

    • M

      Texture Packs not working

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support texture packs n64 emulator retropie 4.3
      1
      0 Votes
      1 Posts
      504 Views
      No one has replied
    • retrocakeR

      Texture loading for OOC stalls around 700MB, system appears to freezes

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support texture packs zelda n64 gliden64 gliden64-hires
      1
      0 Votes
      1 Posts
      670 Views
      No one has replied
    • P

      High Res. Textures w/ "lr-mupen64plus"?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support n64 lr-mupen64plus texture packs high-res
      2
      0 Votes
      2 Posts
      1k Views
      E

      Hi,

      I'm trying to do this but I can't, and just found this post with no answers.

      I can use hi-res textures with mupen64plus-gles2rice-highres and mupen64plus-GLindeN64-highres only:
      · For gles2rice and GLindeN64 you must put the images (.PNGs) in /home/pi/.local/share/mupen64plus/hires_texture
      · For lr-mupen64plus I found somewhere that you must use the .htc file generated by some Windows emulator, but I found that file also in Retropie inside /home/pi/.cache/mupen64plus/cache which has been created by GLindeN64 (at least with Super Mario and Mario Kart because others not) but I don't know where to put it. I've read it should be in the "cache folder", but defining it with RGUI and putting /home/pi/.cache/mupen64plus/cache folder, doesn't work...
      · For mupen64plus-gles2n64 some works but others not.
      · For lr-parallel-n64 and mupen64plus-videocore I don't know if you can use hi-res textures.

      Any ideas?

    • M

      High Resolution Textures not loading in GLideN64

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support hi-res gliden64 gles2rice texture packs textures
      2
      0 Votes
      2 Posts
      1k Views
      M

      I've figured it out, after clean reinstalling Retropie all is working fine.
      When I go to Retropie Setup and only update mupen64plus via core/main packages (didn't remeber the exactly one) the same issue comes back.

      Anyone has an idea ?

      Update: Ok i keep it up testing and there is one more thing.
      If i did'nt update all works fine. After that i manual edited the mupen64plus.sh to that one which is used after updated mupen64plus package. From here the issue comes back again.
      So it seems, there is a bug in the new mupen64plus.sh handeling the texture packages.

    • M

      Need help with adding n64 texture packs.

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retro pie mupen64plus mupen64plus.cfg texture packs
      6
      0 Votes
      6 Posts
      5k Views
      L

      @hooperre Yes. I added this to the very bottom of my mupen64plus.cfg file:

      [Video-Rice] LoadHiResTextures = True
    • M

      [SOLVED]Hi Res Textures Issue OOT

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming mupen64plus texture packs n64
      6
      0 Votes
      6 Posts
      6k Views
      hooperreH

      @michaelconsorti Are your hi res textures still working? Mine aren't and I'm seeing an issue with it on Reddit as well.

      https://www.reddit.com/r/RetroArch/comments/5yvvbu/help_with_high_res_textures/?st=J0FE29U5&sh=39327748

    • T

      High Res Texture Packs

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming texture packs
      14
      0 Votes
      14 Posts
      6k Views
      G

      @tehswiftone said in High Res Texture Packs:

      @backstander The error pops up for only a brief second in the corner so it's hard to read it, but it appears the filename is changing each time I select option 7.
      couldn't open temporary /opt/retropie/configs/all/seb45353 Permission Denied

      Here is my mupen64 config, sorry about the delay.
      http://pastebin.com/veiMygTX

      this means your configs/all dir has had it's ownership changed to root, and user pi can no long write to the dir to make the changes. to fix this, you can try the command line (from console or ssh term)

      sudo chown -R pi /opt/retropie/configs/

      It's happened to me a few times, maybe someone with access could update the Setup to reset this dir as well as /home/pi...