Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Maldita Castilla config question  (Read 1999 times)

0 Members and 1 Guest are viewing this topic.

cush

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 78
  • Last login:January 11, 2024, 02:46:37 pm
  • I want to build my own arcade controls!
Maldita Castilla config question
« on: October 15, 2013, 03:00:26 pm »
Well just put Maldita Castilla on my cab and love it, but I cant see the option to assign a button for the exit/quit. It lets me use buttons to jump and attack but that's it in options. Have you just edited the config file or am I missing something obvious ?. When I try to exit game in Maximus I can hear that maximus has gone back a screen to list of games but Maldita stays on screen, hope that makes sense  :-[

empardopo

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 526
  • Last login:July 20, 2025, 05:12:51 am
    • My personal forum
Re: Maldita Castilla config question
« Reply #1 on: October 15, 2013, 05:40:58 pm »
I have configured this game in mala but I've used my program AllInOneFYC to close the game.
Greetings

Enviado desde mi GT-N7100 usando Tapatalk 2

cush

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 78
  • Last login:January 11, 2024, 02:46:37 pm
  • I want to build my own arcade controls!
Re: Maldita Castilla config question
« Reply #2 on: October 16, 2013, 07:27:08 am »
I have configured this game in mala but I've used my program AllInOneFYC to close the game.
Greetings

Ok thanks for reply, was hoping I wouldn't need more software just to close a game.

empardopo

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 526
  • Last login:July 20, 2025, 05:12:51 am
    • My personal forum
Re: Maldita Castilla config question
« Reply #3 on: October 16, 2013, 09:09:25 am »
I have configured this game in mala but I've used my program AllInOneFYC to close the game.
Greetings

Ok thanks for reply, was hoping I wouldn't need more software just to close a game.

I'm sure that when you'll take a look to AllInOneFYC you don't need another program!!!  ;D
You have the instructions here.
Greetings!

BadMouth

  • Trade Count: (+6)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 9272
  • Last login:Yesterday at 08:21:00 am
  • ...
Re: Maldita Castilla config question
« Reply #4 on: October 16, 2013, 09:30:52 am »
I downloaded this, but haven't got around to installing it yet.

Autohotkey cures all.  You'll probably end up needing it for something else down the road.  I don't like extra stuff installed, but I use the hell out of autohotkey to get oddball emulators working the way I want.

Instead of pointing Maximus Arcade at the game exe, point it to an autohotkey script that launches the game and waits for you to press the exit key, then kills the game.  I don't know what your exit button and the exe are, so this is just an idea of how it would work:

Quote
Run, maldita.exe

ESC::
process, close, maldita.exe

ExitApp

Install autohotkey, copy and paste the above into notepad (correcting the exe name) and save it as Maldita Castilla.ahk (all file types) and put it in the same folder as the exe.  Then point Maximus arcade at it instead.  If Maximus must have the exe extension, you can right click on the ahk script and compile it to an exe.

cush

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 78
  • Last login:January 11, 2024, 02:46:37 pm
  • I want to build my own arcade controls!
Re: Maldita Castilla config question
« Reply #5 on: October 16, 2013, 11:22:53 am »

Instead of pointing Maximus Arcade at the game exe, point it to an autohotkey script that launches the game and waits for you to press the exit key, then kills the game.  I don't know what your exit button and the exe are, so this is just an idea of how it would work:

Quote
Run, maldita.exe

ESC::
process, close, maldita.exe

ExitApp

Install autohotkey, copy and paste the above into notepad (correcting the exe name) and save it as Maldita Castilla.ahk (all file types) and put it in the same folder as the exe.  Then point Maximus arcade at it instead.  If Maximus must have the exe extension, you can right click on the ahk script and compile it to an exe.

Cheers BadMouth just had a quick look but having never used scripts and batch files until now it takes me a few goes usually to get it right  :-[
1 thing that might make a difference is that when using esc in maldita it then brings up 3 options so you then need to use q to quit game.
secondly Can I just copy a shortcut to the maldita.ahk into the batch files folder in MA like I do with other games,hope that makes sense.
Will go have a read and give it a go  ???


cush

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 78
  • Last login:January 11, 2024, 02:46:37 pm
  • I want to build my own arcade controls!
Re: Maldita Castilla config question
« Reply #6 on: October 16, 2013, 11:33:16 am »
Quote from: empardopo
I'm sure that when you'll take a look to AllInOneFYC you don't need another program!!!  ;D
Greetings!
[/quote

Thanks, looks very similar so will give it a try.

BadMouth

  • Trade Count: (+6)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 9272
  • Last login:Yesterday at 08:21:00 am
  • ...
Re: Maldita Castilla config question
« Reply #7 on: October 16, 2013, 12:12:49 pm »
ESC::
process, close, maldita.exe

Kills the  game like bringing it up in windows task manager and forcing it closed.
Nothing is going to happen when you press escape except the game will stop running and instantly disappear.

If you copy it to a different folder, you'll have to specify the full path to launch the game.
i.e.
Run, C:\pcgames\maldita\maldita.exe
(or whatever your path is)

empardopo

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 526
  • Last login:July 20, 2025, 05:12:51 am
    • My personal forum
Re: Maldita Castilla config question
« Reply #8 on: October 16, 2013, 12:55:00 pm »
cush,

you can see an example here.



You don't need to learn Autohotkey. You only need to change the config of the AllInOneFYC for each game.

Greetings!

cush

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 78
  • Last login:January 11, 2024, 02:46:37 pm
  • I want to build my own arcade controls!
Re: Maldita Castilla config question
« Reply #9 on: October 16, 2013, 01:09:29 pm »
Thanks to you both, Im going to try both on different set-ups. I understand allinone may be the easier option but I do like to learn stuff too. Building this machine and getting it set the way I want it has been huge fun and info and help I have been given on this site has been fantastic. Thanks again I appreciate all you have done. :cheers:

empardopo

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 526
  • Last login:July 20, 2025, 05:12:51 am
    • My personal forum
Re: Maldita Castilla config question
« Reply #10 on: October 16, 2013, 01:38:50 pm »
Thanks to you both, Im going to try both on different set-ups. I understand allinone may be the easier option but I do like to learn stuff too. Building this machine and getting it set the way I want it has been huge fun and info and help I have been given on this site has been fantastic. Thanks again I appreciate all you have done. :cheers:

A pleasure to help you!