The Other Worlds Shrine

Your place for discussion about RPGs, gaming, music, movies, anime, computers, sports, and any other stuff we care to talk about... 

  • Dolphin(wii) Emulator

  • Because playing them is not enough, we have to bitch about them daily, too. We had a Gameplay forum, but it got replaced by GameFAQs.
Because playing them is not enough, we have to bitch about them daily, too. We had a Gameplay forum, but it got replaced by GameFAQs.
 #161466  by Eric
 Sat Aug 24, 2013 4:46 am
Hey all, I know we probably haven't talked emulators on this forum since the good ol days when it was our only means of Playing Secret of Mana 2 in English. :P

That being said, I highly recommend checking out the Dolphin emulator, you can get all those Wii titles running @ 1080p, and they look fucking gorgeous.



Left normal Wii/Right Dolphin 1080 upscale.

Image

More 1080 pics.

Image

Image

Image
 #161475  by Zeus
 Sat Aug 24, 2013 10:49 pm
Link?
 #161479  by SineSwiper
 Sun Aug 25, 2013 11:12 am
 #161480  by Don
 Sun Aug 25, 2013 12:14 pm
I think I'm like the only guy who didn't play Secret of Mana 2. Well I started playing it and got bored 5 minutes into the game. It probably didn't help I played Terranigma before it which is like the same genre but only a lot better.
 #161484  by Eric
 Sun Aug 25, 2013 6:36 pm
That's a legit gripe if you played Terranigma first, it was the better game. :P But if you hadn't played Terra first, SoM2 was alot of fun.

http://dolphin-emu.org/ for you Zeus.

Recommended stuffs:

Dual core clocked at 3+ ghz, 4+ gigabytes of ram, and a modern videocard.
Xbox 360 controller (Recommended): works great with the emulator as a GC pad replacement.
Wiimote (Recommended): many games require motions that cannot be mapped to the keyboard.
Motion+ (Recommended): a real motion+ attachment is required for motion+ games.
Bluetooth Adaptor (Required for Wiimote): view this list to find one compatible with the Wiimote so that it can sync to your PC http://wiibrew.org/wiki/List_of_Working ... th_Devices
Wireless Sensor Bar (Recommended for Wiimote): so you don't have to use the one attached to your Wii.

As for games, I doubt you have any homebrew firmware installed on your Wii to rip games, so just search the Internet for .wbfs wii games.
 #161761  by Zeus
 Tue Sep 10, 2013 6:58 pm
SineSwiper wrote:Google?
I like to make sure I'm getting the same one and same version he's talking about. Using Google means I don't necessary do either
 #161905  by Eric
 Sun Sep 22, 2013 11:36 pm
Dolphin 4.0 came out

Download: https://dolphin-emu.org/download/
On behalf of the Dolphin Emulator development team, I am pleased to announce the release of Dolphin 4.0, the newest major release of the most compatible and most performant GameCube and Wii emulator for PC. Dolphin 4.0 is a special release for all of us, since it also marks the 10 years anniversary of the project, first unveiled by Henryk Rydgård (ector) in September 2003.

Dolphin 4.0 can be downloaded for Windows (x86 or x64), Mac OS X (>= 10.7) or Ubuntu 13.04 from our official website: dolphin-emu.org.

Changelog

With about 2500 changes since Dolphin 3.5, Dolphin 4.0 is a big release with the addition of several new major features:

Beta support for the Wii official online multiplayer (Documentation)

This is a feature that has been coming for a long time. More than two years ago, Matthew Parlane and Shawn Hoffman started working on emulating the Wii Wi-Fi networking API in order to run Wii online multiplayer games inside Dolphin. While it was not an easy change in itself, it also required a lot of modifications to core components of the emulator to be implemented properly (for example asynchronous IPC HLE) and a lot of debugging. It is now working well enough that we are releasing it to the public as a beta: don't expect everything to work, but popular games like Mario Kart Wii or Super Smash Bros Brawl can be played online right now.

Alpha support for ARM/Android

About two years ago, Ryan Houdek began the implementation of an ARM port of Dolphin, designed to run on powerful mobile phones and other ARM devices in the future. After a long time spent making Dolphin work well on both ARM and x86, Dolphin can now emulate GameCube and Wii games on recent Android phones. This support is still in early alpha stages: crashes happen, it's slow on Qualcomm hardware because of graphics drivers issues, and it is still missing a ton of features. Nowadays, Dolphin on Android is a two man project: Mathew Maidment is helping Ryan with the UI and making the Android version actually usable.

Global User directory on Windows (Documentation)

This is not exactly a major feature, but it is a big change in how Dolphin works on Windows, and requires user interaction to move from the old configuration system to the new one. Before 4.0, Dolphin configuration was stored next to Dolphin.exe, often causing issues when upgrading to a new version of Dolphin. New versions of Dolphin use a centralized location to store the configuration for all builds, usually My Documents\Dolphin Emulator. The documentation article linked above explains the details of this move, as well as what you need to do to migrate your old configuration to the new system (if you were using Dolphin before).

New AX DSP HLE emulation code

DSP HLE is the main audio emulation technique used in Dolphin. Before 4.0, it was extremely inaccurate and full of bugs, mostly due to how it was implemented. Dolphin 4.0 introduces a full rewrite of the audio emulation used in 99% of games, fixing hundreds of audio related bugs in Dolphin. On the flip side, it is now required to run a game at full speed to get full speed audio out of it, which is a direct consequence of fixing these bugs.

A lot of more minor changes were also integrated in that new Dolphin release:

New look

A new look has been designed by MaJoR for Dolphin (new icon, new icon theme) and implemented on a new version of the Dolphin website by Pierre Bourdon.

Wii Balance Board and GC Steering Wheel support

Support for these two devices was added respectively by Matthew Parlane and skidau. The Wii Balance Board is not emulated and requires the real device to be used.

Wii Remote support improvements

Wii Remote background scanning was implemented to more closely match how a real Wii detects remotes, and support for -TR (Wii Motion Plus Inside) remotes was implemented for Mac OS X. A new documentation guide about Wii Remotes on Dolphin was also written by MaJoR to help Windows users with Wiimote issues.

Fastmem support for Linux and OSX

Fastmem is an optimization for Dolphin's CPU emulation, which was previously only implemented on Windows. Adding Fastmem support on Linux and OSX boosted the performance by 15 to 20% on these platforms.

New OpenAL audio backend

This audio backend, written by skidau, supports three important features that are not implemented in other backends yet: configurable audio latency, surround sound using the information contained in the Dolby Pro Logic II encoding used by most GameCube and Wii games, and support for sound stretching to make audio slow down when a game does not run at full speed.

OpenGL video backend rewrite

The Dolphin OpenGL video backend was rewritten by Markus Wick in order to use newer features of OpenGL and be GLES3 compatible. As a result, the OpenGL backend is now the fastest Dolphin video backend on NVIDIA cards.

NetPlay stability and usability improvements

Before Dolphin 4.0, GameCube NetPlay was at best a curiosity. 4.0 added a lot of NetPlay related changes which makes it actually usable for most games, but sometimes with performance issues. Super Smash Bros Melee players are now using Dolphin for regular online NetPlay tournaments, and it just works. Read the official NetPlay guide for more information.

Mac OS X support enhancements

This release also adds a few small OS X improvements: the Dolphin DMG bundles are now signed by a valid developer ID and do not require you to disable Gatekeeper to be used. The emulator is also Retina Display aware and handles the logical scaling better on these screens.

Icon themes support

In addition to shipping with a new default icon theme, Dolphin now allows you to make your own themes and share them with other people.
 #161952  by Eric
 Sat Sep 28, 2013 7:21 am
Running Dolphin 4.0 in 2160p with downsampling and no antialiasing. Here's a JPEG picture of Mario in Melee.

Image

And more Skyward sword, because fuck this looks awesome in HD.

Image