Jump to content
LaunchBox Community Forums

vectrex launcher


tommyp

Recommended Posts

Hi - First time poster of a launchbox noob. :) I'm trying to set up the proper launcher using mess and vectrex. The problem is the overlays. I can launch a vectrex game with proper overlays via this sample dos command
mess vectrex armora -view armora
In the "edit emulator" window, I cannot figure out how to add the "-view name_of_game" suffix in the options in the default command-line parameters entry. Is there a trick to add a "suffix switch" to the default command line parameter?
Link to comment
Share on other sites

Thanks for the quick reply Jason. Unfortunately the vectrex overlays aren't configured like this by default. The documentation found on the internet (not this site) for using vectrex overlays sucks to put it nicely. I ended up modifying my vectrex.lay file so I could launch the game with proper overlay (where the overlay switch is the same as the rom filename). I have to admit, I was stupid for not RTFM but did see that you can use batch or cmd files instead. So I created a cmd file and placed it alongside my MESS file
ECHO OFF SET GAME=%1 SET PREP=%~dp0 ECHO Starting %GAME% %PREP%MESS.EXE VECTREX %GAME% -view %GAME%
And now it works like a champ. I'm not sure if this would be helpful for anyone, but here's a sample modification I made to my artwork\vectrex.zip's vectrex.lay file. Step 1 - see sample snip below. The "view name" needs to be the same as the rom zip filename. The bezel and overlay values are defined in step 2.
<view name="3dminest"> <bezel element="mine"> <bounds left="0" top="0" right="3" bottom="4" /> </bezel> <overlay element="mine"> <bounds left="0" top="0" right="3" bottom="4" /> </overlay> <screen index="0"> <bounds left="0" top="0" right="3" bottom="4" /> </screen> </view>
Part 2. Define the element name which links the above to a overlay png filename.
<element name="mine"> <image file="mine.png" /> </element>
Link to comment
Share on other sites

Join the conversation

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

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

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

×   Your previous content has been restored.   Clear editor

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

×
×
  • Create New...