All Projects → mupen64plus → Mupen64plus Video Rice

mupen64plus / Mupen64plus Video Rice

Video plugin for the Mupen64Plus v2.0 project, using OpenGL. This plugin is based on the RiceVideoLinux plugin from earlier versions of Mupen64Plus.

Projects that are alternatives of or similar to Mupen64plus Video Rice

mupen64plus-input-sdl
Input plugin for Mupen64Plus v2.0 project using SDL. This is derived from the original Mupen64 blight_input plugin.
Stars: ✭ 36 (+38.46%)
Mutual labels:  emulation, n64
Mupen64plus Video Glide64mk2
Video plugin for Mupen64Plus 2.0 based on 10th anniversary release code from gonetz
Stars: ✭ 21 (-19.23%)
Mutual labels:  n64, emulation
Mupen64plus Core
Core module of the Mupen64Plus project
Stars: ✭ 845 (+3150%)
Mutual labels:  n64, emulation
angrylion-rdp-plus
A low-level N64 video emulation plugin, based on the pixel-perfect angrylion RDP plugin with some improvements.
Stars: ✭ 143 (+450%)
Mutual labels:  emulation, n64
n64
experimental low-level n64 emulator
Stars: ✭ 94 (+261.54%)
Mutual labels:  emulation, n64
mupen64plus-libretro-nx
Improved mupen64plus libretro core reimplementation
Stars: ✭ 139 (+434.62%)
Mutual labels:  emulation, n64
Ryu64
A Nintendo 64 Emulator made in C#!
Stars: ✭ 36 (+38.46%)
Mutual labels:  n64, emulation
mupen64plus-rsp-cxd4
Exemplary MSP communications simulator using a normalized VU.
Stars: ✭ 26 (+0%)
Mutual labels:  emulation, n64
Provenance
iOS & tvOS multi-emulator frontend, supporting various Atari, Bandai, NEC, Nintendo, Sega, SNK and Sony console systems… Get Started: https://wiki.provenance-emu.com |
Stars: ✭ 4,732 (+18100%)
Mutual labels:  n64, emulation
Jsnes
A JavaScript NES emulator.
Stars: ✭ 5,354 (+20492.31%)
Mutual labels:  emulation
Vigembus
Windows kernel-mode driver emulating well-known USB game controllers.
Stars: ✭ 721 (+2673.08%)
Mutual labels:  emulation
Bsnes
bsnes is a Super Nintendo (SNES) emulator focused on performance, features, and ease of use.
Stars: ✭ 526 (+1923.08%)
Mutual labels:  emulation
Cartreader
A shield for the Arduino Mega that can back up video game cartridges.
Stars: ✭ 590 (+2169.23%)
Mutual labels:  n64
Shadow
Shadow is a unique discrete-event network simulator that runs real applications like Tor, and distributed systems of thousands of nodes on a single machine. Shadow combines the accuracy of emulation with the efficiency and control of simulation, achieving the best of both approaches.
Stars: ✭ 769 (+2857.69%)
Mutual labels:  emulation
Pcsx2
PCSX2 - The Playstation 2 Emulator
Stars: ✭ 5,830 (+22323.08%)
Mutual labels:  emulation
Giovanni
A Gameboy Emulator for the Apple Watch
Stars: ✭ 823 (+3065.38%)
Mutual labels:  emulation
Xenia
Xbox 360 Emulator Research Project
Stars: ✭ 5,404 (+20684.62%)
Mutual labels:  emulation
Xqemu
Open-source emulator to play original Xbox games on Windows, macOS, and Linux
Stars: ✭ 518 (+1892.31%)
Mutual labels:  emulation
Cemu graphic packs
Community Graphic Packs for Cemu
Stars: ✭ 916 (+3423.08%)
Mutual labels:  emulation
Little Virtual Computer
Learn how computers work by simulating them in Javascript
Stars: ✭ 819 (+3050%)
Mutual labels:  emulation

===============================================================================

Mupen64plus-video-rice README v2.5

===============================================================================

The latest version of this document can be found online at: https://mupen64plus.org/wiki/index.php/HighResolutionTextures


ABOUT

Mupen64Plus's Rice Video plugin supports a very nice feature which allows the user to replace all of the original textures used for 3D rendering in a game with high-resolution replacement textures drawn by graphic artists.


Enable Hi-Res Texture Loading in Rice Video

In order to begin using the hi-resolution texture feature, you must enable it by editing the Mupen64Plus config file. One option is to find the file and edit it directly with a text editor. On Linux or OSX, this is located at: "~/.config/ mupen64plus/", and on Windows it is in the "Application Data" sub-folder of your user folder. On Windows XP and prior, this is "C:\Documents and Settings
\Application Data\Mupen64Plus", while on Windows Vista and newer this is "C:\Users<username>\AppData\Mupen64Plus". You should find a section in this file labeled [Video-Rice], and within this section is a parameter called LoadHiResTextures. Set this to True to enable searching for and loading high- resolution textures.

Another option to enable this feature is to use the --set option with the Mupen64Plus command-line user interface. To do this, run a game with a command similar to this:

./mupen64plus --set Video-Rice[LoadHiResTextures]=True --saveoptions m64p_test_rom.v64


Installing Hi-Res Texture Files

To install a high-resolution texture pack for a game, all that you need to do is unzip the archive and put the extracted directory full of images into the right place. On Linux and OSX, this is usually "/home//.local/share/ mupen64plus/hires_texture". On Windows it is in the "Application Data" sub- folder of your user folder. On Windows XP and prior, this is "C:\Documents and Settings<username>\Application Data\Mupen64Plus\hires_texture", while on Windows Vista and newer this is "C:\Users<username>\AppData\Mupen64Plus
hires_texture". If this directory doesn't exist, create it and copy the hi-res texture directory inside.

The folder containing hi-res textures must be named exactly the same as the ROM's name in the header of the ROM file. Usually this name is short with all capital letters, like "MARIOKART64" or "SMASH BROTHERS". The command-line UI prints out this ROM name when running a game, right after the Goodname and before the MD5.


Running

After setup, just run the game as usual. If using the command-line UI, you should see a line printed out which says:

Video: Texture loading option is enabled. Finding all hires textures

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].