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: UltraStik Mapper plugin for MaLa Version 1.3.00 now released (1/30/09)  (Read 86298 times)

0 Members and 1 Guest are viewing this topic.

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Edit: cleaned up first post to be more realistic in today's world.

Hello.  In my first attempt at actually contributing to this fine forum instead of just take, take, taking, I have written a plugin for MaLa 1.0RC8 (and above).  This plugin keys on the game selection, game start, game end, and emulator selection events and will apply map files (.ugc files) to your UltraStiks before a game is started and after a game has exited.


Installation consists of the following steps:



This plugin calls UltraMap.exe which is supplied by and may be downloaded from Ultimarc's website.  The PATH environment variable no longer needs to be modified to include the path to UltraMap.


Good luck!



« Last Edit: January 30, 2009, 09:19:38 am by fatfingers »
My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

edge

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 370
  • Last login:November 30, 2023, 11:56:46 am
  • AttractMode and GroovyArcade rock!
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #1 on: October 20, 2006, 05:14:05 pm »
Nice job, fatfingers!

I should be getting my UltraStiks next week so I'll miss out on all the bug squashing. ;)


fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #2 on: October 20, 2006, 05:59:18 pm »
Nice job, fatfingers!

I should be getting my UltraStiks next week so I'll miss out on all the bug squashing. ;)



haha!  You overestimate my availability!   ;D
My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

Aurich

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 291
  • Last login:September 12, 2021, 01:34:32 am
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #3 on: October 20, 2006, 06:19:51 pm »
Then, spend about 3.5 weeks generating all of your .ugc files
There must be a way to autogenerate this for most games, no? Maybe not for an oddball like Q-Bert, but most 4/8/analog.

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #4 on: October 20, 2006, 06:21:59 pm »

There is certainly a way and I'm working on it, but it may only work for mame v.106 since the xml format between that and .108 seems to have changed and I currently am using .106.
My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

edge

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 370
  • Last login:November 30, 2023, 11:56:46 am
  • AttractMode and GroovyArcade rock!
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #5 on: October 20, 2006, 06:47:19 pm »
Fatfingers,
From the way I understamd the plugin technology works, there should be a record available to your plugin that contains info about the selected/launched game (see below).

See the below excerpt from the Mala Plugin SDK pdf.

I think, instead of having UGC files for every game, maybe you can create the standard configs - ie, 8way.ugc, 4way.ugc, etc - and based on what is in "InputControl: Pchar; : Control type (mame.xml)" - you can call the correct UGC.

I haven't tried it, but it seems possible.

What do you think?

Quote
type
TEventGame = record
Description: Pchar; : Name of the game
Rom: Pchar; : Rom file of the game
CloneOf: Pchar; : Master rom file if any
Manufacturer: Pchar; : Manufacturer of the game
Genre: Pchar; : Genre of the game (catver.ini)
Year: Integer; : Year
InputButtons: Integer; : Count of input buttons (mame.xml)
InputCoins: Integer; : Count of coins (mame.xml)
InputPlayers: PChar; : Count of players + alternating
InputControl: Pchar; : Control type (mame.xml)
VideoScreen: Pchar; : Screen type
VideoOrientation: Pchar; : Screen orientation
VideoWidth: Integer; : Width of screen
VideoHeight: Integer; : Height of screen
DriverStatus: Pchar; : Driver status
Controls: Pchar; : Control type (controls.ini)
JoyUp: Pchar; : Game function Joy Up (controls.ini)
JoyDown: Pchar; : Game function Joy Down (controls.ini)
JoyLeft: Pchar; : Game function Joy Left (controls.ini)
JoyRight: Pchar; : Game function Joy Right (controls.ini)
Button1: Pchar; : Game function Button 1 (controls.ini)
Button2: Pchar; : Game function Button 2 (controls.ini)
Button3: Pchar; : Game function Button 3 (controls.ini)
Button4: Pchar; : Game function Button 4 (controls.ini)
Button5: Pchar; : Game function Button 5 (controls.ini)
Button6: Pchar; : Game function Button 6 (controls.ini)
Button7: Pchar; : Game function Button 7 (controls.ini)
Button8: Pchar; : Game function Button 8 (controls.ini)
Details: Pchar; : Control details (controls.ini)
RomPath: Pchar; : Path of rom file
Extension: Pchar; : Extension of rom file
Played: Integer; : Play counter
end;

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #6 on: October 20, 2006, 07:09:06 pm »

I will most definitely look into that possibility, edge.
My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

loadman

  • Moderator
  • Trade Count: (+3)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4305
  • Last login:August 17, 2020, 03:23:55 am
  • Cocktail Cab owner and MaLa FE developer
    • MaLa
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #7 on: October 20, 2006, 07:22:22 pm »

I will most definitely look into that possibility, edge.


And when your finished you need to get to work on a Plug-in for a Serial LCD (reading mamewah type LCD files) for CIRCO and the Beta-brite LED Plug-in for Timoe    :P What do you want for X-mas?

The wife has said I've exceeded my PC allowance this month allready so I'm off to mow the law (And no that's not a Euphemism)  ;)

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #8 on: October 20, 2006, 08:58:14 pm »

I will most definitely look into that possibility, edge.


And when your finished you need to get to work on a Plug-in for a Serial LCD (reading mamewah type LCD files) for CIRCO and the Beta-brite LED Plug-in for Timoe    :P What do you want for X-mas?


If I had any idea what you are talking about, perhaps...but I don't.
My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

loadman

  • Moderator
  • Trade Count: (+3)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4305
  • Last login:August 17, 2020, 03:23:55 am
  • Cocktail Cab owner and MaLa FE developer
    • MaLa
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #9 on: October 20, 2006, 10:22:15 pm »

I will most definitely look into that possibility, edge.


And when your finished you need to get to work on a Plug-in for a Serial LCD (reading mamewah type LCD files) for CIRCO and the Beta-brite LED Plug-in for Timoe    :P What do you want for X-mas?


If I had any idea what you are talking about, perhaps...but I don't.


Just kidding

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #10 on: October 20, 2006, 11:18:18 pm »

Yeah, I know.  :-)

How familiar are you with the plugins?  I'm having some difficulties getting my plugin to show up in loaded plugins right now even though the debug log claims it loaded it?  :banghead:
My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

EnderWiggen22

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 57
  • Last login:March 23, 2010, 09:32:27 pm
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #11 on: October 21, 2006, 12:08:00 am »
Sorry to throw in this newbish interjection, but what are plugins used for in mala and what exactly is this one attempting to accomplish?
Terrorism and Patriotism are only separated by success

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #12 on: October 21, 2006, 12:14:11 am »

Plugins in MaLa are new in version 1.0 RC8.  There are certain events that plugins can be called for (like game selection, game start, game end, etc.).  This particular plugin is used upon game start and game end to apply appropriate map files to Ultimarc Ultrastik joysticks so that the joysticks will operate in 4-way mode if it is a 4-way game, 8-way if an 8-way game, etc.
My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #13 on: October 21, 2006, 12:19:06 am »
I'm having some difficulties getting my plugin to show up in loaded plugins right now even though the debug log claims it loaded it?  :banghead:

Solved, I guess.  Since my machine is pretty pristine, I had to statically link the CRT into my plugin or the plugin wouldn't truly load.

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

loadman

  • Moderator
  • Trade Count: (+3)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4305
  • Last login:August 17, 2020, 03:23:55 am
  • Cocktail Cab owner and MaLa FE developer
    • MaLa
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #14 on: October 21, 2006, 12:35:50 am »
I'm having some difficulties getting my plugin to show up in loaded plugins right now even though the debug log claims it loaded it?  :banghead:

Solved, I guess.  Since my machine is pretty pristine, I had to statically link the CRT into my plugin or the plugin wouldn't truly load.



I have the code for the 'Delphi' version of the plugin and all I do is rename the built LEDWizControl.dll to LEDWizControl.mplugin and mala finds it when it is the plugin folder ok.  I don't know about C++

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #15 on: October 21, 2006, 01:00:30 am »
I do believe I have the next version working now.  Changes include:

  • No longer need maps for all games.  Instead, the InputControl field of the MaLa event is used to determine what map to apply to the sticks (thanks, edge!).  If no joysticks are in this field, then no maps are applied.
  • The plugin will first check to see if there is a specific map file for the rom name before using the InputControl field to determine the map name.  This allows for things like having one 4way.ugc file for all 4way games, but also for a qbert.ugc file that allows for qbert to have a slightly different map file than the standard 4way.ugc
  • Added ability to assign the MaLa map file at MaLa start time. (mala.ugc)
  • Added ability to assign a map at MaLa exit time. (malaexit.ugc)

I may still have to work out what the best way is to invoke the UltraMap program.  Currently you basically have to install it in your MaLa folder.   >:(

I'm a little sleepy right now so I will post more details/where to get the plugin tomorrow.
« Last Edit: October 21, 2006, 01:02:04 am by fatfingers »
My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

loadman

  • Moderator
  • Trade Count: (+3)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4305
  • Last login:August 17, 2020, 03:23:55 am
  • Cocktail Cab owner and MaLa FE developer
    • MaLa
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #16 on: October 21, 2006, 02:32:12 am »
Sorry to throw in this newbish interjection, but what are plugins used for in mala and what exactly is this one attempting to accomplish?

Another bonus is Developers/users can develop plug-ins for hardware or other features without the MaLa main code being altered or SWINDUS necessarily being involved.

swindus

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 391
  • Last login:July 28, 2021, 05:52:50 am
    • MaLa - M.A.M.E. Launcher
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #17 on: October 21, 2006, 03:47:00 am »
Then, spend about 3.5 weeks generating all of your .ugc files
There must be a way to autogenerate this for most games, no? Maybe not for an oddball like Q-Bert, but most 4/8/analog.
Another way to solve this:
Check if a file for a rom exists and if not use a default file for this game like the mala.ugc file.

EDIT: forget it ...  ;)
« Last Edit: October 21, 2006, 03:51:58 am by swindus »

swindus

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 391
  • Last login:July 28, 2021, 05:52:50 am
    • MaLa - M.A.M.E. Launcher
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #18 on: October 21, 2006, 03:50:55 am »

Yeah, I know.  :-)

How familiar are you with the plugins?  I'm having some difficulties getting my plugin to show up in loaded plugins right now even though the debug log claims it loaded it?  :banghead:

Enable the debug log in MaLa and watch the log. There are a lot of information about loading the plugins. To show your plugin properly in MaLa implement the PluginName and PluginCopyright function.

EDIT: Hmm, I should read the complete thread before posting ....
Good work fatfingers!  :applaud:
« Last Edit: October 21, 2006, 04:01:37 am by swindus »

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #19 on: October 21, 2006, 11:37:25 am »

This plugin is now working very well for me.  If there is anyone out there that would like to give it a try, I'd like to see how it works on someone else's machine before I send it out to the masses.  Please PM me if you're interested in giving this a go.

Thanks!
My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

Aurich

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 291
  • Last login:September 12, 2021, 01:34:32 am
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #20 on: October 21, 2006, 01:14:51 pm »
I haven't ordered my Ultrastiks yet, so I can't beta test or I'd offer to, but I just wanted to voice my appreciation for your efforts. :)

Your solution now sounds very reasonable, as you can leave the default Mala map as an 8-way and then only deal with the occasional oddball ROM that needs some settings tweaks or missing info added.

gamecreature

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 466
  • Last login:October 29, 2008, 08:35:37 pm
  • I'm making this up as I go along.
    • Gamecreature
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #21 on: October 21, 2006, 01:39:39 pm »
Same here - I'm hoping to get some ultrastiks and then I'll be looking forward to adding this functionality to my cab!  ;D
Make your cabinet look its best with custom art from
Gamecreature!

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #22 on: October 21, 2006, 02:08:31 pm »
I haven't ordered my Ultrastiks yet, so I can't beta test or I'd offer to, but I just wanted to voice my appreciation for your efforts. :)

Your solution now sounds very reasonable, as you can leave the default Mala map as an 8-way and then only deal with the occasional oddball ROM that needs some settings tweaks or missing info added.

Same here - I'm hoping to get some ultrastiks and then I'll be looking forward to adding this functionality to my cab!  ;D

Thanks guys!  Let me know when you're ready!
My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

kkingsto

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 46
  • Last login:January 13, 2021, 10:49:55 am
  • I want to build my own arcade controls!
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #23 on: October 26, 2006, 08:54:29 pm »
Just tried this.. Got an error saying the file was not a valid plugin???

loadman

  • Moderator
  • Trade Count: (+3)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4305
  • Last login:August 17, 2020, 03:23:55 am
  • Cocktail Cab owner and MaLa FE developer
    • MaLa
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #24 on: October 26, 2006, 09:06:48 pm »
Just tried this.. Got an error saying the file was not a valid plugin???

You have to pay SWINDUS

[DR EVIL VOICE]   One Million Dollars  [/DR EVIL VOICE]    :laugh2:

Sorry I am in a weird mood....  I can't help as its fatfingers code

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #25 on: October 27, 2006, 09:56:45 am »
Just tried this.. Got an error saying the file was not a valid plugin???

Sorry about that.  If you read the whole post I ran into the same issue when I tried it at home.  The issue is one of C Runtime DLLs existing or not existing on your machine.  I have solved this issue in the latest plugin.  However, I have not posted that plugin yet as I have been waiting for beta testers before posting for general availability.  If you're willing to give beta testing a shot (this plugin works like magic on my machine), then please let me know.  The one caveat is that I cannot set you up until I get home and I will not be home until Sunday at the earliest.

Oh, one last thing, I have now removed the plugin attachment from the first post.
My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

Aurich

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 291
  • Last login:September 12, 2021, 01:34:32 am
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #26 on: October 27, 2006, 12:42:20 pm »
The cab my UltraStiks are going into is still bare MDF, don't wait on me, I'm not likely to be ready to test anything for another month or two at best. :)

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #27 on: October 27, 2006, 02:15:14 pm »
The cab my UltraStiks are going into is still bare MDF, don't wait on me, I'm not likely to be ready to test anything for another month or two at best. :)

No problem.  Just waiting for anyone to volunteer.
My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

kkingsto

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 46
  • Last login:January 13, 2021, 10:49:55 am
  • I want to build my own arcade controls!
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #28 on: October 27, 2006, 03:25:46 pm »
The cab my UltraStiks are going into is still bare MDF, don't wait on me, I'm not likely to be ready to test anything for another month or two at best. :)

No problem.  Just waiting for anyone to volunteer.

I'll volunteer.   I've got 2 ultrastiks.  I've already set one up and going to do the other one sometime this weekend.


fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #29 on: October 27, 2006, 03:33:03 pm »

I'll volunteer.   I've got 2 ultrastiks.  I've already set one up and going to do the other one sometime this weekend.


Great, I can hopefully send you the package Sunday night.  If not then, Monday.
My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

kkingsto

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 46
  • Last login:January 13, 2021, 10:49:55 am
  • I want to build my own arcade controls!
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #30 on: October 29, 2006, 03:30:43 pm »

I'll volunteer.   I've got 2 ultrastiks.  I've already set one up and going to do the other one sometime this weekend.


Great, I can hopefully send you the package Sunday night.  If not then, Monday.


OK...

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #31 on: October 29, 2006, 07:17:28 pm »

I'll volunteer.   I've got 2 ultrastiks.  I've already set one up and going to do the other one sometime this weekend.


Great, I can hopefully send you the package Sunday night.  If not then, Monday.


OK...

PM sent with query on how to send the package to you.

Thanks!
My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

kkingsto

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 46
  • Last login:January 13, 2021, 10:49:55 am
  • I want to build my own arcade controls!
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #32 on: October 29, 2006, 08:16:45 pm »

I'll volunteer.   I've got 2 ultrastiks.  I've already set one up and going to do the other one sometime this weekend.


Great, I can hopefully send you the package Sunday night.  If not then, Monday.


OK...

PM sent with query on how to send the package to you.

Thanks!


PM sent... 

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #33 on: October 29, 2006, 09:37:01 pm »

I'll volunteer.   I've got 2 ultrastiks.  I've already set one up and going to do the other one sometime this weekend.


Great, I can hopefully send you the package Sunday night.  If not then, Monday.


OK...

PM sent with query on how to send the package to you.

Thanks!


PM sent... 

Package sent
My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

kkingsto

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 46
  • Last login:January 13, 2021, 10:49:55 am
  • I want to build my own arcade controls!
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #34 on: November 03, 2006, 08:03:40 pm »
Been playing around with the plugin for a few days.   It works great!!!

loadman

  • Moderator
  • Trade Count: (+3)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4305
  • Last login:August 17, 2020, 03:23:55 am
  • Cocktail Cab owner and MaLa FE developer
    • MaLa
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #35 on: November 03, 2006, 10:06:37 pm »
Been playing around with the plugin for a few days.   It works great!!!


Good News  ;D

javeryh

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7901
  • Last login:March 17, 2024, 05:35:40 pm
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #36 on: November 05, 2006, 06:35:30 pm »
Wow - great thread!  I'm looking at a Ultimarc 360 right now and this would be a perfect solution!

Popcorrin

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 858
  • Last login:March 06, 2022, 11:11:43 am
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #37 on: December 16, 2006, 11:29:48 am »
Was this plugin ever released?  I would like to try it out but I didn't see where to download it.

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #38 on: December 16, 2006, 02:55:37 pm »


Funny you should ask today.  I just sent a message to swindus today so he can post the plugin for download.  When he has it posted, I will update this message with details.

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #39 on: December 17, 2006, 05:54:08 pm »
I have it on good word loadman's word  ;D that Swindus is MIA.  So, I have attached the plugin and instructions to this message.  I hope that's not a misuse...when Swindus returns and posts the plugin I will remove these attachments.

The first one is a .txt file of installation/usage instructions.  The 2nd one is a .rar file that must be renamed (just remove the .txt from the end of it).

Let me know how things go!


Edit: That didn't work (renaming rar file) so I removed the attachments.

« Last Edit: December 17, 2006, 06:53:40 pm by fatfingers »
My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

Donkey_Kong

  • heh. I dont know what it stands for but I'm immature and thats hilarious.
  • Trade Count: (+14)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1693
  • Last login:October 20, 2019, 12:39:54 am
    • CNC Machines
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #40 on: December 17, 2006, 07:08:11 pm »
WOW! I just realized this "Ultra Utility's" existance Fatfingers! I haven't been over here in the software dept. for a LONG time! Fatfingers you could maybe post a link from Hardware reviews posts and Main posts about Ultra Stiks so that more U 360 owners would become aware of it! It seems really neat.

Also, Am I understanding it correctly that you need a host for the files for this U 360 plugin/application files? I might be able ot help there...Not sure though if that is what you need.
Carved Signs, Custom Gameroom Signs, and Arcade Game Decor and now CNC MACHINES by Melissa Jones

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #41 on: December 17, 2006, 07:31:23 pm »
OK, thanks to the generosity of loadman, the plugin and instructions may be downloaded from the following links:

Plugin

Thanks loadman!  :cheers:




Edit: url updated to mala plugins page

Edit: Thanks to loadman for temporarily hosting the files!



« Last Edit: December 19, 2006, 07:30:55 pm by fatfingers »
My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #42 on: December 17, 2006, 07:59:41 pm »

Hi Donkey_Kong!  Thanks for the offer to host the files.  Loadman has generously offered his site up for the time being.  I think Swindus plans to host them long term.  If something doesn't work out for the long term, I will contact you about hosting!

Cheers!

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

javeryh

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7901
  • Last login:March 17, 2024, 05:35:40 pm
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #43 on: December 18, 2006, 11:42:24 am »
I can't wait to try this out.  I received my U360 and I plan on using Mala as my FE in a "vertical only" cab I'm building now.  This is an amazing idea - It will be so nice to switch from Galaga to 1942 to Q*Bert seamlessly!

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #44 on: December 18, 2006, 12:25:12 pm »
I can't wait to try this out.  I received my U360 and I plan on using Mala as my FE in a "vertical only" cab I'm building now.  This is an amazing idea - It will be so nice to switch from Galaga to 1942 to Q*Bert seamlessly!

Indeed, it is a wonderful thing.  Please let me know how it works out for you.

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

Popcorrin

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 858
  • Last login:March 06, 2022, 11:11:43 am
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #45 on: December 18, 2006, 12:35:18 pm »
Well done fatfingers.   :applaud:  I have been playing with this and it seems to work flawlessly. 

One question,  if I am not mistaken, you need to create a ugc for not only the master but clones also if you want to override what is in mame, is this correct?

Thanks

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #46 on: December 18, 2006, 01:26:15 pm »
Well done fatfingers.   :applaud:  I have been playing with this and it seems to work flawlessly. 

One question,  if I am not mistaken, you need to create a ugc for not only the master but clones also if you want to override what is in mame, is this correct?

Thanks

Yes, you must also create .ugc files for clones -- the .ugc files must match the rom name (if you want specific maps for a game).


Great to hear it is working well!


My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

loadman

  • Moderator
  • Trade Count: (+3)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4305
  • Last login:August 17, 2020, 03:23:55 am
  • Cocktail Cab owner and MaLa FE developer
    • MaLa
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #47 on: December 19, 2006, 07:14:01 pm »
Looks like SWINDUS has posted your Plug-in on the MaLa site now

 :applaud:


« Last Edit: December 19, 2006, 09:09:34 pm by loadman »

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #48 on: December 19, 2006, 07:29:22 pm »

YAY Swindus!   :cheers:

I have updated the links above to now point to MaLa's plugin page.

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #49 on: December 26, 2006, 01:38:53 pm »

I would like to hear from a few people that have tried this to know how it worked for them (and to know if anyone has downloaded it at all).

Thanks!

 :cheers:

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

Ninten-doh

  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 584
  • Last login:March 31, 2017, 10:37:18 am
  • I promise sweetie, this is my last cab purchase
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #50 on: December 26, 2006, 07:07:42 pm »
FF, just got a U360 for Christmas (my wife is the best!), and I'll be trying the plugin this week.   :cheers:

Ninten-doh

  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 584
  • Last login:March 31, 2017, 10:37:18 am
  • I promise sweetie, this is my last cab purchase
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #51 on: December 26, 2006, 11:54:42 pm »
FatFingers,
Does the UltraMap program still need to be installed in the Mala folder?  I changed the PATH variable to include where I have UltraMap installed, but it's not working.  The plugin shows up in Mala, but it's not changing the maps.     ???

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #52 on: December 27, 2006, 09:52:57 am »
FatFingers,
Does the UltraMap program still need to be installed in the Mala folder?  I changed the PATH variable to include where I have UltraMap installed, but it's not working.  The plugin shows up in Mala, but it's not changing the maps.     ???

The plugin needs to be in the MaLa folder, but not the UltraMap program.  Please tell me where the UltraMap program is installed and show me your PATH variable just to be sure everything is set up right.

Oh, you did stop and then restart MaLa after changing your PATH, right?

Oh, and your UltraStik(s) show up in the device manager and game controllers and test out fine otherwise?

I will be away for a couple of days, so sorry if I am slow in responding after this.

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

Ninten-doh

  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 584
  • Last login:March 31, 2017, 10:37:18 am
  • I promise sweetie, this is my last cab purchase
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #53 on: December 27, 2006, 10:55:43 am »
FF,
The path to the UltraMap software is:  C:\Program Files\UltraMap

I then went to Windows XP system properties and changed the Path variable to include the path above (semi-colon, then the path).  See the attached pic for where I changed the path.  Is there a path variable within MaLa that I need to change or is this the correct one?

>Oh, you did stop and then restart MaLa after changing your PATH, right?<
Yup!

>Oh, and your UltraStik(s) show up in the device manager and game controllers and test out fine otherwise?<
Yup!

Ninten-doh

  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 584
  • Last login:March 31, 2017, 10:37:18 am
  • I promise sweetie, this is my last cab purchase
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #54 on: December 27, 2006, 11:14:55 am »
Also, does it matter that I'm using Mame .103?

Popcorrin

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 858
  • Last login:March 06, 2022, 11:11:43 am
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #55 on: December 28, 2006, 10:40:33 am »
    I didn't see anything wrong with it, so I went ahead and put the ultramap program in my mala folder.  I did try changing the path first but I wasn't successful in getting it to work this way.  With the program in the mala folder everything worked great. 
   

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #56 on: December 28, 2006, 11:59:43 am »

Ninten-doh: That is the appropriate place to edit the path.  When I get home we'll try to work through it together (making sure everything is installed in the right place, etc.).  First, however, how do you know that the maps are not being applied properly?  Do you get an error from UltraMap?  As long as MaLa fully supports MAME .103 then I don't see why that should matter.

Popcorrin: Did you try the plugin with UltraMap in its own directory first or just go directly to installing in the same directory?

Thanks guys!

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

Ninten-doh

  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 584
  • Last login:March 31, 2017, 10:37:18 am
  • I promise sweetie, this is my last cab purchase
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #57 on: December 28, 2006, 01:59:34 pm »
Popcorrin, FatFingers, thanks for looking into this. 

FF, I know the maps are not being applied because I'll open up UltraMap and load a "4 way" map.  Then, I'll open up MaLa and try to play an 8-way game like Golden Axe.  An 8-way map should load for Golden Axe and it should play fine, but when I play it, it will only let me move 4-way. 

If I manually load an 8-way map in UltraMap, then load Mame from the command line (no MaLa), Golden Axe plays correctly in 8-way.  I've tried this out with a variety of different games and it always loads the game with the UltraMap that was last manually loaded.

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #58 on: December 28, 2006, 02:45:59 pm »

Odd.  But, the good news is that UltraMap is working fine and your sticks are responding to it.   Working out the plugin issue should not be too hard.  Is there a phone number I can reach you at (assuming my cell is charged)?

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

Ninten-doh

  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 584
  • Last login:March 31, 2017, 10:37:18 am
  • I promise sweetie, this is my last cab purchase
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #59 on: December 28, 2006, 03:45:55 pm »
Fatfingers, will you be available tomorrow?  I'm actually at my in-laws sneaking a peak at the forum every once in awhile today.  ;D

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #60 on: December 28, 2006, 03:52:54 pm »
Fatfingers, will you be available tomorrow?  I'm actually at my in-laws sneaking a peak at the forum every once in awhile today.  ;D

heh...I too am at my in-laws (on dialup!!! eww!!!!) sneaking a peak.  Yes, tomorrow would likely work much better for me.

Let me know.

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

Ninten-doh

  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 584
  • Last login:March 31, 2017, 10:37:18 am
  • I promise sweetie, this is my last cab purchase
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #61 on: December 28, 2006, 03:56:14 pm »
Hehehe, enjoy the day.  I'll PM you with a time and phone # for tomorrow later.

loadman

  • Moderator
  • Trade Count: (+3)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4305
  • Last login:August 17, 2020, 03:23:55 am
  • Cocktail Cab owner and MaLa FE developer
    • MaLa
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #62 on: December 28, 2006, 05:54:19 pm »
... No No  I 've been following this thread.  :'(

Please post the result  ;)

Popcorrin

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 858
  • Last login:March 06, 2022, 11:11:43 am
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #63 on: December 28, 2006, 07:36:14 pm »


Popcorrin: Did you try the plugin with UltraMap in its own directory first or just go directly to installing in the same directory?

Thanks guys!



I first tried it with ultramap in its own directory and I could not get it to work.  I only tried for a little bit.  I couldn't see any problem with have the ultramap software in the mala folder so I did this instead.

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #64 on: December 28, 2006, 09:44:29 pm »


Popcorrin: Did you try the plugin with UltraMap in its own directory first or just go directly to installing in the same directory?

Thanks guys!



I first tried it with ultramap in its own directory and I could not get it to work.  I only tried for a little bit.  I couldn't see any problem with have the ultramap software in the mala folder so I did this instead.


 :cry:

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

loadman

  • Moderator
  • Trade Count: (+3)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4305
  • Last login:August 17, 2020, 03:23:55 am
  • Cocktail Cab owner and MaLa FE developer
    • MaLa
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #65 on: December 28, 2006, 10:46:06 pm »


Popcorrin: Did you try the plugin with UltraMap in its own directory first or just go directly to installing in the same directory?

Thanks guys!



I first tried it with ultramap in its own directory and I could not get it to work.  I only tried for a little bit.  I couldn't see any problem with have the ultramap software in the mala folder so I did this instead.


 :cry:



Sounds like you need a Logger option or a Pop Up Window (like my serial Plug-in) to de- bug.  To See what the Plug-in is trying to do.

Chances are it's a simple working directory issue (best guess anyway)

Ninten-doh

  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 584
  • Last login:March 31, 2017, 10:37:18 am
  • I promise sweetie, this is my last cab purchase
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #66 on: December 28, 2006, 11:11:59 pm »
FatFingers,
Like Popcorrin, I installed UltraMap in the MaLa folder and now it works like a charm.   :applaud:

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #67 on: December 29, 2006, 07:38:57 am »

Can we still get together today and check out why it wasn't working in a separate folder?

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

Ninten-doh

  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 584
  • Last login:March 31, 2017, 10:37:18 am
  • I promise sweetie, this is my last cab purchase
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #68 on: December 29, 2006, 11:47:25 am »
FatFingers,
I would be happy to help troubleshoot.  I'm sending you my contact info via PM.

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #69 on: December 29, 2006, 07:03:06 pm »


Popcorrin: Did you try the plugin with UltraMap in its own directory first or just go directly to installing in the same directory?

Thanks guys!



I first tried it with ultramap in its own directory and I could not get it to work.  I only tried for a little bit.  I couldn't see any problem with have the ultramap software in the mala folder so I did this instead.


Popcorrin:  Any chance you are using a shortcut to start MaLa?

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

loadman

  • Moderator
  • Trade Count: (+3)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4305
  • Last login:August 17, 2020, 03:23:55 am
  • Cocktail Cab owner and MaLa FE developer
    • MaLa
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #70 on: December 29, 2006, 07:10:45 pm »
I first tried it with ultramap in its own directory and I could not get it to work.  I only tried for a little bit.  I couldn't see any problem with have the ultramap software in the mala folder so I did this instead.


Popcorrin:  Any chance you are using a shortcut to start MaLa?

[/quote]

If so it could be the same issue I had with the 'speech' plug-in. You can either add the path into the 'start-in' section of your short-cut or fat-fingers can re-code to set the working directory.

See this thread:

http://forum.arcadecontrols.com/index.php?topic=59589.msg593164#msg593164

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #71 on: December 29, 2006, 10:27:10 pm »

I would like to extend my thanks to Ninten-doh for his help in debugging his issues today.  He spent a ton of his "free" time working with me.  Unfortunately I still have not tracked his issue down, but am hopeful we are getting close.

Thanks Ninten-doh!  :cheers:  :cheers:  :cheers:  :notworthy:  :notworthy:  :notworthy:

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

Ninten-doh

  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 584
  • Last login:March 31, 2017, 10:37:18 am
  • I promise sweetie, this is my last cab purchase
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #72 on: December 29, 2006, 10:57:42 pm »
FF, you're totally welcome!  It's the least I can do to "give back" to you and the other programmers who come up with these great free programs and plug-ins.   :applaud: :applaud: :applaud:

Good news is the latest beta you sent me is just about perfect!  A minor(?) desktop flicker when exiting games is the only remaining issue I seem to have.

Popcorrin

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 858
  • Last login:March 06, 2022, 11:11:43 am
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #73 on: December 30, 2006, 09:57:51 am »


Popcorrin: Did you try the plugin with UltraMap in its own directory first or just go directly to installing in the same directory?

Thanks guys!



I first tried it with ultramap in its own directory and I could not get it to work.  I only tried for a little bit.  I couldn't see any problem with have the ultramap software in the mala folder so I did this instead.


Popcorrin:  Any chance you are using a shortcut to start MaLa?



I am not using a shortcut to start MaLa.

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #74 on: December 30, 2006, 10:48:35 am »

Popcorrin:  Any chance you are using a shortcut to start MaLa?



I am not using a shortcut to start MaLa.


 :timebomb:

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

headkaze

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2943
  • Last login:August 14, 2023, 02:00:48 am
  • 0x2b|~0x2b?
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #75 on: December 30, 2006, 06:14:27 pm »
If so it could be the same issue I had with the 'speech' plug-in. You can either add the path into the 'start-in' section of your short-cut or fat-fingers can re-code to set the working directory.

I'm not sure if this is of any help, but when writing dll's it's handy to be able to get the path to it so you can work with files in the same folder. Check out Delphi tip#98.

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #76 on: December 30, 2006, 06:27:03 pm »

Delphi, Delphi, Delphi...who are you people?!?!?   ;)

Thanks.  The next version of the plugin is already written and will include the ability to know what directory the dll is running in (oh, and to find maps for clones so you don't need maps for each clone, just the master!).



My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

loadman

  • Moderator
  • Trade Count: (+3)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4305
  • Last login:August 17, 2020, 03:23:55 am
  • Cocktail Cab owner and MaLa FE developer
    • MaLa
Re: UltraStik Mapper plugin for MaLa 1.0RC8
« Reply #77 on: December 31, 2006, 04:26:50 am »
Delphi, Delphi, Delphi...who are you people?!?!?   ;)

Fatfingers uses C++ I think?

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #78 on: January 18, 2007, 09:17:51 am »


Version 1.1 of this plugin is now available for download from here.

The major feature of this release is that now you don't have to have a game-specific map for all clones of a game!  For example, if you have a qbert.ugc file, now that file will also work for the qberta.ugc rom, etc.

Search order for maps is:

rom name .ugc file
if a clone of a rom, the clone of rom name .ugc file
control specific .ugc file (2way, 4way, etc.)


Enjoy!

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

Ninten-doh

  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 584
  • Last login:March 31, 2017, 10:37:18 am
  • I promise sweetie, this is my last cab purchase
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #79 on: January 23, 2007, 01:03:56 pm »
FF, does the plugin work with other emulators?  For example, if I install Daphne, will it work if I create maps for each Daphne game or is the plugin MAME specific?

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #80 on: January 23, 2007, 04:03:28 pm »
FF, does the plugin work with other emulators?  For example, if I install Daphne, will it work if I create maps for each Daphne game or is the plugin MAME specific?

I didn't write it to be MAME-specific so who knows.  I would be willing to help you work through any issues you might have.

The plugin itself does not care what the emulator is as long as MaLa is sending the correct rom name info to the plugin.  Please let me know how I can help!

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

edge

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 370
  • Last login:November 30, 2023, 11:56:46 am
  • AttractMode and GroovyArcade rock!
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #81 on: January 23, 2007, 04:39:13 pm »
fatfingers - not sure what mala sends for controller info on non-mame emulators, but... since most other emulators have one config for the entire platform (ie, all atari2600 games are 8 way, etc), you could potentially allow the user to create generic cfgs for each emulator.  ?

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #82 on: January 23, 2007, 06:02:14 pm »

I most certainly could.  If an emulator is going to go with only one controller, this should be easy for me to do.  I would just have to have the plugin listen to emulator switches and apply emulator named files at that time, I suppose.  Hmmm...but would still want the mala map while in mala, so maybe it's not that straightforward, but I could try something.

Ninten-doh: Is this something that would work for you?

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

Ninten-doh

  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 584
  • Last login:March 31, 2017, 10:37:18 am
  • I promise sweetie, this is my last cab purchase
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #83 on: January 23, 2007, 06:26:21 pm »
Absolutely, though I'm not sure off-hand if all the Daphne game are 4-way like Dragon's Lair and Space Ace.

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #84 on: January 24, 2007, 09:23:07 am »

I'll see what I can do.  However, it may take a while as I don't have Daphne installed and I'll need that for testing.

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

squirrellydw

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1584
  • Last login:April 12, 2021, 11:30:22 am
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #85 on: January 27, 2007, 07:23:44 pm »
Why can't I get this to work?  What path do I have to change, pics would be great?
I b**ch. People listen!!

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #86 on: January 28, 2007, 09:49:20 am »
Why can't I get this to work?  What path do I have to change, pics would be great?


 :dunno

Did you follow the instructions in the installation document?  Does the plugin show up in the MaLa options plugin tab?  Do any of the maps work?  Just some?
My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

squirrellydw

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1584
  • Last login:April 12, 2021, 11:30:22 am
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #87 on: January 28, 2007, 10:07:23 am »
The plugin does show up but nothing is working.  The last step in the instructions say you have to change a path, what path am I changing?
I b**ch. People listen!!

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #88 on: January 28, 2007, 11:39:22 am »

Oh, that is the Path environment variable.  If you don't know how to do that, perhaps this link will help?

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

squirrellydw

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1584
  • Last login:April 12, 2021, 11:30:22 am
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #89 on: January 28, 2007, 03:30:37 pm »
ok, thanks.  So I just set the path to the file I downloaded from the Utimarc site?  I never done this before.
I b**ch. People listen!!

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #90 on: January 28, 2007, 03:34:00 pm »
ok, thanks.  So I just set the path to the file I downloaded from the Utimarc site?  I never done this before.

The file you downloaded from the Ultimarc site is an installation program.  Run the installation program and make note of which directory you chose to install it into (the default is fine, but make a note of it).  Then, after that is installed edit the PATH environment variable to contain the directory you installed the program into.   Follow the PATH variable editing instructions in the link I posted above.

All should work after that.

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

Aurich

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 291
  • Last login:September 12, 2021, 01:34:32 am
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #91 on: January 29, 2007, 03:05:48 pm »

Oh, that is the Path environment variable.  If you don't know how to do that, perhaps this link will help?

You should include that link in the text file with the plugin, I had no idea how to do that either. :)

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #92 on: January 29, 2007, 04:08:56 pm »

Oh, that is the Path environment variable.  If you don't know how to do that, perhaps this link will help?

You should include that link in the text file with the plugin, I had no idea how to do that either. :)

I will try to remember to include instructions for this in the next release.
My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #93 on: January 29, 2007, 04:19:29 pm »

Aurich, how has your luck been with the plugin?

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

Aurich

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 291
  • Last login:September 12, 2021, 01:34:32 am
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #94 on: January 29, 2007, 05:47:05 pm »

Aurich, how has your luck been with the plugin?
Actually I just tried to get it working today for the first time, and after reading that link have it up and running. :) It seems to work great, thanks so much for writing this for the community.

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #95 on: January 29, 2007, 06:26:56 pm »

Aurich, how has your luck been with the plugin?
Actually I just tried to get it working today for the first time, and after reading that link have it up and running. :) It seems to work great, thanks so much for writing this for the community.

That's great news!  Thanks!

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #96 on: January 30, 2007, 09:42:26 am »
ok, thanks.  So I just set the path to the file I downloaded from the Utimarc site?  I never done this before.

The file you downloaded from the Ultimarc site is an installation program.  Run the installation program and make note of which directory you chose to install it into (the default is fine, but make a note of it).  Then, after that is installed edit the PATH environment variable to contain the directory you installed the program into.   Follow the PATH variable editing instructions in the link I posted above.

All should work after that.



I just wanted to report that squirellydw's problems have been solved.  He had a misplaced directory and needed to enable joysticks in his mame.ini.  To do this, edit mame.ini and change 'joystick 0' to 'joystick 1'.

Enjoy!

« Last Edit: January 30, 2007, 06:11:13 pm by fatfingers »
My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

boboli

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 72
  • Last login:March 22, 2013, 04:03:29 pm
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #97 on: January 30, 2007, 10:49:16 am »
I have followed all instructions but I cannot get this working.

I installed UltraMap and edited my Path variable. I see the plugin within MaLa. Do I have to create .ugc files for each game? I thought MaLa would default to some configuration based on type of game? Where does MaLa get that information (to default to).

I tried the following:

Run UltraMap and map to 2 way left/right
Run MaLa and open PacMan - joys are stuck to 2 way/left right

If I change map within UltraMap, everything works fine - I just can't get it to work on the fly with the UltraStikMap plugin.

I've tried this with Mame 1.08 and Mame 1.11, and with the latest release of MaLa and the plugin.

Thanks

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #98 on: January 30, 2007, 10:56:57 am »
I have followed all instructions but I cannot get this working.

I installed UltraMap and edited my Path variable. I see the plugin within MaLa. Do I have to create .ugc files for each game? I thought MaLa would default to some configuration based on type of game? Where does MaLa get that information (to default to).

I tried the following:

Run UltraMap and map to 2 way left/right
Run MaLa and open PacMan - joys are stuck to 2 way/left right

If I change map within UltraMap, everything works fine - I just can't get it to work on the fly with the UltraStikMap plugin.

I've tried this with Mame 1.08 and Mame 1.11, and with the latest release of MaLa and the plugin.

Thanks


Does the plugin show up in the MaLa options->plugins tab?  Make sure it does.  If it does, then follow the directions below:

  • Stop MaLa
  • Create the file umappler.log in the MaLa directory (not the Maps or plugins directory)
  • Start MaLa
  • Try starting 4 or 5 games
  • Stop MaLa
  • Send the umapper.log file to me at gmail DOT com, username fatfingersbyoac


I will look at the file and see what issues you might be having.



Edit: You do not have to create map files for each game.  MaLa tells the plugin what control type the game uses (along with rom name, clone of name, etc.).  The plugin then uses that information to determine which map file to use.  Once the map file is determined it is checked for existence.  If it exists, it is applied.  The maps need to be in a Maps subdirectory of the MaLa directory.  So, if your MaLa directory is C:\MaLa, then your maps directory is C:\MaLa\Maps.

« Last Edit: January 30, 2007, 11:10:08 am by fatfingers »
My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

boboli

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 72
  • Last login:March 22, 2013, 04:03:29 pm
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #99 on: January 30, 2007, 11:07:01 am »
Thanks, I'll check this when I get home.

squirrellydw

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1584
  • Last login:April 12, 2021, 11:30:22 am
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #100 on: January 30, 2007, 11:14:22 am »
ok, thanks.  So I just set the path to the file I downloaded from the Utimarc site?  I never done this before.

The file you downloaded from the Ultimarc site is an installation program.  Run the installation program and make note of which directory you chose to install it into (the default is fine, but make a note of it).  Then, after that is installed edit the PATH environment variable to contain the directory you installed the program into.   Follow the PATH variable editing instructions in the link I posted above.

All should work after that.



I just wanted to report that squirellydw's problems have been solved.  He had a misplaced directory and neede to enable joysticks in his mame.ini.  To do this, edit mame.ini and change 'joystick 0' to 'joystick 1'.

Enjoy!



Thanks for the help FF, I am going to try to hook up all 4 u360s and my iPac tonight and test everything.
I b**ch. People listen!!

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #101 on: January 30, 2007, 11:18:20 am »
Thanks, I'll check this when I get home.

[homer simpson]
Mmmmmmm...boboli   ;D
[/homer simpson]

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #102 on: January 30, 2007, 11:19:19 am »
Thanks for the help FF, I am going to try to hook up all 4 u360s and my iPac tonight and test everything.

Good Luck!   Let me know if you need more help!  :cheers:

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

Dmod

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 315
  • Last login:July 12, 2012, 06:50:45 pm
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #103 on: February 13, 2007, 03:34:07 am »
So, if your MaLa directory is C:\MaLa, then your maps directory is C:\MaLa\Maps.

Fatfingers,

Thanks for the great plugin and the support on this thread.  I had some problems and it turned out my maps directory was in the wrong place.  This thread and the tip on umapper.log got me going.

Once installed correctly, it works like a champ!  Really getting the most out of the U360s now and loving it.

-D
My Projects:
Suspended Animation Scratch-built Cab
Driveshaft Arcade Seat Platform

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #104 on: February 13, 2007, 09:38:49 am »
So, if your MaLa directory is C:\MaLa, then your maps directory is C:\MaLa\Maps.

Fatfingers,

Thanks for the great plugin and the support on this thread.  I had some problems and it turned out my maps directory was in the wrong place.  This thread and the tip on umapper.log got me going.

Once installed correctly, it works like a champ!  Really getting the most out of the U360s now and loving it.

-D


Dmod,

Glad to hear it!  It seems lots of people are having issues with the location of the Maps directory.  In the next version I will try to incorporate some feedback I have received on the doc into the doc.  Hopefully that will clear up some of the confusion.

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

javeryh

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7901
  • Last login:March 17, 2024, 05:35:40 pm
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #105 on: February 20, 2007, 03:03:18 pm »
God I can't wait to try this.  This is EXACTLY what the UltraStiks need to function like a true all-in-one solution.  I need to hurry up and finish my cab!

Space Fractal

  • Wiki Master
  • Trade Count: (+1)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 1888
  • Last login:September 26, 2023, 11:32:13 am
  • Space Fractal
    • Space Fractal
I have looked around mala, just because I would use this plugin with my new UltraStik.

I did have similar problems to install the problems about plugins and map, but i did get this to work after found this thread again.  :D.

Maybe you should create a little install wizard on this one to make sure to get it installed correct? Here it was maps folder placed wrong.

I also found a another little quirk:
4way45degree.ugc point to a wrong name, wich it should point to "4-Way, Diagonals Only.um", wich was installed by UltraMap.

Another thing:
I'm diddent like why you need to update your path, since you can add ugc as a extension for Ultramap in Explorer. So if you run mala.ugc. Windows should start Ultramap.exe automatic when trying to run that file.

This is more commen way to do.

Otherwice an path.ini would also been fine.
Decade Old Work: MultiFE, ArcadeMusicBox
Today Works: Various Spectrum Next games from Rusty Pixels and html5 games.

Chris G

  • Well then throw me in a dress and call me Sally
  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1039
  • Last login:April 16, 2023, 04:39:59 pm
  • Robotron in progress? I'm on my way.
<BUMP> Keeping this on the radar for all the U360'ers out there - don't miss this!

Just wanted to say thanks to Fatfingers for writing this plugin and for the great support.

 :cheers:
Chris

squirrellydw

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1584
  • Last login:April 12, 2021, 11:30:22 am
I have 4 U360s and when I an in Mala I an use two of them to navigate but the other two I can not.  No big deal except the one u360 I want to use I can't, any idea how to change this?
I b**ch. People listen!!

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
I have 4 U360s and when I an in Mala I an use two of them to navigate but the other two I can not.  No big deal except the one u360 I want to use I can't, any idea how to change this?

Hi squirrelly,

This is relatively easy to change.  I have the *.ugc files set up for only two joysticks, so that's why only two of your sticks work.  To make all four of yours work, edit each of your *.ugc files (in the Maps directory) and copy the content from the joystick 1 (or two) line into the joystick 3 and 4 lines.  If that's not clear enough, let me know!

Edit: I'm not sure if MaLa supports 4 joysticks for navigation???  I didn't read your post carefully and thought you were saying the 3rd and 4th joysticks didn't work right during game play...
My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

squirrellydw

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1584
  • Last login:April 12, 2021, 11:30:22 am
The sticks work fine in game play, and I have already edited the .ugc files.  I don't need all 4 joysticks for navigation but the one I want to use I can't.  Any idea?  Maybe modify the plugin or is it more of a mala issue?
« Last Edit: April 01, 2007, 02:48:37 pm by squirrellydw »
I b**ch. People listen!!

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
The sticks work fine in game play, and I have already edited the .ugc files.  I don't need all 4 joysticks for navigation but the one I want to use I can't.  Any idea?  Maybe modify the plugin or is it more of a mala issue?

It is a MaLa issue since MaLa only recognizes two joysticks, to the best of my knowledge.  I'm assuming the two joysticks MaLa recognizes are ID 1 and ID 2, but I'm not certain.  Sorry I cannot help.

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

squirrellydw

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1584
  • Last login:April 12, 2021, 11:30:22 am
Actually it is ID1 and ID4 and I want it to be 1 and 3.
I b**ch. People listen!!

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Actually it is ID1 and ID4 and I want it to be 1 and 3.

 :dunno  Shows you what I know...

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

squirrellydw

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1584
  • Last login:April 12, 2021, 11:30:22 am
I even tried to change the ID but it didn't work for some reason.  Goingto try again though.
I b**ch. People listen!!

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
I even tried to change the ID but it didn't work for some reason.  Goingto try again though.

I suggest you ask someone smart like Swindus or (gasp  ;D) loadman!   ;)

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

loadman

  • Moderator
  • Trade Count: (+3)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4305
  • Last login:August 17, 2020, 03:23:55 am
  • Cocktail Cab owner and MaLa FE developer
    • MaLa
I even tried to change the ID but it didn't work for some reason.  Goingto try again though.

I suggest you ask someone smart like Swindus or (gasp  ;D) loadman!   ;)


Hmmm At a guess I would have said that is dependent on Windows...  So maybe install in a different order?

squirrellydw

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1584
  • Last login:April 12, 2021, 11:30:22 am
So unplug, restart and plug in one at a time?  Any idea if I should plug the one I want to use in first or last?
I b**ch. People listen!!

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
So unplug, restart and plug in one at a time?  Any idea if I should plug the one I want to use in first or last?

To continue with the guessing I would say first (so therefore, it is probably last  :badmood:).

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

Space Fractal

  • Wiki Master
  • Trade Count: (+1)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 1888
  • Last login:September 26, 2023, 11:32:13 am
  • Space Fractal
    • Space Fractal
I have to say is mala have a bad joystick support, since it only support 2 joysticks and 12 buttons each, so it have very touch limits here. Nothing fatfingers can do here.

You can instead try to remap these problem joystick to keyboard, using a joy2key software?
http://www.electracode.com/4/joy2key/JoyToKey%20English%20Version.htm

This is what I did.



Decade Old Work: MultiFE, ArcadeMusicBox
Today Works: Various Spectrum Next games from Rusty Pixels and html5 games.

squirrellydw

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1584
  • Last login:April 12, 2021, 11:30:22 am
Quote

Hmmm At a guess I would have said that is dependent on Windows...  So maybe install in a different order?
So unplug, restart and plug in one at a time?  Any idea if I should plug the one I want to use in first or last?

To continue with the guessing I would say first (so therefore, it is probably last  :badmood:).


Thanks guys it worked,  I pluged in the two I wanted to use first and it worked.
I b**ch. People listen!!

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Thanks guys it worked,  I pluged in the two I wanted to use first and it worked.


How are you going to handle reboots?
My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

squirrellydw

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1584
  • Last login:April 12, 2021, 11:30:22 am
Thanks guys it worked,  I pluged in the two I wanted to use first and it worked.


How are you going to handle reboots?

I rebooted once and all is still good.  See what happens tonight
I b**ch. People listen!!

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Thanks guys it worked,  I pluged in the two I wanted to use first and it worked.


How are you going to handle reboots?

I rebooted once and all is still good.  See what happens tonight

Cool.
My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

loadman

  • Moderator
  • Trade Count: (+3)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4305
  • Last login:August 17, 2020, 03:23:55 am
  • Cocktail Cab owner and MaLa FE developer
    • MaLa
 :applaud:

and thanks for the Tip 'Space Fractal / Denmark' I will put that in the MaLa Wiki

squirrellydw

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1584
  • Last login:April 12, 2021, 11:30:22 am
Hey fatfingers can you help me out with this?

http://forum.arcadecontrols.com/index.php?topic=67724.0
I b**ch. People listen!!

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

javeryh

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7901
  • Last login:March 17, 2024, 05:35:40 pm
I'm having trouble editing the "path" to get this working.   When I follow the instructions up until the edit part I'm not sure what to do next.  Do I just add a semicolon to the end of what's there and then c:\programfiles\ultramap (it's the folder where the ultramapper is installed)?

Any help would be great.  Thanks!   :cheers:

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
I'm having trouble editing the "path" to get this working.   When I follow the instructions up until the edit part I'm not sure what to do next.  Do I just add a semicolon to the end of what's there and then c:\programfiles\ultramap (it's the folder where the ultramapper is installed)?

Any help would be great.  Thanks!   :cheers:

Yes, that is exactly what you do.  Except, the path you need to add probably has a space between program and files.  This is probably what you want to add:

Code: [Select]
;C:\Program Files\UltraMap

If you still cannot get this to work let me know.

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

javeryh

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7901
  • Last login:March 17, 2024, 05:35:40 pm
Thanks.. I'll try right now and post the results in 5 minutes...

javeryh

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7901
  • Last login:March 17, 2024, 05:35:40 pm
OK, it didn't seem to work.  After I make the change and launch MaLa I get an error message saying:

Cannot find Unistik game configuration file named:
C:\Documents and Settings\Bella\My Documents\Arcade\MaLa v 1.0 R

When I go to make the change to the path this is what I do:

right click on My Computer -> Properties -> Advanced Tab -> Environment Variables -> then I select "path" under system variables - > Edit

The line that comes up to edit says "%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\system32\Wbem" and then I add ";C:\Program Files\UltraMap" to the end of that line.

I'm probably missing something obvious - any help to get this working is most appreciated!  Thanks!!    :cheers:

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
OK, it didn't seem to work.  After I make the change and launch MaLa I get an error message saying:

Cannot find Unistik game configuration file named:
C:\Documents and Settings\Bella\My Documents\Arcade\MaLa v 1.0 R

When I go to make the change to the path this is what I do:

right click on My Computer -> Properties -> Advanced Tab -> Environment Variables -> then I select "path" under system variables - > Edit

The line that comes up to edit says "%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\system32\Wbem" and then I add ";C:\Program Files\UltraMap" to the end of that line.

I'm probably missing something obvious - any help to get this working is most appreciated!  Thanks!!    :cheers:

Please do the following for me:

  • Stop MaLa
  • Create a file called umapper.log in the MaLa directory
  • Start MaLa
  • Play a couple of games (some 4-way; some not)
  • Stop MaLa
  • Send me the umapper.log file at email address gmail.com, username fatfingersbyoac

Thanks.

 :cheers:

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

javeryh

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7901
  • Last login:March 17, 2024, 05:35:40 pm
What kind of file should umapper.log be?  I made a wordpad file and it didn't do anything...  how do I create it?  Sorry for being so clueless!

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
What kind of file should umapper.log be?  I made a wordpad file and it didn't do anything...  how do I create it?  Sorry for being so clueless!

[confused mode]
That should have been just fine.
[/confused mode]

 :dizzy:

Edit:  Are you sure you put it in the MaLa directory?  Like C:\Program Files\MaLa?
My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

javeryh

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7901
  • Last login:March 17, 2024, 05:35:40 pm
I'll try it again... My MaLa folder is the default name... MaLa v1.0 RC9 and it's not in program files - I installed everything in the "Bella's Documents" folder - I'm not sure it matters but I thought I'd let you know.  I just opened wordpad and saved the file as umapper.log.  I'll post the results!  Thanks for all your help with this.   :cheers:

I just thought of something - is this compatible with RC9?
« Last Edit: July 01, 2007, 08:54:07 pm by javeryh »

squirrellydw

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1584
  • Last login:April 12, 2021, 11:30:22 am
make sure you are showing file extensions.  Just thought I would mention that incase its named umapper.log.somethingelse

yes its compatible, mine works fine now after a little help from FF
I b**ch. People listen!!

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™

It is definitely compatible with RC9 -- I use it all the time.
My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

swindus

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 391
  • Last login:July 28, 2021, 05:52:50 am
    • MaLa - M.A.M.E. Launcher

It is definitely compatible with RC9 -- I use it all the time.

Jep, works great here too!

javeryh

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7901
  • Last login:March 17, 2024, 05:35:40 pm
make sure you are showing file extensions.  Just thought I would mention that incase its named umapper.log.somethingelse

yes its compatible, mine works fine now after a little help from FF

This is what I'm afraid of - how do I show file extensions?  I'm pretty sure the file is actually named "umapper.log.wpd" or something like it.  I will work this out tonight.   :cheers:

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™

OK, open an explorer window and browse to the MaLa directory.  Then, right click and choose New->Text Document.  Then type in the name of the file (umapper.log) and say yes I want to change the file extension when it asks if you want to.

All should be good.

Stupid windows...

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

squirrellydw

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1584
  • Last login:April 12, 2021, 11:30:22 am
To show ALL file extensions open my computer, choose tools from the top menu, folder options, view, make sure there is NO check next to "hide extensions of known file types
I b**ch. People listen!!

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

squirrellydw

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1584
  • Last login:April 12, 2021, 11:30:22 am
I b**ch. People listen!!

javeryh

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7901
  • Last login:March 17, 2024, 05:35:40 pm
OK, thanks to all of your help I was able to create the umapper file.  It has been sent to your gmail account.
« Last Edit: July 02, 2007, 10:55:10 pm by javeryh »

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
OK, thanks to all of your help I was able to create the umapper file.  It has been sent to your gmail account.

I have sent a reply to your account and have attached a new plugin that will hopefully fix your issue.

Let me know how it goes!!!

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

javeryh

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7901
  • Last login:March 17, 2024, 05:35:40 pm
Wow awesome - thanks a lot!!  Grr... now I have to wait like 10 hours to try it...

Was there something different/unexpected in the umapper.log file that wouldn't ordinarily appear?  As soon as I get home I'm going to install the new plugin and change the path... :cheers:

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Wow awesome - thanks a lot!!  Grr... now I have to wait like 10 hours to try it...

Was there something different/unexpected in the umapper.log file that wouldn't ordinarily appear?  As soon as I get home I'm going to install the new plugin and change the path... :cheers:

Uh...change what path?

The thing I noticed is that some strings were getting chopped off due to buffer sizes so I increased the sizes.  Hopefully I can get that new version released soon-ish.  I've really had it ready for a long time except for the documentation which I cannot seem to get right (I know too much about the plugin).  So, if anyone cares to write a good document for installing the thing and how it works, let me know.

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

javeryh

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7901
  • Last login:March 17, 2024, 05:35:40 pm
Wow awesome - thanks a lot!!  Grr... now I have to wait like 10 hours to try it...

Was there something different/unexpected in the umapper.log file that wouldn't ordinarily appear?  As soon as I get home I'm going to install the new plugin and change the path... :cheers:

Uh...change what path?

The thing I noticed is that some strings were getting chopped off due to buffer sizes so I increased the sizes.  Hopefully I can get that new version released soon-ish.  I've really had it ready for a long time except for the documentation which I cannot seem to get right (I know too much about the plugin).  So, if anyone cares to write a good document for installing the thing and how it works, let me know.



Don't I have to add ";c:\program files\ultramap" to the path in "my computer -> properties -> advanced -> environment variables"?

Sorry I haven't had a chance to test it yet - my wife just gave birth yesterday and we've bee a little busy!   :cheers:

squirrellydw

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1584
  • Last login:April 12, 2021, 11:30:22 am
congrats
I b**ch. People listen!!

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™

Yeah!  Congrats!!!

And yes, you do have to add that to your path -- I just thought you already had done that.

See you in a few years!!!   :laugh2:

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #150 on: August 25, 2007, 06:27:29 pm »

It has come to my attention that the qbert map file is missing from my package -- sorry.  It isn't clear to me which file is missing, so I'm posting two of them here.  The qbert.txt file must be placed in the Maps folder under the Mala tree and be renamed to qbert.ugc.  The 4-Way, 45 Degree Angle.txt file must be placed in the Maps folder under the Ultramap tree and be renamed to 4-Way, 45 Degree Angle.um.

Enjoy and sorry.

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

ARTIFACT

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 754
  • Last login:May 30, 2018, 12:32:23 am
    • ARTIFACT - my scratch designed & built arcade cabinet
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #151 on: August 25, 2007, 08:34:36 pm »
you rule fatfingers!!!

because of you my cab is going to rock

BTW could someone confirm whether or not this plugin is needed or if recent mame versions automatically do it? i just love how games feel right now and i dont want to uninstall it to test for myself ;)

ARTIFACT

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 754
  • Last login:May 30, 2018, 12:32:23 am
    • ARTIFACT - my scratch designed & built arcade cabinet
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #152 on: September 11, 2007, 11:56:28 am »
for some reason moving the joystick has no effect in qbert ... before i had d the new map files above, it would error but still work as a regular 8 ways stick

now with the correct map files ... no errors programming the stick any more BUT qbert does not move... :(

what is going on?

squirrellydw

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1584
  • Last login:April 12, 2021, 11:30:22 am
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #153 on: September 11, 2007, 02:13:30 pm »
works fine for me, did you put the files in the correct directory?
I b**ch. People listen!!

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #154 on: September 11, 2007, 05:52:38 pm »
for some reason moving the joystick has no effect in qbert ... before i had d the new map files above, it would error but still work as a regular 8 ways stick

now with the correct map files ... no errors programming the stick any more BUT qbert does not move... :(

what is going on?

Please post the mala and ultramapper debug log files.


Edit: Oh yeah, and make sure you don't have some funky settings in the mame interface for the qbert game.
My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

ARTIFACT

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 754
  • Last login:May 30, 2018, 12:32:23 am
    • ARTIFACT - my scratch designed & built arcade cabinet
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #155 on: September 11, 2007, 07:11:31 pm »

Edit: Oh yeah, and make sure you don't have some funky settings in the mame interface for the qbert game.


OK how do I delete thsoe settings and go back to defaults, in case that is the issue - I did go thru that once to try to fix it.

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #156 on: September 12, 2007, 09:50:15 am »

Edit: Oh yeah, and make sure you don't have some funky settings in the mame interface for the qbert game.


OK how do I delete thsoe settings and go back to defaults, in case that is the issue - I did go thru that once to try to fix it.

I believe you have to delete the qbert.cfg file.  But I'm not certain.

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

ARTIFACT

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 754
  • Last login:May 30, 2018, 12:32:23 am
    • ARTIFACT - my scratch designed & built arcade cabinet
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #157 on: September 12, 2007, 05:26:03 pm »
i did that... no control in qbert at all... :(

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #158 on: September 12, 2007, 06:30:12 pm »

Time to post umapper.log then.

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

ARTIFACT

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 754
  • Last login:May 30, 2018, 12:32:23 am
    • ARTIFACT - my scratch designed & built arcade cabinet
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #159 on: September 12, 2007, 06:40:03 pm »
ok, will do as soon as i get a chance - thanks!

ARTIFACT

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 754
  • Last login:May 30, 2018, 12:32:23 am
    • ARTIFACT - my scratch designed & built arcade cabinet
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #160 on: September 12, 2007, 09:30:19 pm »
i dont know how, but it is working all of a sudden... a glitch in the marix perhaps!

thanks :)

gatordad

  • Trade Count: (+11)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 825
  • Last login:March 04, 2024, 10:20:41 pm
  • This is your brain on games.
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #161 on: November 26, 2007, 10:43:05 pm »
Just bought some ultra sticks and I will be drilling my cp next week, can't wait to try this out.
People like you and ideas like this is why I enjoy this site so much. Thank you for your efforts FF
Regards
GD

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #162 on: November 30, 2007, 01:35:58 pm »

No problem!  Hope it all works for you!

 ;D

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

gatordad

  • Trade Count: (+11)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 825
  • Last login:March 04, 2024, 10:20:41 pm
  • This is your brain on games.
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #163 on: January 03, 2008, 12:15:50 pm »
I originally had some issues "error on stick 3" but as it turns out I had stick 3 checked in the ultramap progam  :banghead:, once I figured out how to change that all is good. Thanks for this excellent tool.  :cheers:
The path thing required some reading but I figured it out thanks to this thread.

Suggestion, could you update the instructions to make the path step a little clearer. I was confused as I never did anything like that before. It might help others.
Thanks again!
Regards
GD

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #164 on: January 04, 2008, 07:33:35 pm »


Yeah, I keep meaning to update them, but I never do it.  Procrastination isn't really a good enough of a word....

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

koolmoecraig

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1433
  • Last login:April 05, 2014, 07:07:20 pm
    • My Intervention
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #165 on: January 05, 2008, 05:01:15 pm »
I can't get your plugin to show up in the Mala.

What exactly do I need to the variable string?

thanks

koolmoecraig

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1433
  • Last login:April 05, 2014, 07:07:20 pm
    • My Intervention
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #166 on: January 05, 2008, 05:19:49 pm »
My mala.exe is in C:\mala

My ultramapper is also in C:\mala

What EXACTLY do I need to put in the path variable????

Thanks much!

kegger

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 191
  • Last login:April 10, 2011, 10:59:14 am
  • There are no unsingable songs....
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #167 on: January 05, 2008, 06:06:53 pm »
If you have ultramapper in the root of mala then it should work like that at least it did for me

koolmoecraig

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1433
  • Last login:April 05, 2014, 07:07:20 pm
    • My Intervention
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #168 on: January 05, 2008, 06:08:06 pm »
But don't I have to tell ultramapper what to do?  It doesn't show up in the plugin list under mala.

kegger

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 191
  • Last login:April 10, 2011, 10:59:14 am
  • There are no unsingable songs....
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #169 on: January 05, 2008, 06:15:41 pm »
the plugin has to be put in "C:\mala\plugins\" then go into mala options pick plugins and you should see it

koolmoecraig

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1433
  • Last login:April 05, 2014, 07:07:20 pm
    • My Intervention
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #170 on: January 05, 2008, 06:44:00 pm »
Fixed.

Thanks.

koolmoecraig

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1433
  • Last login:April 05, 2014, 07:07:20 pm
    • My Intervention
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #171 on: January 07, 2008, 12:06:28 am »
Getting Q*bert working is driving me nuts.

gatordad

  • Trade Count: (+11)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 825
  • Last login:March 04, 2024, 10:20:41 pm
  • This is your brain on games.
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #172 on: February 02, 2008, 09:53:38 am »
Question
Plugin works great when no additional gamepads are present but.....
When I plug in additional gamepads (2 wireless x box for windows) the ultrasticks no longer respond in mame.(they work in windows)
It seems that the u360's get bumped from position 1 and 2 to 3 and 4.
Any Ideas how to keep everything happy and working.

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8 Version 1.1 now released (1/18/07)
« Reply #173 on: February 02, 2008, 05:55:27 pm »

I believe you are just stuck with the problem due to how Windows handles the USB Ids.  Sorry.

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

pie taster

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 28
  • Last login:April 03, 2015, 09:21:51 am
..moving to it's own thread...
« Last Edit: March 08, 2008, 02:23:54 pm by pie taster »

Twin-X

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 170
  • Last login:April 26, 2018, 05:59:44 pm
  • Yes this avatar was stolen too!!!
for some reason moving the joystick has no effect in qbert ... before i had d the new map files above, it would error but still work as a regular 8 ways stick

now with the correct map files ... no errors programming the stick any more BUT qbert does not move... :(

what is going on?

I have the same issue can anyone enlighten me on this?

arzoo

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2092
  • Last login:March 15, 2024, 10:31:32 pm
  • Robots WILL kill you.
    • LEDBlinky
for some reason moving the joystick has no effect in qbert ... before i had d the new map files above, it would error but still work as a regular 8 ways stick

now with the correct map files ... no errors programming the stick any more BUT qbert does not move... :(

what is going on?

I have the same issue can anyone enlighten me on this?

This worked for me...
http://forum.arcadecontrols.com/index.php?topic=77964.msg830468#msg830468
Robots will kill you.



Arcade Addiction

Twin-X

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 170
  • Last login:April 26, 2018, 05:59:44 pm
  • Yes this avatar was stolen too!!!
Thanks for helping me out Arzoo!!!
Will try this one.

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™

I updated the front page entry today to reflect the current download location and to make it sound like the plugin is not so tough to use.

Look for an update that supports per-emulator map files to come soon!  (And it will also have an installation program in hopes of lessening confusion during installation).

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Version 1.2.03 is released and available for download from the MaLa plugins page.  For more information on the new version, including a download link, please see the first post in this thread.

As always, let me know if something doesn't go well.

Thanks all!



Edit: I'm sure you're all wondering...1.2.03?  Where did 1.2.00, 1.2.01, and 1.2.02 go?  Well, let's just say a certain programmer I know makes lots of errors.

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

nukedawg

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 71
  • Last login:May 08, 2021, 10:25:12 am
Where did 1.2.00, 1.2.01, and 1.2.02 go?  Well, let's just say a certain programmer I know makes lots of errors.

Thanks for all your hard work, it is much appreciated!! The plugin works betta than ever now! wooT!  :applaud:

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Where did 1.2.00, 1.2.01, and 1.2.02 go?  Well, let's just say a certain programmer I know makes lots of errors.

Thanks for all your hard work, it is much appreciated!! The plugin works betta than ever now! wooT!  :applaud:


Oh, how could I forget?  A BIG thanks goes out to nukedawg for the relentless testing he did for me!
My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

nukedawg

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 71
  • Last login:May 08, 2021, 10:25:12 am
 ;D any time, glad I could help

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™

Is anyone using this new version (1.2.03)?  Any luck?  Any bad luck?

Thanks!

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

loadman

  • Moderator
  • Trade Count: (+3)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4305
  • Last login:August 17, 2020, 03:23:55 am
  • Cocktail Cab owner and MaLa FE developer
    • MaLa

Is anyone using this new version (1.2.03)?  Any luck?  Any bad luck?

Thanks!



Maybe they are so happy and satisfied they have no need to browse the forums for solutions anymore  :P

csa3d

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 872
  • Last login:March 07, 2011, 08:16:35 am
  • Will game for food
    • Galaxian Mame Conversion

Is anyone using this new version (1.2.03)?  Any luck?  Any bad luck?

Thanks!



With the limited playtime since you've released this update, everything on my system seems to be working as I'd expect.  The GUI setup installed all the maps and things in the right place (from what I can tell), and it was actually the first time I was able to play QBert using the diagonals.

So far, my only complaint is that it appears that map switching sometimes takes a long time to finish, sometimes it happens faster.  During this uploading time, there is no indication that you've selected a game correctly from the Mala list, as all the map loading happens before the "launching" box pops up.  Because there is no indication a game has been chosen, I've found that company starts button mashing and asking if they are choosing correctly.

Maybe an optional pop-up or something would help with this?  Other then that, seems good on my end.  I did not have this plug-in loaded prior to installation btw.

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™

Is anyone using this new version (1.2.03)?  Any luck?  Any bad luck?

Thanks!



With the limited playtime since you've released this update, everything on my system seems to be working as I'd expect.  The GUI setup installed all the maps and things in the right place (from what I can tell), and it was actually the first time I was able to play QBert using the diagonals.

So far, my only complaint is that it appears that map switching sometimes takes a long time to finish, sometimes it happens faster.  During this uploading time, there is no indication that you've selected a game correctly from the Mala list, as all the map loading happens before the "launching" box pops up.  Because there is no indication a game has been chosen, I've found that company starts button mashing and asking if they are choosing correctly.

Maybe an optional pop-up or something would help with this?  Other then that, seems good on my end.  I did not have this plug-in loaded prior to installation btw.

I'm glad to hear you can now play Q*Bert properly and that things are generally well.  I suppose I could pop up a box saying 'programming stick(s)' or something, but I'm not sure most people would want that.  Unfortunately, I cannot speed up the programming part of the process as that is actually UltraMap that is doing the programming, not my plugin.

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

TexFlood

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 33
  • Last login:March 02, 2021, 07:37:29 pm
Re: UltraStik Mapper plugin for MaLa 1.0RC8+ Version 1.2.03 now released (7/1/08)
« Reply #187 on: September 14, 2008, 02:14:54 pm »
I recently upgraded my MAME computer and installed this awesome plug-in on my new machine and had one snag that I thought I would post here for others who may have a similar setup.

If you have 4 UltraStiks installed and you have UltraMap set up to require all 4 UltraStiks, you'll get an UltraMap error when the plug-in runs on Mala startup and shutdown.  To fix this you need to edit the .ugc files in the Mala\Map folder and add the entries in for joysticks 3 & 4.

fatfingers - great plug-in :cheers:

Bender

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1919
  • Last login:November 28, 2016, 08:12:21 pm
    • Happ to Tron Conversion tutorial
Re: UltraStik Mapper plugin for MaLa 1.0RC8+ Version 1.2.03 now released (7/1/08
« Reply #188 on: September 14, 2008, 06:54:43 pm »
Just wanted to say thanks for all you work on this!! :cheers: :cheers: :cheers:

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8+ Version 1.2.03 now released (7/1/08)
« Reply #189 on: September 15, 2008, 12:02:37 pm »

Thanks, guys.  I'm glad it's working for you. 

I've never been sure what to do about the number of joysticks to support out of the box.  I've always thought 2 seemed good, but I wasn't sure.  I wonder what will happen if I just set all the files to have all 4 in them?

Hmmm...

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

Bender

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1919
  • Last login:November 28, 2016, 08:12:21 pm
    • Happ to Tron Conversion tutorial
Re: UltraStik Mapper plugin for MaLa 1.0RC8+ Version 1.2.03 now released (7/1/08
« Reply #190 on: September 16, 2008, 11:02:37 pm »
how does this plugging handle other emu's? is there a way set a map for a specific emu? say for example analog for project64 and 4-way for NES
and if you make your own map how do you incorporate that?

*EDIT* I figured it out. just pick or edit the maps through the ultramap utility and "save as" the emulator name

I think it would be cool to somehow have a test mode or something like that. That way you could see what actual map is loading. I wouldn't want it be there all the time, but it would be helpful to turn on during set up or for troubleshooting
« Last Edit: September 17, 2008, 04:21:30 am by Bender »

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa 1.0RC8+ Version 1.2.03 now released (7/1/08
« Reply #191 on: September 17, 2008, 11:28:51 am »

I think it would be cool to somehow have a test mode or something like that. That way you could see what actual map is loading. I wouldn't want it be there all the time, but it would be helpful to turn on during set up or for troubleshooting

create umapper.log in the MaLa directory when you want to see what the plugin is doing.  No need to restart MaLa.  Then, when you don't want to see what's happening anymore, remove umapper.log.

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

Bender

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1919
  • Last login:November 28, 2016, 08:12:21 pm
    • Happ to Tron Conversion tutorial
Re: UltraStik Mapper plugin for MaLa Version 1.2.03 now released (7/1/08)
« Reply #192 on: September 17, 2008, 02:20:44 pm »
sorry if this sound stupid, but how does one create a umapper.log?
Please keep in mind I'm new to the software end of things
Thanks!

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa Version 1.2.03 now released (7/1/08)
« Reply #193 on: September 18, 2008, 10:44:36 am »

Right click on Start menu and choose Explore.
The Explorer window pops up.
Navigate to the MaLa directory in the Explorer window.
In the right hand panel (inside the MaLa directory), right click and choose New --> Text Document
The name of the document is highlighted: Change it to umapper.log and hit enter.
Answer 'Yes' to the dialog that asks if you want to change the extension (it sounds bad, but it's not).
You're all set.
My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

TheShanMan

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1911
  • Last login:October 16, 2023, 03:35:12 pm
    • My Arcade (updated 1/30/13)
Re: UltraStik Mapper plugin for MaLa Version 1.2.03 now released (7/1/08)
« Reply #194 on: October 27, 2008, 11:30:31 pm »
Fatfingers (or anyone), how do I get mapper to launch ultramap with "/errorgui:never"? I have swappable panels, and when I remove my ultrastik panel and put in a different panel, I get an ultramap error on game start and game end, and each time I have to go to task manager and kill the task to make it go away (or pull out my mouse).

Unfortunately I'm probably going to have to disable the mapper plugin and resort to leaving the sticks in analog mode until I have a way to do this. :cry:
My Collection: Mame cab, 38 dedicated vids, pin, skeeball, coin op air hockey table, Ice Cold Beer, Megatouch, 2 token machines, and payphone (VAPS, pics at Arcade Crusade)

Add Ambience to your mame cab setup

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa Version 1.2.03 now released (7/1/08)
« Reply #195 on: October 28, 2008, 09:54:40 am »

I'll try to put that into the next version?  But....should that be the default???
My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

TheShanMan

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1911
  • Last login:October 16, 2023, 03:35:12 pm
    • My Arcade (updated 1/30/13)
Re: UltraStik Mapper plugin for MaLa Version 1.2.03 now released (7/1/08)
« Reply #196 on: October 28, 2008, 04:43:55 pm »
Well it should be the default for me! ;D But whether most people would want that I don't know. It's kind of a toss up. On the one hand, in a cab you don't want to get message boxes thrown up on the screen, but on the other hand if an error happens you probably want to know about it. Actually the command line does have an option for a time-limited error message. Perhaps that should be the default.

I got the command line info here. /errorgui:2.5 will dismiss the dialog after 2.5 seconds, and it can be anywhere in the range of 0-60.
My Collection: Mame cab, 38 dedicated vids, pin, skeeball, coin op air hockey table, Ice Cold Beer, Megatouch, 2 token machines, and payphone (VAPS, pics at Arcade Crusade)

Add Ambience to your mame cab setup

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa Version 1.2.03 now released (7/1/08)
« Reply #197 on: October 28, 2008, 04:54:05 pm »

My current thinking is I will just put up an options text field that you can fill in for whatever options you want passed to UltraMap.  By default this will be blank, but anything you type in there will be passed along on the command line.


My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

TheShanMan

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1911
  • Last login:October 16, 2023, 03:35:12 pm
    • My Arcade (updated 1/30/13)
Re: UltraStik Mapper plugin for MaLa Version 1.2.03 now released (7/1/08)
« Reply #198 on: October 28, 2008, 04:58:54 pm »
Works for me! I'll be happy to re-enable the plugin!

Speaking of enabling the plugin, did you know loadman added a function for plugins which, if implemented, tells the plugin to enable or disable itself? He added a way to disable plugins in the mala options dialog. I assume it would be easy to implement this in your plugin, so you might consider doing that while you're at it. But I know you're busy with baby so that's a "last priority" item for sure! Mainly just wanted to make you aware of it if you weren't already.
My Collection: Mame cab, 38 dedicated vids, pin, skeeball, coin op air hockey table, Ice Cold Beer, Megatouch, 2 token machines, and payphone (VAPS, pics at Arcade Crusade)

Add Ambience to your mame cab setup

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa Version 1.2.03 now released (7/1/08)
« Reply #199 on: October 28, 2008, 07:14:51 pm »

Hmmm...I did miss that....I knew he was talking about it....but didn't see it was implemented.


My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

loadman

  • Moderator
  • Trade Count: (+3)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4305
  • Last login:August 17, 2020, 03:23:55 am
  • Cocktail Cab owner and MaLa FE developer
    • MaLa
Re: UltraStik Mapper plugin for MaLa Version 1.2.03 now released (7/1/08)
« Reply #200 on: October 28, 2008, 07:41:03 pm »

Hmmm...I did miss that....I knew he was talking about it....but didn't see it was implemented.


Not yet  ;)

TheShanMan

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1911
  • Last login:October 16, 2023, 03:35:12 pm
    • My Arcade (updated 1/30/13)
Re: UltraStik Mapper plugin for MaLa Version 1.2.03 now released (7/1/08)
« Reply #201 on: October 28, 2008, 07:44:59 pm »
Yeah, LEDBlinky already has it. Seeing loadman's reply, I guess I should clarify - it's in the beta.
My Collection: Mame cab, 38 dedicated vids, pin, skeeball, coin op air hockey table, Ice Cold Beer, Megatouch, 2 token machines, and payphone (VAPS, pics at Arcade Crusade)

Add Ambience to your mame cab setup

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa Version 1.2.03 now released (7/1/08)
« Reply #202 on: October 28, 2008, 08:08:20 pm »

Soo....when I run 'ultramap <somemapname> /errorgui:never' with no sticks plugged in, I still get errors?????

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa Version 1.2.03 now released (7/1/08)
« Reply #203 on: October 28, 2008, 08:21:21 pm »

Hmmm...that must have been because I had 'require joystick to be present' checked?

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

loadman

  • Moderator
  • Trade Count: (+3)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4305
  • Last login:August 17, 2020, 03:23:55 am
  • Cocktail Cab owner and MaLa FE developer
    • MaLa
Re: UltraStik Mapper plugin for MaLa Version 1.2.03 now released (7/1/08)
« Reply #204 on: October 28, 2008, 08:33:05 pm »
Yeah, LEDBlinky already has it. Seeing loadman's reply, I guess I should clarify - it's in the beta.

Just to clarify:

LedBlinky has the 'config' enabled.

It would not have the Enabled/ Disabled set to work with mala yet as I have not set what the function is going to be yet  ;)

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa Version 1.2.03 now released (7/1/08)
« Reply #205 on: October 28, 2008, 08:41:20 pm »

:)

OK.  My next version will also have the config in it.

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

TheShanMan

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1911
  • Last login:October 16, 2023, 03:35:12 pm
    • My Arcade (updated 1/30/13)
Re: UltraStik Mapper plugin for MaLa Version 1.2.03 now released (7/1/08)
« Reply #206 on: October 28, 2008, 10:03:18 pm »
Sorry, I guess I got config and enable mixed up. :-[

fatfingers, I feel bad. When I started seeing that error and I looked for a way to silently fail, my natural inclination was to look for command line parameters, which led me to find the /errorgui parameter. Turns out you are right - all I needed to do was uncheck my sticks in the ultramap gui, and my problem is solved. So I apologize for inadvertently leading you down a path that was unnecessary. Maybe the ability to specify parameters is useful for other reasons? :dunno (just hoping something positive can come from it)

Now, it appears that there is a significant delay if the sticks aren't plugged in, presumably because ultramap is trying to find them. I might have to check in with Andy to see if there's any possibility of getting ultramap to not look so hard. :) Otherwise I may ultimately implement a mechanism for detecting which swappable panel is installed, at which time it would be cool if I could programmatically disable the mapper plugin.
My Collection: Mame cab, 38 dedicated vids, pin, skeeball, coin op air hockey table, Ice Cold Beer, Megatouch, 2 token machines, and payphone (VAPS, pics at Arcade Crusade)

Add Ambience to your mame cab setup

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa Version 1.2.03 now released (7/1/08)
« Reply #207 on: October 28, 2008, 10:07:04 pm »

No problem -- having the options able to be specified is still a good idea.

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa Version 1.3.00 now released (1/30/09)
« Reply #208 on: January 30, 2009, 09:25:37 am »


Hi All,

Version 1.3.00 of this plugin is now available.  I have updated the first post in this thread with instructions for how to get the plugin.

The major changes for this version are that maps are properly applied for vertical joy2way controls and the plugin now has a configuration window.  This configuration window can be seen by selecting the plugin in the MaLa configuration window and selecting configure.  Most people will never have to change anything in this screen, but it is there for the few that would ever have to.

As always, let me know if something seems awry.

Enjoy!

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

Ummon

  • Trade Count: (+13)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5244
  • Last login:June 09, 2010, 06:37:18 pm
Re: UltraStik Mapper plugin for MaLa Version 1.3.00 now released (1/30/09)
« Reply #209 on: January 31, 2009, 09:49:14 pm »


Hi All,

Version 1.3.00 of this plugin is now available. 

Don't you mean 1.3.01 or something?
Yo. Chocolate.


"Theoretical physics has been the most successful and cost-effective in all of science."

Stephen Hawking


People often confuse expressed observations with complaint, ridicule, or - even worse - self-pity.

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa Version 1.3.00 now released (1/30/09)
« Reply #210 on: February 01, 2009, 03:42:06 pm »

No, you had/have 1.3.00 alpha.
My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

Ummon

  • Trade Count: (+13)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5244
  • Last login:June 09, 2010, 06:37:18 pm
Re: UltraStik Mapper plugin for MaLa Version 1.3.00 now released (1/30/09)
« Reply #211 on: February 02, 2009, 06:54:00 pm »
But 1.3.00 came out a month or so ago. Maybe you were just re-iterating?
Yo. Chocolate.


"Theoretical physics has been the most successful and cost-effective in all of science."

Stephen Hawking


People often confuse expressed observations with complaint, ridicule, or - even worse - self-pity.

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa Version 1.3.00 now released (1/30/09)
« Reply #212 on: February 03, 2009, 07:07:23 am »

Nope.  You had the alpha.  I have not released 1.3.00 until now.

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

Ummon

  • Trade Count: (+13)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5244
  • Last login:June 09, 2010, 06:37:18 pm
Re: UltraStik Mapper plugin for MaLa Version 1.3.00 now released (1/30/09)
« Reply #213 on: February 04, 2009, 09:13:00 pm »
Ahhh. Since there was no difference in number, I was making sure. Groovy.
Yo. Chocolate.


"Theoretical physics has been the most successful and cost-effective in all of science."

Stephen Hawking


People often confuse expressed observations with complaint, ridicule, or - even worse - self-pity.

Kayden

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 154
  • Last login:February 17, 2023, 07:20:44 pm
  • Oh crap! Is it suppose to spark like that?
Re: UltraStik Mapper plugin for MaLa Version 1.3.00 now released (1/30/09)
« Reply #214 on: April 06, 2009, 05:56:25 pm »
Hi fatfingers,

I have a question for you concerning UltraStik Mapper.  Is there a way to have it apply a map when returning to Mala?

I set my second U360 to be a mouse, but as soon as I start a game that game's map is applied and then I'd have to manually reset the second U360 back to mouse.

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa Version 1.3.00 now released (1/30/09)
« Reply #215 on: April 07, 2009, 06:59:14 am »
There is already a map for this.  It is called mala.ugc.  All you should have to do is edit it and change it to say mouse (or whatever the real name of the mouse map is) instead of the 4-Way that is already in there.  Let me know if you need more instructions.

Good luck.


Edit: OR....if you never actually use your 2nd joystick in-game, modify all of the *.ugc files so that the game map is only set for the 1st joystick.

« Last Edit: April 07, 2009, 07:00:45 am by fatfingers »
My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

Kayden

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 154
  • Last login:February 17, 2023, 07:20:44 pm
  • Oh crap! Is it suppose to spark like that?
Re: UltraStik Mapper plugin for MaLa Version 1.3.00 now released (1/30/09)
« Reply #216 on: April 07, 2009, 09:08:34 am »
I think I understand what you mean, but wont that mean that the second stick will be a mouse in games where it needs a 4 way stick?  I want it to be a mouse in Windows and Mala but change to what ever stick the game needs... which it does, but it doesn't turn back.

In the plugin window, it says the mapper supports a bunch of events like Mala start, Mala quit, game quit, and game start, but when you click on the configure button, all you can do is set paths.  Not to be a needy nancy, but could you make it so we could configure what happens on those different events? 

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa Version 1.3.00 now released (1/30/09)
« Reply #217 on: April 07, 2009, 10:41:24 am »
If you want it to only be a mouse inside of mala, then do the first part I suggested: edit the mala.ugc file and leave the joystick 1 entry as 4-way and set the joystick 2 entry to mouse.

[edit: typo]

« Last Edit: April 07, 2009, 11:20:17 am by fatfingers »
My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

Kayden

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 154
  • Last login:February 17, 2023, 07:20:44 pm
  • Oh crap! Is it suppose to spark like that?
Re: UltraStik Mapper plugin for MaLa Version 1.3.00 now released (1/30/09)
« Reply #218 on: April 07, 2009, 10:47:25 am »
Oooooooh.    :D  I'm slow.

Thanks.  =D

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa Version 1.3.00 now released (1/30/09)
« Reply #219 on: April 07, 2009, 11:20:39 am »

No problem.  Let us know if you get it to work or not.

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

Kayden

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 154
  • Last login:February 17, 2023, 07:20:44 pm
  • Oh crap! Is it suppose to spark like that?
Re: UltraStik Mapper plugin for MaLa Version 1.3.00 now released (1/30/09)
« Reply #220 on: April 09, 2009, 01:57:52 pm »
It kinda worked.

I setup Default, Mala and Malaexit as P1 Analog and P2 Mouse.  I saved them in both mala/Maps and mame/maps.
When I start Windows, P2 is a mouse.  When Mala launches, P2 doesn't work.  When I launch a game, P2 is whatever the game wants.  When I quit the game, P2 is the mouse.  When I quit Mala, P2 is the mouse.

So, I don't know what the deal is, but for the P2 mouse to work in mala, I have to leave a game first.

fatfingers

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:January 26, 2015, 10:15:43 am
  • Got UltraStiks?™
Re: UltraStik Mapper plugin for MaLa Version 1.3.00 now released (1/30/09)
« Reply #221 on: April 09, 2009, 04:09:07 pm »

mame/maps can be removed.  The plugin does not use that.

So, the only thing that does not work is P2 mouse when MaLa first starts?

My DK low scores
-------------------
1) 180700
2) 165000
3) 162900
4) 162600
5) 158500


W.W.P.M.D.?                                       I'm here to help ... I just don't do it. ™

Kayden

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 154
  • Last login:February 17, 2023, 07:20:44 pm
  • Oh crap! Is it suppose to spark like that?
Re: UltraStik Mapper plugin for MaLa Version 1.3.00 now released (1/30/09)
« Reply #222 on: April 09, 2009, 04:48:11 pm »
Correct.

ragnar

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 455
  • Last login:August 16, 2022, 10:40:56 am
Re: UltraStik Mapper plugin for MaLa Version 1.3.00 now released (1/30/09)
« Reply #223 on: September 24, 2010, 11:49:44 pm »
How does this plugin determine which ugc file to use?  There has to be a data file somewhere.

and where are these ugc files located because all that comes with ultramap are the um files.  There are no ugc files installed with ultramap...
MY FIRST BUILD:

Gray_Area

  • -Banned-
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 3363
  • Last login:June 23, 2013, 06:52:30 pm
  • -Banned-
Re: UltraStik Mapper plugin for MaLa Version 1.3.00 now released (1/30/09)
« Reply #224 on: September 26, 2010, 05:47:58 am »
How does this plugin determine which ugc file to use?  There has to be a data file somewhere.

and where are these ugc files located because all that comes with ultramap are the um files.  There are no ugc files installed with ultramap...

Ultramap has a 'maps' folder. There should be stock maps in the UM (Ultramarc proprietary, apparently) format. The plug-in doesn't need to know these, though.

I understand the plug-in's function as follows: at plug-in installation, it simply finds/asks for the directory of UltraMapper. When a game is launched, the plug-in is told what configuration to use, and cues Ultramapper by way of the ugc files.
-Banned-

piecesof8

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 183
  • Last login:January 11, 2014, 08:50:24 pm
  • The party boat is here.
Re: UltraStik Mapper plugin for MaLa Version 1.3.00 now released (1/30/09)
« Reply #225 on: December 23, 2010, 08:30:54 am »
Just wanted to bump this thread to thank fatfingers for this excellent plugin!  :cheers:

loadman

  • Moderator
  • Trade Count: (+3)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4305
  • Last login:August 17, 2020, 03:23:55 am
  • Cocktail Cab owner and MaLa FE developer
    • MaLa
Re: UltraStik Mapper plugin for MaLa Version 1.3.00 now released (1/30/09)
« Reply #226 on: December 23, 2010, 06:06:32 pm »
Just wanted to bump this thread to thank fatfingers for this excellent plugin!  :cheers:

He is a good man alright.

Here is FatFingers and myself on a trip I had to the U.S a couple of years ago

Can you work out who is who?



« Last Edit: December 23, 2010, 06:13:36 pm by loadman »

Gray_Area

  • -Banned-
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 3363
  • Last login:June 23, 2013, 06:52:30 pm
  • -Banned-
Re: UltraStik Mapper plugin for MaLa Version 1.3.00 now released (1/30/09)
« Reply #227 on: December 23, 2010, 08:25:56 pm »
ff has been missing for a while, though.
-Banned-

piecesof8

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 183
  • Last login:January 11, 2014, 08:50:24 pm
  • The party boat is here.
Re: UltraStik Mapper plugin for MaLa Version 1.3.00 now released (1/30/09)
« Reply #228 on: December 23, 2010, 11:09:44 pm »

Can you work out who is who?





Wow, that's a tiny pic. You on the left, fatfingers on the right? I'm squinting at it trying to tell whose fingers look fatter.  ;D

loadman

  • Moderator
  • Trade Count: (+3)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4305
  • Last login:August 17, 2020, 03:23:55 am
  • Cocktail Cab owner and MaLa FE developer
    • MaLa
Re: UltraStik Mapper plugin for MaLa Version 1.3.00 now released (1/30/09)
« Reply #229 on: December 23, 2010, 11:16:46 pm »
Can you work out who is who?

Wow, that's a tiny pic. You on the left, fatfingers on the right? I'm squinting at it trying to tell whose fingers look fatter.  ;D

EHHHH

No I am on the right , closest to the enter key on the laptop keyboard  ;D


Gray_Area

  • -Banned-
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 3363
  • Last login:June 23, 2013, 06:52:30 pm
  • -Banned-
Re: UltraStik Mapper plugin for MaLa Version 1.3.00 now released (1/30/09)
« Reply #230 on: December 28, 2010, 12:51:34 am »
Wow, that's a tiny pic. You on the left, fatfingers on the right? I'm squinting at it trying to tell whose fingers look fatter.  ;D

Well, you know how girls get about pictures. (I josh of course!)
-Banned-

Blueic5

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 92
  • Last login:December 16, 2018, 05:31:20 pm
  • I want to build my own arcade controls!
Re: UltraStik Mapper plugin for MaLa Version 1.3.00 now released (1/30/09)
« Reply #231 on: January 07, 2015, 10:03:26 am »
hi
Can anyone advise how I can find out if this plugin is working , I cant seem to find any form of log file or config within Mala?

Lakersfan

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 213
  • Last login:February 05, 2024, 12:16:07 am
Re: UltraStik Mapper plugin for MaLa Version 1.3.00 now released (1/30/09)
« Reply #232 on: December 30, 2018, 01:27:33 am »
Is there somewhere I can download the latest version of this? The links are broken.