Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. My bare hosting costs are currently not met so please consider becoming a contibuting member by either clicking this text or the Patreon link on the right.

Patreon

If neither of those of work for you, you can donate any amount by clicking here.

Recommended Posts

Posted

Hi,

I got the new SSF 010 prototype R3 today and its doing my head in how to redifine keys.....

There is a redefine keys part of the emu but the usual supspects (ctrl, shift, space) are not recognised?

Any ideas....

Posted
  Beaps said:
Hi,

I got the new SSF 010 prototype R3 today and its doing my head in how to redifine keys.....

There is a redefine keys part of the emu but the usual supspects (ctrl, shift, space) are not recognised?

Any ideas....

autohotkey!

Posted

Or you could use the built-in key mapper in the new Advanced Config Editor. You can access it by pressing the ... button next to where it asks you what advanced cfg that you want to use in "Emultor Setup", or the .exe is located in the GameEx folder. It's a recent addition, so if you haven't updated in awhile you may need to.

Posted

Launch before: MyAHKScript.exe (Compiled script)

Launch after: Run, taskkill.exe /IM MyAHKScript.exe

Did you try the advanced config editor?

Posted
  Tempest said:
Launch before: MyAHKScript.exe (Compiled script)

Launch after: Run, taskkill.exe /IM MyAHKScript.exe

Did you try the advanced config editor?

Also you can add wait process close (process name) then exit app

:)

Im courious about the advanced controls feature of gameex also.. I keep forgetting about it. There is just so many things to do :)

Posted

Right here is what I have done....

I decided to go with a genric autohotkey that does the following

Button 1 - Key A

Button 2 - Key B

Button 3 - Key C

Button 4 - Key X

Button 5 - Key Y

Button 6 - Key Z

Start Button - Key 1

Now GAMEEX does not recognise my control panel. I want to use (A). to accept and (B). to go back but nothing happens.

How do I change GAMEEX?

Posted
  Beaps said:
Right here is what I have done....

I decided to go with a genric autohotkey that does the following

Button 1 Button 2 Button 3 Start Button

(Key A) (Key B ) (Key C) (Key 1)

Button 4 Button 5 Button 6

(Key X) (Key Y) (Key Z)

Now GAMEEX does not recognise my control panel. I want to use (A) to accept and (B) to go back but nothing happens.

How do I change GAMEEX?

Well you can use the setup wizard to edit input options for gameex... Or you can edit the script so it only remaps for certian emus... Or you can use the advanced controls setting Tempest mentioned that I forgot all about (which may be the best option for you)

So many options so little time.

Posted

I think I see what you mean... go to "Input Settings" then "Use Custom Keyboard Input" Set to "yes" and edit the keys... It doesn't give alot of options for different functions though...

Posted
  Beaps said:
Here you go....

*<CTRL::a ;

*<ALT::b ;

*<space::c ;

*<SHIFT::x ;

*<z::y ;

*<x::z ;

*<1::1 ;

return

Its not much :lol:

Looks ok to me.. I dont think Id use the astrixs and the less than or the semi colons. But you got to start some where.

I like you took the time to actually put it together. If you would like I can help you refine it a bit later.

Posted

When I look at advanced Input I can see these numbers

Select=30 (which is A on keyboard)

back=48 (which is B on Keyboard)

So my setup hotkey should work but they still dont?

Posted

I wasn't clear before... Use the "launch before, and after" in the emulator setup, not in Tweaks/Performance. That way, it will run for only this emulator, and not all of the time. I hope that fixes things for you!

Posted
  Tempest said:
I wasn't clear before... Use the "launch before, and after" in the emulator setup, not in Tweaks/Performance. That way, it will run for only this emulator, and not all of the time. I hope that fixes things for you!

I already have the command for deamon tools to load the iso in the command line. can you have two commands - if so how do you seperate both commands?

Posted

Probably the easiest way is to leave it in the Tweaks/Performance section, and have the hotkeys only work for that emulator. Add "#IfWinActive, emulator name" to the top of your script, where "emulator name" is the name that shows in the titlebar of the window when you run the emulator on it's own.

You may also want to add #SingleInstance Force to allow only one version of this script at a time.

Settitlematchmode, 2 allows to match the process name anywhere in the title.

I put notepad in as the title, so you can test to see that it works.

You may want to use window spy that came with AHK to get the title of the emulator window.

#SingleInstance Force
SettitleMatchmode, 2
#IfWinActive, Notepad
*<CTRL::a;
*<ALT::b;
*<space::c;
*<SHIFT::x;
*<z::y;
*<x::z;
*<1::1;
return

Posted
  Tempest said:
Probably the easiest way is to leave it in the Tweaks/Performance section, and have the hotkeys only work for that emulator. Add "#IfWinActive, emulator name" to the top of your script, where "emulator name" is the name that shows in the titlebar of the window when you run the emulator on it's own.

You may also want to add #SingleInstance Force to allow only one version of this script at a time.

Settitlematchmode, 2 allows to match the process name anywhere in the title.

I put notepad in as the title, so you can test to see that it works.

You may want to use window spy that came with AHK to get the title of the emulator window.

#SingleInstance Force
SettitleMatchmode, 2
#IfWinActive, Notepad
*<CTRL::a;
*<ALT::b;
*<space::c;
*<SHIFT::x;
*<z::y;
*<x::z;
*<1::1;
return

Yer that seems to work fine - just one more question...

When I wanna exit any emu I have to reach for the keyboard and press esc - how do I change it to 1 (player 1 start button) & Space (button C) pressed at the same time?

Posted
  Beaps said:
Yer that seems to work fine - just one more question...

When I wanna exit any emu I have to reach for the keyboard and press esc - how do I change it to 1 (player 1 start button) & Space (button C) pressed at the same time?

Wouldn't it be?

1 & C::ESC

Posted

Unless I'm reading you wrong, you're reading Frequency wrong... He was giving you the answer! Except I think you want:

1 & Space::Esc

Posted
  Tempest said:
Unless I'm reading you wrong, you're reading Frequency wrong... He was giving you the answer! Except I think you want:

1 & Space::Esc

True, But earlier in his script he has re-mapped Space to C.

BTW... Did you try any more with iview?

Posted

No, I haven't tried it yet. As you know I was up late last night, got up early, went to work, and just got home. The truth of the matter is I just don't feel like it. Working out in the cold really takes the energy out of me. On the bright side, the wind chill was 22 degrees warmer today than yeterday... yep, a whopping 9 degrees today! I will try it this weekend though... Thanks for your help!

Posted
  Tempest said:
No, I haven't tried it yet. As you know I was up late last night, got up early, went to work, and just got home. The truth of the matter is I just don't feel like it. Working out in the cold really takes the energy out of me. On the bright side, the wind chill was 22 degrees warmer today than yeterday... yep, a whopping 9 degrees today! I will try it this weekend though... Thanks for your help!

Its cool man, I understand all about being tired :lol: You had just mentioned in passing you had a few days off so I wasn't sure if you had today off.

I guess I'm just excited to hear about this next project.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...