Jump to content



Photo
* * * * * 2 votes

Trick Shooter (LTD 1980) [Visual Pinball X]

ltd1980 trickshooter

  • Please log in to reply
9 replies to this topic

#1 jpsalas

jpsalas

    Grand Schtroumpf

  • VIP
  • 7,300 posts
  • Location:I'm Spanish, but I live in Oslo (Norway)

  • Flag: Norway

  • Favorite Pinball: I like both new and old, but I guess I prefer modern tables with some rules and goals to achieve.



Posted 29 December 2022 - 09:59 AM

Posted Image


File Name: Trick Shooter (LTD 1980)

File Submitter: jpsalas

File Submitted: 29 Dec 2022

File Category: VPX/VPinMAME Recreations

Author(s): jpsalas
Halen
mfuegemann
Manufacturer: Other - Pinball
Year: 1980
ROM: Link to ROM
Permission to MOD?: Yes, without approval


Based on the LTD do Brasil table from 1980. 
 
Graphics by Halen
Vpinmame script by mfuegemann
Thanks to Carlos Guizzo and LTD group for providing the images of the real table.
 
I made a simple directb2s instead of uploading just an image. Feel free to add some lightning if you want, I don't think the table had any special lights on the backglass, just a big round light.
I have also uploaded the rom.


Click here to download this file


If you want to check my latest uploads then click on the image below:

 

vp.jpg

 

Next table? A tribute table to Stern's Foo Fighters


#2 teisen

teisen

    Pinball Fan

  • Members
  • PipPipPipPip
  • 524 posts
  • Location:SP

  • Flag: Brazil

  • Favorite Pinball: Scared Stiff / Attack From Mars and many others...rsrsrs

Posted 29 December 2022 - 12:18 PM

Thanks for the great surprise JP!
 
Obrigado Carlos Guizzo e grupo LTD and others involved
 
Your Brazilian fans thank you...
 
a big hug and a great 2023 for you and family!

Edited by teisen, 29 December 2022 - 12:19 PM.

club-dorothee-premiers-baisers.gif


#3 HiRez00

HiRez00

    VPX / Pinball Contributor

  • Silver Supporter
  • 378 posts
  • Location:Los Angeles, CA

  • Flag: United States of America

  • Favorite Pinball: Too many to list here ...

Posted 29 December 2022 - 02:29 PM

trickshooter-ltd.png


-HiRez00


#4 Armyaviation

Armyaviation

    Mr. Walnuts

  • Members
  • PipPipPipPip
  • 650 posts

  • Flag: United States of America

  • Favorite Pinball: TOTAN

Posted 30 December 2022 - 05:26 PM

how do you get the LTD tables to coin in with the 3 button instead of 4.  i remember i changed the LTD.vbs before but when i updated to 10.7 they overwrote the changed one

Thanks JP for this and 301 bullseye

 

checked time machine and was using the same vbs file and it coins with button 3


Edited by Armyaviation, 30 December 2022 - 05:43 PM.


#5 wiesshund

wiesshund

    VPF Legend

  • Members
  • PipPipPipPipPipPipPip
  • 11,859 posts

  • Flag: United States of America

  • Favorite Pinball: How many can i have?

Posted 30 December 2022 - 08:18 PM

how do you get the LTD tables to coin in with the 3 button instead of 4.  i remember i changed the LTD.vbs before but when i updated to 10.7 they overwrote the changed one

Thanks JP for this and 301 bullseye

 

checked time machine and was using the same vbs file and it coins with button 3

 

LTD would sometimes steal back coin switches to re-use for table functions

so they would take coin 1 and use it for a table switch
leaving only coin 2 to accept coins for example

 

haunted hotel is like that
but since it is a one off (pec men is different still)
i wrote the ltd4a.vbs accordingly


If you feel the need to empty your wallet in my direction, i don't have any way to receive it anyways

Spend it on Hookers and Blow


#6 mfuegemann

mfuegemann

    Pinball Fan

  • VIP
  • 1,222 posts
  • Location:Cologne

  • Flag: Germany

  • Favorite Pinball: Medieval Madness, Fast Draw



Contributor

Posted 31 December 2022 - 08:59 AM

how do you get the LTD tables to coin in with the 3 button instead of 4.  i remember i changed the LTD.vbs before but when i updated to 10.7 they overwrote the changed one

Thanks JP for this and 301 bullseye

 

checked time machine and was using the same vbs file and it coins with button 3

 

You can always change the switch number for swCoin2 in the vbs file to be the same as swCoin3 (or vice versa):
 

Const swCoin3       = 13 

Const swCoin2       = 14

 

And maybe leave the original lines as comments for later reference:

 

Const swCoin3       = 13 

Const swCoin2       = 13

' Const swCoin2       = 14



#7 Armyaviation

Armyaviation

    Mr. Walnuts

  • Members
  • PipPipPipPip
  • 650 posts

  • Flag: United States of America

  • Favorite Pinball: TOTAN

Posted 31 December 2022 - 06:52 PM

 

how do you get the LTD tables to coin in with the 3 button instead of 4.  i remember i changed the LTD.vbs before but when i updated to 10.7 they overwrote the changed one

Thanks JP for this and 301 bullseye

 

checked time machine and was using the same vbs file and it coins with button 3

 

You can always change the switch number for swCoin2 in the vbs file to be the same as swCoin3 (or vice versa):
 

Const swCoin3       = 13 

Const swCoin2       = 14

 

And maybe leave the original lines as comments for later reference:

 

Const swCoin3       = 13 

Const swCoin2       = 13

' Const swCoin2       = 14

 

did exactly as you said, added that line and commented out sw14.  i did it only on ltd.vbs and it didnt work.  cowboy eight ball 2 doesnt work with coin 3 either.  do i need to do all ltd..vbs also



#8 wiesshund

wiesshund

    VPF Legend

  • Members
  • PipPipPipPipPipPipPip
  • 11,859 posts

  • Flag: United States of America

  • Favorite Pinball: How many can i have?

Posted 31 December 2022 - 08:46 PM

 

 

how do you get the LTD tables to coin in with the 3 button instead of 4.  i remember i changed the LTD.vbs before but when i updated to 10.7 they overwrote the changed one

Thanks JP for this and 301 bullseye

 

checked time machine and was using the same vbs file and it coins with button 3

 

You can always change the switch number for swCoin2 in the vbs file to be the same as swCoin3 (or vice versa):
 

Const swCoin3       = 13 

Const swCoin2       = 14

 

And maybe leave the original lines as comments for later reference:

 

Const swCoin3       = 13 

Const swCoin2       = 13

' Const swCoin2       = 14

 

did exactly as you said, added that line and commented out sw14.  i did it only on ltd.vbs and it didnt work.  cowboy eight ball 2 doesnt work with coin 3 either.  do i need to do all ltd..vbs also

 

 

i would instead copy the vbs the table uses
rename it like ltd-ts.vbs
then edit ltd-ts.vbs to respond to the coil slot you wish
and edit the table to load ltd-ts.vbs instead of ltd.vbs

Also

Const swCoin3       = 13 

Const swCoin2       = 14

 

swCoin2 is key 4
swCoin 3 is key 5
swCoin1 is key 3
so add
Const swCoin1       = 13 

dont change the switch numbers themselves
that is only flip flopping slots 2 and 3


If you feel the need to empty your wallet in my direction, i don't have any way to receive it anyways

Spend it on Hookers and Blow


#9 Armyaviation

Armyaviation

    Mr. Walnuts

  • Members
  • PipPipPipPip
  • 650 posts

  • Flag: United States of America

  • Favorite Pinball: TOTAN

Posted 01 January 2023 - 12:09 AM

 

 

 

how do you get the LTD tables to coin in with the 3 button instead of 4.  i remember i changed the LTD.vbs before but when i updated to 10.7 they overwrote the changed one

Thanks JP for this and 301 bullseye

 

checked time machine and was using the same vbs file and it coins with button 3

 

You can always change the switch number for swCoin2 in the vbs file to be the same as swCoin3 (or vice versa):
 

Const swCoin3       = 13 

Const swCoin2       = 14

 

And maybe leave the original lines as comments for later reference:

 

Const swCoin3       = 13 

Const swCoin2       = 13

' Const swCoin2       = 14

 

did exactly as you said, added that line and commented out sw14.  i did it only on ltd.vbs and it didnt work.  cowboy eight ball 2 doesnt work with coin 3 either.  do i need to do all ltd..vbs also

 

 

i would instead copy the vbs the table uses
rename it like ltd-ts.vbs
then edit ltd-ts.vbs to respond to the coil slot you wish
and edit the table to load ltd-ts.vbs instead of ltd.vbs

Also

Const swCoin3       = 13 

Const swCoin2       = 14

 

swCoin2 is key 4
swCoin 3 is key 5
swCoin1 is key 3
so add
Const swCoin1       = 13 

dont change the switch numbers themselves
that is only flip flopping slots 2 and 3

 

I ended up creating a copy like you said and changing swcoin2 to swcoin1 in 3 places in the script.  worked and all ltd games work except cowboy eight ball 2



#10 wiesshund

wiesshund

    VPF Legend

  • Members
  • PipPipPipPipPipPipPip
  • 11,859 posts

  • Flag: United States of America

  • Favorite Pinball: How many can i have?

Posted 01 January 2023 - 06:21 AM

 

 

 

 

how do you get the LTD tables to coin in with the 3 button instead of 4.  i remember i changed the LTD.vbs before but when i updated to 10.7 they overwrote the changed one

Thanks JP for this and 301 bullseye

 

checked time machine and was using the same vbs file and it coins with button 3

 

You can always change the switch number for swCoin2 in the vbs file to be the same as swCoin3 (or vice versa):
 

Const swCoin3       = 13 

Const swCoin2       = 14

 

And maybe leave the original lines as comments for later reference:

 

Const swCoin3       = 13 

Const swCoin2       = 13

' Const swCoin2       = 14

 

did exactly as you said, added that line and commented out sw14.  i did it only on ltd.vbs and it didnt work.  cowboy eight ball 2 doesnt work with coin 3 either.  do i need to do all ltd..vbs also

 

 

i would instead copy the vbs the table uses
rename it like ltd-ts.vbs
then edit ltd-ts.vbs to respond to the coil slot you wish
and edit the table to load ltd-ts.vbs instead of ltd.vbs

Also

Const swCoin3       = 13 

Const swCoin2       = 14

 

swCoin2 is key 4
swCoin 3 is key 5
swCoin1 is key 3
so add
Const swCoin1       = 13 

dont change the switch numbers themselves
that is only flip flopping slots 2 and 3

 

I ended up creating a copy like you said and changing swcoin2 to swcoin1 in 3 places in the script.  worked and all ltd games work except cowboy eight ball 2

 

 

It very much depends on what they did to the controller when making the machine.

 

Like Haunted Hotel, they hacked and reprogrammed the controller so much, there was only 1 switch left for coins and it wasnt coin 1, lamp channels got stolen to drive solenoids
and other oddities

 

Pecmen's controller was again modified

 

Cowboy 8ball may only have one coin input moved to some odd place or something, i have never looked at it


If you feel the need to empty your wallet in my direction, i don't have any way to receive it anyways

Spend it on Hookers and Blow