Jump to content

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

Patreon

PhilA

GameEx Founding Member
  • Posts

    22
  • Joined

  • Last visited

PhilA's Achievements

Super Member!

Super Member! (3/5)

1

Reputation

  1. I spoke too soon about the list update. Retested and sometimes it works, sometimes not. Not going to complain about documentation - I agree - dull work! gameex -listupdate should do it for me, thanks!
  2. Is there a way to request enhancements to the plugin subsystem - is that still being worked on? I wanted to perform an action depending on what custom list a user has opened. But in this function, Event_MenuChange(MenuNumber As Integer), MenuNumber is always 0 whichever custom list I enter. Also, when Event_CommandLine is entered, I don't see a way to tell whether the game is going to be run or it is an attractmode demo. I have identified what looks like a bug which I can leverage to work it out, but would be nice if it explicitly indicated attractmode.
  3. Hey, I worked around the list update issue. The idea was that I only have a limited number of game roms in my custom lists so if I add a new game via the pluging I wanted to trigger a list update. Turns out though, if I add all the roms initially and trigger a list update manually, then if I cut the list down and add back on game, it appears on my custom list right away - no need to do a list update. Maybe just because Gameex is already aware of from the initial list update.
  4. Gameex executable has a number of switches that don't seem to be documented e.g. -mame to run Mame only, -artworkdownload to download artwork etc. Are they documented anywhere? Was kind of hoping there is one to make Gameex run a list update...?
  5. When I navigate down through a list of games and get to the bottom, it wraps/loop back up to the top of the list. Makes it difficult to select games at the bottom of the list. And there doesn't seem to be an obvious way to stop the behaviour in gameex.ini. Any way to stop this behaviour?
  6. Yep, I worked out what I needed to do in the plugin. I have one more UI issue to resolve then my set up is complete. When I navigate down through a list of games and get to the bottom, it wraps/loop back up to the top of the list. Makes it difficult to select games at the bottom of the list. And there doesn't seem to be an obvious way to stop the behaviour in gameex.ini. I'll open a new forum thread.
  7. No problem. I worked out what I needed to do in the plugin. I have one more UI issue to resolve then my set up is complete. When I navigate down through a list of games and get to the bottom, it wraps/loop back up to the top of the list. Makes it difficult to select games at the bottom of the list. And there doesn't seem to be an obvious way to stop the behaviour in gameex.ini. I'll open a new forum thread.
  8. Right after I typed that I might have just figured it out from the "Random Arcade Sound" example plugin. Working on it.
  9. Right after I typed that I might have just figured it out from the "Random Arcade Sound" example plugin. Working on it.
  10. I got my custom lists and images working as I wanted them - theres some details in my other forum post. Also working on a plugin at the moment to handle plugging in my custom control panels and providing information back to the user. Worked out most of it but I am trying to work out if I can trigger a game list update or an exit of the gameex app but stuggling to work it out. I guess it should be possible to use GameExEventQueue.Add() to send a command - don't suppose there is a list somewhere of commands that can be sent?
  11. Image of my images attached - I put those into C:\GameEx\THEMES\Default - Default\MEDIA\LOGOS. Video attached too - all lists except "All Mame Games" are custom lists. You can see that they load the relevant image with the same name as the list. Just have to have the entry in gameex.ini set correctly. Don't really know what those ini entries do but works as I want it to. GameEx is great but lots of the great functionality is sparely documented. e.g. Working on a plugin at the moment to handle plugging in my custom control panels and provide information back to the user - trickly to build the plugin based on the documentation. Worked out most of it but I am trying to work out if I can trigger a game list update or an exit of the gameex app but stuggling to work it out. I guess it should be possible to use GameExEventQueue.Add() to send a command but can't find any docs on what commands are available. Custom Lists.mp4
  12. For anyone that stumbles on this thread, I figured it out. I update a setting in gameex.ini from "Snap" to "True". After that it display icons in the theme's logos folder with the same name as the list item. [LIST_SETTINGS_8] displaybackgroundimage=True
  13. Hi, I am working on a GameEx plugin to intergate my custom built control panls (spiiner, trackball, single or dual joystick etc) with custom Mame game lists. Is there any plugin documentation in addtion to this? Category:PlugIn Development - Spesoft/GameEx Wiki This seems to be a little sparse - for example doesn't indicate a whole list of functions that need to exist for a plugin to work and how to use them. Also, is there a way for an add-in to integrate back into GameEx, for example to initiate a Mame list update, display custom icons etc. I'd also like to be able to display a screen if the wrong panel for the game is connected.
  14. Thanks, I'll upgrade the version. Would be a shame if you couldn't add an image. Default lists have them. I found someone online that had mentioned icons - can't find it now - but no documentation - not been able to find any documentation for the ini files. Best I think is here - but all the links are broken.
×
×
  • Create New...