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: "You Don't Know Jack" & Lazarus  (Read 2947 times)

0 Members and 1 Guest are viewing this topic.

Chazz

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 234
  • Last login:January 29, 2020, 01:14:53 pm
"You Don't Know Jack" & Lazarus
« on: May 01, 2003, 09:01:15 am »
How difficult is it to run a PC game from Lazarus?  I've been looking at the Wrappers and I'm not exactly sure what I'd need to do.  Can someone tell me the easiest way to run a PC game from Lazarus?

Thanks!

Chris

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4574
  • Last login:September 21, 2019, 04:59:49 pm
    • Chris's MAME Cabinet
Re:"You Don't Know Jack" & Lazarus
« Reply #1 on: May 01, 2003, 09:26:53 am »
If you're putting this in a cabinet, remember YDKJ requires a keyboard for the Gibberish Questions...

--Chris
--Chris
DOSCab/WinCab Jukebox: http://www.dwjukebox.com

Chazz

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 234
  • Last login:January 29, 2020, 01:14:53 pm
Re:"You Don't Know Jack" & Lazarus
« Reply #2 on: May 01, 2003, 09:40:38 am »
If you're putting this in a cabinet, remember YDKJ requires a keyboard for the Gibberish Questions...

--Chris

Yup!  That's not a problem!  I just pull my keyboard out from inside the cabnet.

rampy

  • *shrug*
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2910
  • Last login:March 02, 2007, 11:32:16 am
  • ...as useless as a JPG is to Helen Keller
    • Build Your Own PVR
Re:"You Don't Know Jack" & Lazarus
« Reply #3 on: May 01, 2003, 11:23:36 am »
If you're putting this in a cabinet, remember YDKJ requires a keyboard for the Gibberish Questions...

--Chris

Yup!  That's not a problem!  I just pull my keyboard out from inside the cabnet.

flickerpiss nosescum!

rampy

Chazz

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 234
  • Last login:January 29, 2020, 01:14:53 pm
Re:"You Don't Know Jack" & Lazarus
« Reply #4 on: May 01, 2003, 01:02:26 pm »
Quote
Quote
flickerpiss nosescum!

Hehehe!  ;D

So how can I run this from Lazarus?

nipsmg

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1753
  • Last login:July 11, 2025, 12:17:29 pm
  • ROONEY!! ERRGH!!
    • Arcadia
Re:"You Don't Know Jack" & Lazarus
« Reply #5 on: May 01, 2003, 01:42:28 pm »
"You're my question 4, Forever more. I LOVE YOU!!!!!!! My Question 4"

Question 4: The question that cares.  :-*


lol  ;D
I have to go find that game again.  Shouldn't you be able to run it from laz like any other emulator/executable? (Not very experienced w/ laz) :-/

Howard_Casto

  • Idiot Police
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19428
  • Last login:Today at 11:06:50 am
  • Your Post's Soul is MINE!!! .......Again??
    • The Dragon King
Re:"You Don't Know Jack" & Lazarus
« Reply #6 on: May 01, 2003, 03:28:05 pm »
You can, using the custom list.  Check the documentation for details.  

Howard_Casto

  • Idiot Police
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19428
  • Last login:Today at 11:06:50 am
  • Your Post's Soul is MINE!!! .......Again??
    • The Dragon King
Re:"You Don't Know Jack" & Lazarus
« Reply #7 on: May 01, 2003, 03:30:46 pm »
Doh! I guess I forgot to document it.  

I'll do that here in a sec......

***edit*****

Ok long story short go to the misc utilities section and download the custom list and dat generator.  (The one at the bottom.)  Run it and select manually creat a list file.  Now you will be presented with a General "rom info" screen.  The game title is the name that is actually displayed in lazarus, the romname and cloneof are the full path to the exe (including exe name and extension).  The rest is just misc stuff that is only for filtering purposes.  Click add to add it to the list and then save.  Now if you look in the folder that the list helper.exe is located you will find a custom.lst file.  Copy this to your lazarus directory (it's ok to overwrite) Now to make this game show up on a list you can use the search string "1=the title of that particular game" or "5=Custom".

The next time you regenerate your gamelist it will show up.  Btw don't worry about rom paths and a .cfg file for these entries as they are manually added.  

That's all there is to it.  

Btw this is also useful for files that have a default program associated with them.  If you want to say, have a list of all the emulator documentation in a gamelist you could add them all in a custom list and when they are ran windoze knows to open them with notepad or wordpad.  The same goes for mp3 files, movies files or anything else you can think of.  Of course there is the matter of exiting, but the custom entries are compatable with the generic command line wrappers, just remember to make the exe path the path to the wrapper when you go to add things to your custom list.  
« Last Edit: May 01, 2003, 03:54:17 pm by Howard_Casto »

Chazz

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 234
  • Last login:January 29, 2020, 01:14:53 pm
Re:"You Don't Know Jack" & Lazarus
« Reply #8 on: May 01, 2003, 08:57:55 pm »
Hey Howard, I'm trying to set it up but I'm getting a 'Run-time error 13' Type Mismatch error.  Any thoughts on what I'm doing wrong?

Howard_Casto

  • Idiot Police
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19428
  • Last login:Today at 11:06:50 am
  • Your Post's Soul is MINE!!! .......Again??
    • The Dragon King
Re:"You Don't Know Jack" & Lazarus
« Reply #9 on: May 01, 2003, 10:15:33 pm »
Not sure... the current build of lazarus is so far form dxlaz there is no telling.  

There is an alternate method though....

Use izaram's dat file generator to build a dat based on the exe's directory.  Name it accordingly. Save the dat and put it in your list generator /dats directory.    

Now for whatever "emulator" you named that dat set the exe name to "", the extension to ".exe"  and turn all other options off.  

Now add the exe's path in the roms paths and make a search string to display the game accordingly.  

Regenerate your gamelist and all should be well.  

Chazz

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 234
  • Last login:January 29, 2020, 01:14:53 pm
Re:"You Don't Know Jack" & Lazarus
« Reply #10 on: May 02, 2003, 07:36:00 am »
The run-time error was my fault.   :-[

I was trying to clean up my dir.ini file and thought since I wasn't using any logo files I could remove the 'logo=', I was wrong.

It looks like I've done everything else correctly now, but I still can't get Lazarus to find the game (just says no games available).  I'll keep hacking away at it today.

Thanks for your help Howard!  Still eagerly awaiting the new FE!!

Chazz

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 234
  • Last login:January 29, 2020, 01:14:53 pm
Re:"You Don't Know Jack" & Lazarus
« Reply #11 on: May 02, 2003, 10:12:50 am »
GOT IT!!!!!  
THANKS HOWARD!!

Now back to Jack!