NRage Input Plugin v2.1 rc1 - 模擬器
By Madame
at 2008-06-15T00:02
at 2008-06-15T00:02
Table of Contents
http://www.emutalk.net/showthread.php?t=36135
2.1 rc1 RELEASE
I got sick of wrestling with a bug or two in NRage′s DirectInput8 plugin,
and decided to delve into the code and fix them myself. Well, one thing led
to another, and I kinda wound up rewriting most of it. If you′re going to
fix one bug, you might as well fix them all, right?
THE MANUAL (please read this before asking questions):
CHM or Online Manual
RELEASE BINARY (most people want this):
http://www.randomwisdom.com/files/NRage_DInput8_V2_2.00b.zip
DEBUG BINARY (Generates a file called NRage-Debug.txt in your emulator
folder. This file can get huge, so don′t download this version unless the
release version doesn′t work!)
http://www.randomwisdom.com/files/NRage_Debug.zip
SOURCE (for hackers and those who lurve the GPL):
download from Subversion server or ZIPPED zipped source, may not be current
(for most up-to-date, please use Subversion server)
LANGUAGE SDK (for people doing translations):
http://www.randomwisdom.com/files/NR...8_Lang_SDK.zip
Translations (unpack the dll file to your emulator′s directory, NOT the
plugin directory)
German by aTomIC
Simplified Chinese by Harlay
Spanish by NaSeR
French by Siskoo
Finally, here′s a Keyboard/Mouse basic config file to give you some ideas
for Goldeneye and Perfect Dark:
http://www.randomwisdom.com/files/NR...g_KeyMouse.zip
This version of the plugin will NOT overwrite settings from 1.83 and before,
but neither will it read from older config files or saves (it stores config
data differently). This means that you can run the plugin alongside older
versions of the plugin, for comparison. But it also means you will have to
bind your keys from defaults when you first run 2.x versions.
Current TODO list:
-running with a gamepad unplugged or unplugging during emulation must not
cause crashes
-mouse locking: fix problems with mouse binding in control panel while
running
-mouse locking: should unlock mouse when closing a ROM
-redo keyboard/mouse cpf on this post
+rewrite Adaptoid code to be asynchronous
+add reading gba ROMs from zip files
Fixed, added, or changed:
+ Better detection of devices; more joysticks should work now, as well as
steering wheels and things that aren′t strictly "gamepads"
+ N64 controllers can now get input from multiple gamepad type devices
+ Now able to assign a key, mouse, or gamepad control to as many N64 control
surfaces as you like
/ device selection for keybinding no longer needed; devices list now shown as
"Force-Feedback Devices" under ControllerPak selection (pick Rumble, and tick
the "RawMode" box)
/ no longer possible to send FF events from multiple controllers to the same
FF device (this shouldn′t have worked anyway)
+ now captures mouseclicks properly in Controllers tab (disable button clicks
while polling)
+ INTERNATIONAL SUPPORT (and internally switched to Unicode)
+ releases exclusive mouse while in config menu (fixed a mouse bind while
locked issue)
+ add independent X/Y mouse sensitivity
+ changed absolute mouse support: now choose between Buffered (default from
before), Absolute, and Deadpan (control only moves while you move the mouse)
+ various optimizations, bugfixes, and spelling fixes
+ LOTS of documentation added to the source; it should be more legible now
+ rewrote controller save and restore (underlying CONTROLLER and BUTTON
structs changed...)
/ Button mappings and modifiers will need to be reset on first load
+ now rewrites mempak and transferpak RAM to disk immediately after writing
to controller (1.83 and previous didn′t save the mempak until RomClose)
+ now possible to map shortcuts to buttons and axes as well as keys (be
careful)
+ tabbing within the config window actually works now
+ can save and load shortcuts
+ Transferpak MBC5 support fixed (Pokemon Yellow, Perfect Dark)
/ Win98/ME registry load finally fixed
+ lots of crash bugs fixed
2.1 is now in "release candidate" stage. Please test any bugs you find vs the
latest DEBUG version, and if they still exist there please post.
--rabid
--
2.1 rc1 RELEASE
I got sick of wrestling with a bug or two in NRage′s DirectInput8 plugin,
and decided to delve into the code and fix them myself. Well, one thing led
to another, and I kinda wound up rewriting most of it. If you′re going to
fix one bug, you might as well fix them all, right?
THE MANUAL (please read this before asking questions):
CHM or Online Manual
RELEASE BINARY (most people want this):
http://www.randomwisdom.com/files/NRage_DInput8_V2_2.00b.zip
DEBUG BINARY (Generates a file called NRage-Debug.txt in your emulator
folder. This file can get huge, so don′t download this version unless the
release version doesn′t work!)
http://www.randomwisdom.com/files/NRage_Debug.zip
SOURCE (for hackers and those who lurve the GPL):
download from Subversion server or ZIPPED zipped source, may not be current
(for most up-to-date, please use Subversion server)
LANGUAGE SDK (for people doing translations):
http://www.randomwisdom.com/files/NR...8_Lang_SDK.zip
Translations (unpack the dll file to your emulator′s directory, NOT the
plugin directory)
German by aTomIC
Simplified Chinese by Harlay
Spanish by NaSeR
French by Siskoo
Finally, here′s a Keyboard/Mouse basic config file to give you some ideas
for Goldeneye and Perfect Dark:
http://www.randomwisdom.com/files/NR...g_KeyMouse.zip
This version of the plugin will NOT overwrite settings from 1.83 and before,
but neither will it read from older config files or saves (it stores config
data differently). This means that you can run the plugin alongside older
versions of the plugin, for comparison. But it also means you will have to
bind your keys from defaults when you first run 2.x versions.
Current TODO list:
-running with a gamepad unplugged or unplugging during emulation must not
cause crashes
-mouse locking: fix problems with mouse binding in control panel while
running
-mouse locking: should unlock mouse when closing a ROM
-redo keyboard/mouse cpf on this post
+rewrite Adaptoid code to be asynchronous
+add reading gba ROMs from zip files
Fixed, added, or changed:
+ Better detection of devices; more joysticks should work now, as well as
steering wheels and things that aren′t strictly "gamepads"
+ N64 controllers can now get input from multiple gamepad type devices
+ Now able to assign a key, mouse, or gamepad control to as many N64 control
surfaces as you like
/ device selection for keybinding no longer needed; devices list now shown as
"Force-Feedback Devices" under ControllerPak selection (pick Rumble, and tick
the "RawMode" box)
/ no longer possible to send FF events from multiple controllers to the same
FF device (this shouldn′t have worked anyway)
+ now captures mouseclicks properly in Controllers tab (disable button clicks
while polling)
+ INTERNATIONAL SUPPORT (and internally switched to Unicode)
+ releases exclusive mouse while in config menu (fixed a mouse bind while
locked issue)
+ add independent X/Y mouse sensitivity
+ changed absolute mouse support: now choose between Buffered (default from
before), Absolute, and Deadpan (control only moves while you move the mouse)
+ various optimizations, bugfixes, and spelling fixes
+ LOTS of documentation added to the source; it should be more legible now
+ rewrote controller save and restore (underlying CONTROLLER and BUTTON
structs changed...)
/ Button mappings and modifiers will need to be reset on first load
+ now rewrites mempak and transferpak RAM to disk immediately after writing
to controller (1.83 and previous didn′t save the mempak until RomClose)
+ now possible to map shortcuts to buttons and axes as well as keys (be
careful)
+ tabbing within the config window actually works now
+ can save and load shortcuts
+ Transferpak MBC5 support fixed (Pokemon Yellow, Perfect Dark)
/ Win98/ME registry load finally fixed
+ lots of crash bugs fixed
2.1 is now in "release candidate" stage. Please test any bugs you find vs the
latest DEBUG version, and if they still exist there please post.
--rabid
--
Tags:
模擬器
All Comments
Related Posts
有人會玩ggpo嗎?
By Isabella
at 2008-06-14T12:25
at 2008-06-14T12:25
PS2手把打PS實況野球
By Hedy
at 2008-06-14T11:44
at 2008-06-14T11:44
PK201 Version 08/06/13
By Annie
at 2008-06-14T11:20
at 2008-06-14T11:20
請問有ss冒險王的載點嗎??
By Agatha
at 2008-06-14T11:18
at 2008-06-14T11:18
請問下是否有模擬出N64和gb遊戲連動的方案?
By Kumar
at 2008-06-14T10:16
at 2008-06-14T10:16