Spelkontroll  ::  Emulation64  ::  DCEmu.co.ukNetwork Sites:    About  ::  Hosting  ::  Donate 
Home Files Forums Reviews Guides Articles Interviews



Welcome to EmuTalk.net

Go Back   EmuTalk.net > N64 Emulation > Mupen64

Welcome to EmuTalk

Reply
 
Thread Tools Display Modes
Old May 25th, 2005, 19:03   #1
juwb
EmuTalk Member
 
juwb's Avatar
 
Join Date: Apr 2005
Posts: 37
juwb is just really nice
blight input
blight doesn't seem to read his PMs, so I'll just have to post my feature request here:

In games like Zelda OoT you have to aim a lot in first-person mode (with slingshot, bow, hook, etc.). Using the keyboard, this can't be done very accurately - it's so bad that from some positions, you can't hit your target at all.

Using the mouse provides higher accuracy, but somehow I'm not comfortable using a mouse to play N64. And I don't have a N64-style gamepad...

Anyway, I thought it'd be great if accurate aiming using the keyboard was possible. For example if I use W/S/A/D for Up/Left/Down/Right, using Shift + W/S/A/D could cut the speed.

To see if this was actually possible I modified the hardcoded axis value (80/-80) and set it for testing purposes to (20/-20). And voila, aiming with keyboard now was no longer a problem. Of course, this way I couldn't walk around anymore... ;-)

While modifying constant values is easy, I'm not familiar enough with C/C++ yet to add this feature myself. Maybe you like the idea and have some free time to implement it... I'd really appreciate it :-)
juwb is offline   Reply With Quote
Old May 26th, 2005, 00:04   #2
ciruZ
EmuTalk Member
 
ciruZ's Avatar
 
Join Date: Nov 2003
Location: /root
Posts: 220
ciruZ is just really nice
juwb: If you want that, just take Hacktarux plugin and edit the header file to change the keys. Or wait until my plugin is finished, but that won't be too soon since I'm too lazy to write a config dialog when I can edit my configs with a hexeditor .
Btw, you can use Mouse and Keyboard together in blight's. So you can play with the keyboard and aim with the mouse .
ciruZ is offline   Reply With Quote
Old May 26th, 2005, 01:07   #3
juwb
EmuTalk Member
 
juwb's Avatar
 
Join Date: Apr 2005
Posts: 37
juwb is just really nice
Yes, yes, I know blight's input plugin supports the mouse together with the keyboard. But I can't use the mouse for anything else if I enable that, for example in windowed mode the mouse is just gone. That's why I want to use the keyboard only.

As for Hacktarux plugin, I don't have no idea how to make it work.
juwb is offline   Reply With Quote
Old May 26th, 2005, 22:30   #4
blight
EmuTalk Member
 
blight's Avatar
 
Join Date: Feb 2002
Location: Austria
Posts: 360
blight is a name known to all
Joystick blight_input-0.0.9
0.0.9:
- import new version of SDL_tff (2.0.7)
- when the keyboard is used to control an axis left shift can be pressed to change
the axis movement to 25% of the original value
Attached Files
File Type: gz blight_input-0.0.9.so.gz (313.8 KB, 221 views)
File Type: gz blight_input-0.0.9.tar.gz (1.11 MB, 209 views)
--------------------
<A HREF="http://petition.eurolinux.org"><img src="http://aful.org/images/patent_banner.gif" border="0"></A>
blight is offline   Reply With Quote
Old May 26th, 2005, 23:04   #5
juwb
EmuTalk Member
 
juwb's Avatar
 
Join Date: Apr 2005
Posts: 37
juwb is just really nice
Works great! Thank you so much!!!
juwb is offline   Reply With Quote
Old May 27th, 2005, 01:11   #6
ciruZ
EmuTalk Member
 
ciruZ's Avatar
 
Join Date: Nov 2003
Location: /root
Posts: 220
ciruZ is just really nice
blight: better would be: shift means 25% less, ctrl 50% less.
That way, you can have 100%, 75%, 50% and 25% . That's the way I use in my plugin and it's really useful.
ciruZ is offline   Reply With Quote
Old May 27th, 2005, 20:49   #7
blight
EmuTalk Member
 
blight's Avatar
 
Join Date: Feb 2002
Location: Austria
Posts: 360
blight is a name known to all
good idea, ciruZ
i also added the possibility to release the mouse grab by pressing left ctrl+alt (like in VMware)

0.0.10:
- when the keyboard is used to control an axis left shift and left control can be
pressed to change the axis movement. shift reduces the movement by 25%, control
reduces it by 50%, control and shift together reduce the movement by 75%
- when the mouse is used left ctrl + left alt can be used to release the mouse,
clicking into the window will grab the mouse again.
Attached Files
File Type: gz blight_input-0.0.10.tar.gz (1.11 MB, 190 views)
File Type: gz blight_input-0.0.10.so.gz (313.9 KB, 134 views)
--------------------
<A HREF="http://petition.eurolinux.org"><img src="http://aful.org/images/patent_banner.gif" border="0"></A>
blight is offline   Reply With Quote
Old May 27th, 2005, 21:37   #8
ciruZ
EmuTalk Member
 
ciruZ's Avatar
 
Join Date: Nov 2003
Location: /root
Posts: 220
ciruZ is just really nice
Nice, but why is your tarball that big? (1.11 MB)
ciruZ is offline   Reply With Quote
Old May 27th, 2005, 22:49   #9
Hacktarux
Moderator
 
Hacktarux's Avatar
 
Join Date: Nov 2001
Location: France
Posts: 1,165
Hacktarux is a glorious beacon of light
Send a message via Yahoo to Hacktarux
I guess that has something to do with the picture of the n64 pad for the config dialog box
Hacktarux is offline   Reply With Quote
Old May 27th, 2005, 22:56   #10
blight
EmuTalk Member
 
blight's Avatar
 
Join Date: Feb 2002
Location: Austria
Posts: 360
blight is a name known to all
right, the pad image and an arial font are embedded into the plugin
--------------------
<A HREF="http://petition.eurolinux.org"><img src="http://aful.org/images/patent_banner.gif" border="0"></A>
blight is offline   Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Good FPS but it goes/stops/goes/stops.. also Blight input plugin prob. LList Mupen64 5 January 5th, 2004 00:13
blight's input plugin 0.0.7 apexad Emu64 News 0 June 7th, 2003 03:54
blight's SDL Input Plugin 0.0.6 Martin Emu64 News 0 May 5th, 2003 17:50
Incredible emulator, but is it possible to use another input plugin? Koop Nemu64 7 April 25th, 2003 23:41
Blight's SDL input plugin v0.0.3 Keith Emu64 News 0 November 11th, 2002 10:33


All times are GMT +1. The time now is 05:10.


Powered by vBulletin Version 3.6.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.