• DCEmu Homebrew Emulation & Theme Park News

    The DCEmu the Homebrew Gaming and Theme Park Network is your best site to find Hacking, Emulation, Homebrew and Theme Park News and also Beers Wines and Spirit Reviews and Finally Marvel Cinematic Universe News. If you would like us to do reviews or wish to advertise/write/post articles in any way at DCEmu then use our Contact Page for more information. DCEMU Gaming is mainly about video games -

    If you are searching for a no deposit bonus, then casino-bonus.com/uk has an excellent list of UK casino sites with sorting functionality. For new online casinos. Visit New Casino and learn how to find the best options for UK players. Good luck! - Explore the possibilities with non UK casinos not on Gamstop at BestUK.Casino or read more about the best non UK sites at NewsBTC.
  • wraggster

    by Published on January 3rd, 2007 23:24

    via IGN

    Naruto is making the transition to the DS. Today, Tomy and D3Publisher of America announced that Naruto: Ninja Council 3 would debut on Nintendo DS this spring. The previous Ninja Council games were available on GBA.

    Based on episodes of Viz's anime series, Naruto: Ninja Council 3 features more than 40 missions and 20 playable characters. Supporting four-player multiplayer and several game modes (Timed Mode, Scroll Collection Mode and Head-to-Head Versus Mode), Naruto challenges gamers to use strategy in their attacks. The interchangeable attack system allows players to combine attacks to increase success in combat.

    "The new interchangeable attack system and the ability to choose from over 20 playable characters are a first in hand-held Naruto games," said Careen Yapp, Vice President of Licensing and Business Development, D3PA. "We feel very strongly that this game will appeal to both the fans of Naruto and DS gamers that enjoy action games."

    Look for Naruto: Ninja Council 3 sometime this spring. ...
    by Published on January 3rd, 2007 23:21

    via dsfanboy

    We can't decide if this is surprising or not, but from the new page at the Success site, it looks like Mackenzie will be back (with her funny-shaped pal) for another round of quirky mysteries. Considering the mixed reviews, we can't say we expected another Touch Detective game immediately, but hey! What fun would it be if the industry didn't offer up a few surprises here and there, amirite?

    For now, we'll hope that they focus on the things they got right with the first installment -- like the humor, art style, and characters -- and work a little on the opaque mysteries that were, at times, somewhat like pounding one's face with a sledgehammer. ...
    by Published on January 3rd, 2007 23:18

    Carl Kenner has released a new version of his GlovePie Input Emulator which basically supports a lot of different Hardware and enables you to use say a WiiMote Controller as a Gaming Controller on your PC

    What's new in version 0.29
    ==========================
    * Minimize to System Tray button
    * Recent Files menu
    * OutputToFile( ) function to write values to output.txt
    * Division by zero no longer crashes compiler
    * Automatically connect Wiimotes when you press 1+2
    (bluesoleil only, you need to do it manually with other stacks)
    Hold Power button to disconnect Wiimote.
    * Wiimote speaker supported (single notes only, no wave files)
    * Classic Controller support fixed and tested
    * Wiimote.SmoothPitch and Wiimote.SmoothRoll now calculate angles
    without seperating out the acceleration, for smooth (but
    inaccurate) angles when your hand wobbles.
    * "Press X" now works without brackets
    * "100Hz" now works without space
    * Numbers allowed after dot, "Wiimote.1" works like "Wiimote.One"
    * Infinity and NaN are now valid numbers.
    * Other compiler improvements
    * Improved documentation
    * More scripts! Play old Zelda, Mario, or Metroid games with the
    exact same controls as the modern Wii game.

    Let me know how well it works or doesn't work.
    Heres more details:

    GlovePIE stands for Glove Programmable Input Emulator. It doesn't have to be used with VR Gloves, but it was originally started as a system for emulating Joystick and Keyboard Input using the Essential Reality P5 Glove. Now it supports emulating all kinds of input, using all kinds of devices, including Polhemus, Intersense, Ascension, WorldViz, 5DT, and eMagin products. It can also control MIDI or OSC output.

    In the GlovePIE window you type or load a simple script. For example to control the WASD keys with a glove:

    W = glove.z > -50 cm
    S = glove.z < -70 cm
    A = glove.x < -10 cm
    D = glove.x > 10 cm

    You can also use GlovePIE to play Joystick-only games without a joystick, or keyboard-only games with a joystick. Or you can use it to create macro buttons for complex keystrokes.

    You can even use it to control multiple mouse pointers with multiple mice.

    System Requirements
    You will need:

    Windows 98 or above (Windows 2000 or above to emulate keys in DirectInput games or use multiple fake cursors - Windows XP or above to get input from multiple mice or keyboards individually or to read some special keys).
    DirectX 8 or above.
    There is other optional software you might need for certain features. See the download page for links to download them. Joystick emulation requires PPJoy. Speech requires SAPI 5.1 with microsoft recogniser.
    You don't need any special hardware.

    Download and Give Feedback Via Comments ...
    by Published on January 3rd, 2007 23:18

    Carl Kenner has released a new version of his GlovePie Input Emulator which basically supports a lot of different Hardware and enables you to use say a WiiMote Controller as a Gaming Controller on your PC

    What's new in version 0.29
    ==========================
    * Minimize to System Tray button
    * Recent Files menu
    * OutputToFile( ) function to write values to output.txt
    * Division by zero no longer crashes compiler
    * Automatically connect Wiimotes when you press 1+2
    (bluesoleil only, you need to do it manually with other stacks)
    Hold Power button to disconnect Wiimote.
    * Wiimote speaker supported (single notes only, no wave files)
    * Classic Controller support fixed and tested
    * Wiimote.SmoothPitch and Wiimote.SmoothRoll now calculate angles
    without seperating out the acceleration, for smooth (but
    inaccurate) angles when your hand wobbles.
    * "Press X" now works without brackets
    * "100Hz" now works without space
    * Numbers allowed after dot, "Wiimote.1" works like "Wiimote.One"
    * Infinity and NaN are now valid numbers.
    * Other compiler improvements
    * Improved documentation
    * More scripts! Play old Zelda, Mario, or Metroid games with the
    exact same controls as the modern Wii game.

    Let me know how well it works or doesn't work.
    Heres more details:

    GlovePIE stands for Glove Programmable Input Emulator. It doesn't have to be used with VR Gloves, but it was originally started as a system for emulating Joystick and Keyboard Input using the Essential Reality P5 Glove. Now it supports emulating all kinds of input, using all kinds of devices, including Polhemus, Intersense, Ascension, WorldViz, 5DT, and eMagin products. It can also control MIDI or OSC output.

    In the GlovePIE window you type or load a simple script. For example to control the WASD keys with a glove:

    W = glove.z > -50 cm
    S = glove.z < -70 cm
    A = glove.x < -10 cm
    D = glove.x > 10 cm

    You can also use GlovePIE to play Joystick-only games without a joystick, or keyboard-only games with a joystick. Or you can use it to create macro buttons for complex keystrokes.

    You can even use it to control multiple mouse pointers with multiple mice.

    System Requirements
    You will need:

    Windows 98 or above (Windows 2000 or above to emulate keys in DirectInput games or use multiple fake cursors - Windows XP or above to get input from multiple mice or keyboards individually or to read some special keys).
    DirectX 8 or above.
    There is other optional software you might need for certain features. See the download page for links to download them. Joystick emulation requires PPJoy. Speech requires SAPI 5.1 with microsoft recogniser.
    You don't need any special hardware.

    Download and Give Feedback Via Comments ...
    by Published on January 3rd, 2007 23:13

    via wiifanboy

    Who needs dongles when you have an entire series of tubes at your fingers? Finetune, a social streaming service, has created a Wii-friendly interface complete with big search boxes that can easily be seen from across the room. A few clicks and we were happily streaming tunage in the living room. It took nearly as long just to load the internet channel as it did to get in and start listening. We do, however, crave some sort of "Wiiboard," because this onscreen typing is about as much fun as tearing off our fingernails and eating them.

    Also, we're a little disturbed when Disturbed rolls in as some of the "best rock" of 2006. Perhaps we need to finetune our definitions a little more ... and all apologies to Disturbed fans. We got much better mileage out of entering tags on the "radio" side and rocked out for a while to the Wii. Check it out if you're so inclined.

    More Info ...
    by Published on January 3rd, 2007 23:13

    via wiifanboy

    Who needs dongles when you have an entire series of tubes at your fingers? Finetune, a social streaming service, has created a Wii-friendly interface complete with big search boxes that can easily be seen from across the room. A few clicks and we were happily streaming tunage in the living room. It took nearly as long just to load the internet channel as it did to get in and start listening. We do, however, crave some sort of "Wiiboard," because this onscreen typing is about as much fun as tearing off our fingernails and eating them.

    Also, we're a little disturbed when Disturbed rolls in as some of the "best rock" of 2006. Perhaps we need to finetune our definitions a little more ... and all apologies to Disturbed fans. We got much better mileage out of entering tags on the "radio" side and rocked out for a while to the Wii. Check it out if you're so inclined.

    More Info ...
    by Published on January 3rd, 2007 23:11

    via wiifanboy

    There's a new trailer for Sonic and the Secret Rings tucked away on Sega's American site, and though this may strike you as a surprise, it's filled with Sonic himself speedily racing through levels and -- wait for it -- collecting rings. Bombshell, right?

    Okay, so not really. But it's a fast-paced little bit of blurry blue action and definitely worth a watch. And maybe it's just because this particular blogger has been grinding it out with the Wii's Downhill Jam and similarly speedy fun, but this really looks like it could be a blast. We know the pantheon of Sonic titles are a bone that gamers like to gnaw in friendly brawls arguments, so we gotta ask: how's this one strike you?

    And we apologize, but there's no embedded video, so you'll have to head over to Sega's site for the trailer. While we hate to do that to you, we can at least promise that this one is child-free.

    Trailer Here ...
    by Published on January 3rd, 2007 23:11

    via wiifanboy

    There's a new trailer for Sonic and the Secret Rings tucked away on Sega's American site, and though this may strike you as a surprise, it's filled with Sonic himself speedily racing through levels and -- wait for it -- collecting rings. Bombshell, right?

    Okay, so not really. But it's a fast-paced little bit of blurry blue action and definitely worth a watch. And maybe it's just because this particular blogger has been grinding it out with the Wii's Downhill Jam and similarly speedy fun, but this really looks like it could be a blast. We know the pantheon of Sonic titles are a bone that gamers like to gnaw in friendly brawls arguments, so we gotta ask: how's this one strike you?

    And we apologize, but there's no embedded video, so you'll have to head over to Sega's site for the trailer. While we hate to do that to you, we can at least promise that this one is child-free.

    Trailer Here ...
    by Published on January 3rd, 2007 23:07

    A new release of WiiCR has happenned today, heres the info and whats new:

    WiiCR is a media player solution for the Nintendo Wii. It acts as a streaming media server and is capable of transcoding nearly any video file to a suitable flv for an embedded flash player. It allows browsing of the remote filesystem to view: videos (avi/xvid/divx/mpeg/wmv/etc), text files, jpg's and play mp3s.

    Version 0.2.9.2b Released
    Fixed critical error that was happening on some systems (was related to new theme selection).
    Version 0.2.9.2 Released
    Themes selectable via wiicr ui
    pause works with video
    modified flv player by aurion to support WiiCR's video segments
    pause now works properly again on videos
    icons1 got an improvement
    includes all themes as of this date.

    Download Here --> http://downloads.sourceforge.net/wmc/ ...
    by Published on January 3rd, 2007 23:07

    A new release of WiiCR has happenned today, heres the info and whats new:

    WiiCR is a media player solution for the Nintendo Wii. It acts as a streaming media server and is capable of transcoding nearly any video file to a suitable flv for an embedded flash player. It allows browsing of the remote filesystem to view: videos (avi/xvid/divx/mpeg/wmv/etc), text files, jpg's and play mp3s.

    Version 0.2.9.2b Released
    Fixed critical error that was happening on some systems (was related to new theme selection).
    Version 0.2.9.2 Released
    Themes selectable via wiicr ui
    pause works with video
    modified flv player by aurion to support WiiCR's video segments
    pause now works properly again on videos
    icons1 got an improvement
    includes all themes as of this date.

    Download Here --> http://downloads.sourceforge.net/wmc/ ...
  • Search DCEmu

  • Advert 3