Jump to content



Photo
* * * - - 2 votes

Atarians (Atari 1976)[Visual Pinball X MOD]

Atarians

  • Please log in to reply
73 replies to this topic

#61 wiesshund

wiesshund

    VPF Legend

  • Members
  • PipPipPipPipPipPipPip
  • 11,859 posts

  • Flag: United States of America

  • Favorite Pinball: How many can i have?

Posted 04 November 2023 - 09:39 PM

Uploaded 1.02, soon as it is approved.

 

If anyone understand the schematic and PCM lamp/switch matrix better, feel free to suggest corrections.

It's killing my head, and the VP9 table was never right and was missing things


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


#62 Itchigo

Itchigo

    Pinball Wizard

  • Members
  • PipPipPipPipPip
  • 2,708 posts
  • Location:Chicago, Illinois

  • Flag: United States of America

  • Favorite Pinball: All




  • Trophies:

Posted 04 November 2023 - 10:40 PM

How do you turn up the rom sounds?


Founder of Rogue Pinball! https://roguepinball.com/index.php                 Making Pinball great again!!

 

partylikeits1776-.jpg


#63 wiesshund

wiesshund

    VPF Legend

  • Members
  • PipPipPipPipPipPipPip
  • 11,859 posts

  • Flag: United States of America

  • Favorite Pinball: How many can i have?

Posted 04 November 2023 - 11:44 PM

How do you turn up the rom sounds?

you dont exactly

 

i can tell you how but it wont save

i probably have to bug report it to vpm team, since vpinmame will not save the volume overdrive amount

 

start table with vpm display showing

put vpm display in focus

hit ~ key

set volume from 0db to 32db

 

now volume is really loud

but on reload it goes back to 0db

 

and even if i put in the registry to be 32db, it does not effect that part of the volume controls

 

it will save nearly everything else you change with the ~ key, but not the volume overdrive

and it wont listen to a reg value higher than 0

less than 0 yes, higher no

 

EDIT

In retrospect, this wont get you a lot of volume increase, more like an increase of gain hiss once you get beyond 10db or so

so probably not worth the effort


Edited by wiesshund, 05 November 2023 - 12:14 AM.

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


#64 bha19

bha19

    Pinball Fan

  • Platinum Supporter
  • 1,223 posts
  • Location:South Jersey

  • Flag: United States of America

  • Favorite Pinball: Theatre Of Magic

Posted 05 November 2023 - 06:18 PM

I think I found another bug. When you light 1-9 special lights do not come on. I did manage hit something that reset them but not sure what.



#65 wiesshund

wiesshund

    VPF Legend

  • Members
  • PipPipPipPipPipPipPip
  • 11,859 posts

  • Flag: United States of America

  • Favorite Pinball: How many can i have?

Posted 05 November 2023 - 08:20 PM

I think I found another bug. When you light 1-9 special lights do not come on. I did manage hit something that reset them but not sure what.

did you download table version 1.02?


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


#66 bha19

bha19

    Pinball Fan

  • Platinum Supporter
  • 1,223 posts
  • Location:South Jersey

  • Flag: United States of America

  • Favorite Pinball: Theatre Of Magic

Posted 05 November 2023 - 11:39 PM

Version 1.02 has getting center A lights right special and lighting 1-9 lights rotating special but does not seem to score anything when hit.



#67 wiesshund

wiesshund

    VPF Legend

  • Members
  • PipPipPipPipPipPipPip
  • 11,859 posts

  • Flag: United States of America

  • Favorite Pinball: How many can i have?

Posted 05 November 2023 - 11:54 PM

Version 1.02 has getting center A lights right special and lighting 1-9 lights rotating special but does not seem to score anything when hit.

huh?


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


#68 digitalarts

digitalarts

    Pinball Fan

  • Members
  • PipPipPipPip
  • 758 posts
  • Location:Bavaria

  • Flag: Germany

  • Favorite Pinball: Judge Dredd (have the real one); all virtual EM's

Posted 06 November 2023 - 07:41 AM

@itchigo

use the ~ method, but change the <channel #0> Volume as you want. This value will be stored.



#69 wiesshund

wiesshund

    VPF Legend

  • Members
  • PipPipPipPipPipPipPip
  • 11,859 posts

  • Flag: United States of America

  • Favorite Pinball: How many can i have?

Posted 06 November 2023 - 07:55 AM

@itchigo

use the ~ method, but change the <channel #0> Volume as you want. This value will be stored.

 

That saves, sadly it does not change much

maybe enough for what he needs though?


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


#70 digitalarts

digitalarts

    Pinball Fan

  • Members
  • PipPipPipPip
  • 758 posts
  • Location:Bavaria

  • Flag: Germany

  • Favorite Pinball: Judge Dredd (have the real one); all virtual EM's

Posted 06 November 2023 - 08:47 AM

if one want to have the dof effects, add a line in vpmalias.txt:

atarianb,atarians

 

then change cgamename in the script to:

atarianb

 

then change lines 621-622 to:

If keycode=LeftFlipperKey Then  lfon=1: LLFELIPPER:DOF 104,2: end if
If keycode=RightFlipperKey Then rfon=1: LRFLIPPER:DOF 105,2: end if


#71 wiesshund

wiesshund

    VPF Legend

  • Members
  • PipPipPipPipPipPipPip
  • 11,859 posts

  • Flag: United States of America

  • Favorite Pinball: How many can i have?

Posted 06 November 2023 - 09:02 AM

 

if one want to have the dof effects, add a line in vpmalias.txt:

atarianb,atarians

 

then change cgamename in the script to:

atarianb

 

then change lines 621-622 to:

If keycode=LeftFlipperKey Then  lfon=1: LLFELIPPER:DOF 104,2: end if
If keycode=RightFlipperKey Then rfon=1: LRFLIPPER:DOF 105,2: end if

 

DOF on the ROM wont fire off the sol callbacks for the flips?


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


#72 digitalarts

digitalarts

    Pinball Fan

  • Members
  • PipPipPipPip
  • 758 posts
  • Location:Bavaria

  • Flag: Germany

  • Favorite Pinball: Judge Dredd (have the real one); all virtual EM's

Posted 06 November 2023 - 10:28 AM

oddly not. 

maybe this is the reason why there are the two E104 and E105 commands added in the online config of atarianb



#73 wiesshund

wiesshund

    VPF Legend

  • Members
  • PipPipPipPipPipPipPip
  • 11,859 posts

  • Flag: United States of America

  • Favorite Pinball: How many can i have?

Posted 06 November 2023 - 05:20 PM

oddly not. 

maybe this is the reason why there are the two E104 and E105 commands added in the online config of atarianb

the Atari's seem rather strange animals anyways

kind of a confusing blob of PWM encoded commands


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


#74 lolzilla

lolzilla

    Neophyte

  • Members
  • Pip
  • 5 posts

  • Flag: ---------

  • Favorite Pinball: Kirby's Pinball Land

Posted 09 July 2025 - 05:05 AM

There's somethings weird with this table. Sometimes the score shows some glitched characters, sometimes the coins/players display doesn't work at all and sometimes the ball gets stuck on a cradle.  VPX 10.8 final, atarians.zip MD5 5c40d4f9c3f13f2336efac6f5e374b47  Please fix such a nice table.

imgur.com/a/GtvVCNk

 

 

Edit: Sorry, today I tried the table once again and it's working just fine. It probably needed to close and reopen VPX. :hmm:


Edited by lolzilla, 10 July 2025 - 03:34 PM.






Also tagged with one or more of these keywords: Atarians