• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Development Discussion v
« Previous 1 ... 106 107 108 109 110 ... 117 Next »

[Patch] PadSimple Per-Key Half-Press Keybindings
View New Posts | View Today's Posts

Pages (2): « Previous 1 2
Thread Rating:
  • 2 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
[Patch] PadSimple Per-Key Half-Press Keybindings
08-31-2009, 07:19 AM
#11
kainino Offline
Junior Member
**
Posts: 16
Threads: 2
Joined: Apr 2009
(08-31-2009, 03:59 AM)Daco Wrote: wouldn't it be better to have a key that indicated half press
like in njoy?

There's already a key that enables half-press on R/L/Main/C at the same time; the reason for my patch is so that you can half-press some things but not others. The more I think about it, the more it makes sense to split the preexisting button into one modifier each for Main and C, leave R/L the way they are (with their own dedicated half-press keys) and get rid of the A/B half-press buttons. That would make it a lot more button efficient and intuitive.
Macbook 3,1. Core 2 Duo, 2.2 GHz. Intel GMA X3100. 4GB RAM. Windows XP (x86), Mac OS X 10.5.
Find
Reply
08-31-2009, 09:29 AM (This post was last modified: 08-31-2009, 10:26 AM by kainino.)
#12
kainino Offline
Junior Member
**
Posts: 16
Threads: 2
Joined: Apr 2009
Here's a version made the way I said in the previous message. I haven't yet tested it in Windows (I'm currently on a computer with Intel graphics) or built it in Linux, but I will later--I'm pretty sure I updated everything properly. (Also, some of the files I patched for the Linux build changed recently, so that patch doesn't work anymore.)

http://www.mediafire.com/?ynny2zlmivb

[Image: dolphinperkeyhalfpress4.th.png]

EDIT: I tested (without graphics) in Ubuntu, and noticed and fixed a few careless mistakes. Build works in Windows 32 and Linux 64.

http://www.mediafire.com/?jizjim0jzem
Macbook 3,1. Core 2 Duo, 2.2 GHz. Intel GMA X3100. 4GB RAM. Windows XP (x86), Mac OS X 10.5.
Find
Reply
08-31-2009, 12:49 PM
#13
MarioMadness
Unregistered
 
(08-31-2009, 09:29 AM)kainino Wrote: Here's a version made the way I said in the previous message. I haven't yet tested it in Windows (I'm currently on a computer with Intel graphics) or built it in Linux, but I will later--I'm pretty sure I updated everything properly. (Also, some of the files I patched for the Linux build changed recently, so that patch doesn't work anymore.)

http://www.mediafire.com/?ynny2zlmivb

[Image: dolphinperkeyhalfpress4.th.png]

EDIT: I tested (without graphics) in Ubuntu, and noticed and fixed a few careless mistakes. Build works in Windows 32 and Linux 64.

http://www.mediafire.com/?jizjim0jzem

Looks Good Now Big Grin Nice Work.
Reply
08-31-2009, 11:40 PM
#14
kainino Offline
Junior Member
**
Posts: 16
Threads: 2
Joined: Apr 2009
I carelessly failed to fix one of the careless mistakes (in the Windows code--I had only fixed it in X11/Cocoa). New version:

http://www.mediafire.com/?ldnydhkvdqj

Anyways, is it possible to get this patch added to the project, and, if so, how would I go about doing that? (What happens if I tell it to commit?)

Thanks.
Macbook 3,1. Core 2 Duo, 2.2 GHz. Intel GMA X3100. 4GB RAM. Windows XP (x86), Mac OS X 10.5.
Find
Reply
09-01-2009, 01:06 AM
#15
hansenderek Offline
Senior Member
****
Posts: 497
Threads: 63
Joined: Jul 2009
you should make it so tht you press the number 1 and all keys go to half but use the same keys...and then press the number 1 again and all the keys go back to full....if you can understand tht...lol Tongue
Intel® Core™2 duo CPU 2.40 GH NVIDIA geforce 9700 GT 6.00GB RAM Windows Vista Home Premium 64bit laptop or Ubuntu 64 bit linux system (just installed Tongue)
Nvidia 9600 gtm oc core clock: 500>610
shader clock: 1250>1525
memory clock:400>510
my laptop = BeAsT!! Tongue


url=http://www.fallensword.com/?ref=4330516][Image: full_banner2.jpg][/url]
Find
Reply
09-01-2009, 02:41 AM
#16
kainino Offline
Junior Member
**
Posts: 16
Threads: 2
Joined: Apr 2009
(09-01-2009, 01:06 AM)hansenderek Wrote: you should make it so tht you press the number 1 and all keys go to half but use the same keys...and then press the number 1 again and all the keys go back to full....if you can understand tht...lol Tongue

You mean adding half-press toggle as well? I think that would be a bit excessive, and pretty hard to program, since I would have to make it save a state variable while running, but not while not running... I have no idea how to do that.
Macbook 3,1. Core 2 Duo, 2.2 GHz. Intel GMA X3100. 4GB RAM. Windows XP (x86), Mac OS X 10.5.
Find
Reply
09-01-2009, 02:46 AM (This post was last modified: 09-01-2009, 02:50 AM by hansenderek.)
#17
hansenderek Offline
Senior Member
****
Posts: 497
Threads: 63
Joined: Jul 2009
lol ok...lol it was just an idea...lol Tongue
you configure your stuff weird...lol on the numpad for the dpad is 8456....then the arrows is the analog L-w R-e Z-q A-a B-s X-d Y-f
C stick Left -z right -x up- c down -v
Intel® Core™2 duo CPU 2.40 GH NVIDIA geforce 9700 GT 6.00GB RAM Windows Vista Home Premium 64bit laptop or Ubuntu 64 bit linux system (just installed Tongue)
Nvidia 9600 gtm oc core clock: 500>610
shader clock: 1250>1525
memory clock:400>510
my laptop = BeAsT!! Tongue


url=http://www.fallensword.com/?ref=4330516][Image: full_banner2.jpg][/url]
Find
Reply
09-01-2009, 03:09 AM (This post was last modified: 09-01-2009, 03:11 AM by kainino.)
#18
kainino Offline
Junior Member
**
Posts: 16
Threads: 2
Joined: Apr 2009
(09-01-2009, 02:46 AM)hansenderek Wrote: lol ok...lol it was just an idea...lol Tongue
you configure your stuff weird...lol on the numpad for the dpad is 8456....then the arrows is the analog L-w R-e Z-q A-a B-s X-d Y-f
C stick Left -z right -x up- c down -v

No problem Smile don't take it personally. (And I would do it if I could--it's just that I would have to put a lot of effort into it and I've already done a pretty lot of work.)

Yeah I change all the defaults completely, because I'm used to using the defaults in Project64, which were mapped more like this. But since the GameCube has more keys, it comes out kind of weird. It makes sense to me.
Macbook 3,1. Core 2 Duo, 2.2 GHz. Intel GMA X3100. 4GB RAM. Windows XP (x86), Mac OS X 10.5.
Find
Reply
09-01-2009, 04:33 AM
#19
hansenderek Offline
Senior Member
****
Posts: 497
Threads: 63
Joined: Jul 2009
lol ok...lol thts how i configure pj64 too...lol and zsnes...i hav lots of broked systems for sum reason :S
Intel® Core™2 duo CPU 2.40 GH NVIDIA geforce 9700 GT 6.00GB RAM Windows Vista Home Premium 64bit laptop or Ubuntu 64 bit linux system (just installed Tongue)
Nvidia 9600 gtm oc core clock: 500>610
shader clock: 1250>1525
memory clock:400>510
my laptop = BeAsT!! Tongue


url=http://www.fallensword.com/?ref=4330516][Image: full_banner2.jpg][/url]
Find
Reply
« Next Oldest | Next Newest »
Pages (2): « Previous 1 2


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode