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: Remove launcher from Space Taxi 2?  (Read 1262 times)

0 Members and 1 Guest are viewing this topic.

MydknyteStyrm

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 331
  • Last login:March 20, 2024, 12:19:41 pm
  • Makeup FX Gamer
Remove launcher from Space Taxi 2?
« on: February 07, 2014, 04:52:36 pm »

I have a rare game that I can't seem to find much on the forums, Space Taxi 2 by Twilight Games. I am a huge Commodore fan remembering playing Space Taxi in my childhood, and was excited to find a sequel while setting up my C64 wheel.
 
But here is the problem. The PC Game SpaceTaxi 2 has a launcher that you have to click to start the game. I found an AHK code to remove the launcher for my House of The Dead 3 PC Game, and I was hoping someone here might be able to point me in the right direction, including possibly using AHK or a revision in the PCLauncher module to help me start this game without clicking on the Play Now button. Attached is a picture of the folder structure of the game, as well as the popup that appears when I select the game from the PC wheel.
 
Thanks so much for any information you can provide.


Drnick

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1642
  • Last login:June 21, 2024, 03:32:31 pm
  • Plodding Through Life
Re: Remove launcher from Space Taxi 2?
« Reply #1 on: February 08, 2014, 01:58:22 pm »
It looks like Play now is automatically selected, does pressing enter or space rather then using mouse press work?

Howard_Casto

  • Idiot Police
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19427
  • Last login:June 20, 2025, 12:57:54 am
  • Your Post's Soul is MINE!!! .......Again??
    • The Dragon King
Re: Remove launcher from Space Taxi 2?
« Reply #2 on: February 08, 2014, 02:44:55 pm »
Ok I took pity on you man. 

Here is the best way to do it.  You take a fake exe and replace the game exe with it temporarily.  The fake exe should be programmed to spit out whatever command line is passed to it.  Then you launch the launcher, attempt to start the game, and see what command line it's passing to the exe to get it to start. 

What's that?  You can't code ect?  Yeah no problem I've included a stub exe for you. 

If it doesn't spit out a command line then it's using either dll communication (unlikely) or a registry string (I've seen HOTD 3 do this) to launch the game. 

Hope that helps!

MydknyteStyrm

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 331
  • Last login:March 20, 2024, 12:19:41 pm
  • Makeup FX Gamer
Re: Remove launcher from Space Taxi 2?
« Reply #3 on: February 08, 2014, 06:04:22 pm »
Howard, thanks for your help and your pity. Im a huge fan of Troubleshooter 2.

Here's the problem. The exe file "SpaceTaxi.exe" is all the option I have. There isnt a launcher, per se, but when I click on the exe, it opens the Play Now, options, quit window. No matter what I change the exe filename to, it runs perfectly. It also happens to be the only exe in the folder structure.

I downloaded your CLG.exe, but not too sure what to do with it. I dragged the SpaceTaxi.exe into the CLG.exe, and all it showed was the file location, which is exactly the same as I expected.

Let me know if there is any more information you need, and I will be happy to provide it. Thanks!


Drnick, I can press Space to start the PlayNow button, but since this is in a cabinet, ideally I dont want the window at all, I just want it to go straight to the game.

Howard_Casto

  • Idiot Police
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19427
  • Last login:June 20, 2025, 12:57:54 am
  • Your Post's Soul is MINE!!! .......Again??
    • The Dragon King
Re: Remove launcher from Space Taxi 2?
« Reply #4 on: February 08, 2014, 06:16:02 pm »
I think I'm confused.  Is "SpaceTaxi.exe" the only exe included with the game.  If it is then that isn't a launcher, that's the game and it just has a menu at startup. 

The exe I included was supposed to be renamed and replace whatever SpaceTaxi.exe is launching, to get you the command line arguments. 

If that is the only exe then there's nothing you can do.  You'll have to resort to autohotkey or something similar. 

MydknyteStyrm

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 331
  • Last login:March 20, 2024, 12:19:41 pm
  • Makeup FX Gamer
Re: Remove launcher from Space Taxi 2?
« Reply #5 on: February 08, 2014, 06:18:25 pm »
I apologize for the confusion. So I'm assuming with AHK I can set it to load up, click once so the menu is up for a brief second to hit Play Now, and then it should work. I appreciate the help you gave so far though. It led me in the right direction.