Welcome, Guest. Please login or register.
May 20, 2024, 01:34:13 AM

Login with username, password and session length
* Home Help Arcade Login Register
.
+  Forum
|-+  **Reel Slots** Gaming Machines
| |-+  Bally Reel Games. (Moderator: a69mopar)
| | |-+  so, how do the programs work? are ther any rhyme or reason?
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: so, how do the programs work? are ther any rhyme or reason?  (Read 3552 times)
overload
New NLG Member 1 to 100 Post
**

Total Karma Storms: 0
Offline Offline

Posts: 15



« on: June 04, 2013, 07:50:00 PM »

i have a 1995 bally 3 coin machine and wondering how they have been programed?  any rhyme or reason?  wife say only pay between 5 and 8 at night, i say no clock in mpu,  some days can play 800 credits and just keep losing, some days play a cup of coins and win all night, some days only cherries and some days 3 sevens a couple times, keep adding coins seems to keep hitting, play on credits seems to melt away,  just wondering what the logic is to the programs. thanx!
Logged
stormrider
Contributing Gold NLG Member
Sr.NLG Member 501 to 1000 Post
*

Total Karma Storms: 131
Offline Offline

Gender: Male
Posts: 772



« Reply #1 on: June 04, 2013, 07:58:07 PM »

i have a 1995 bally 3 coin machine and wondering how they have been programed?  any rhyme or reason?  wife say only pay between 5 and 8 at night, i say no clock in mpu,  some days can play 800 credits and just keep losing, some days play a cup of coins and win all night, some days only cherries and some days 3 sevens a couple times, keep adding coins seems to keep hitting, play on credits seems to melt away,  just wondering what the logic is to the programs. thanx!

LOL....The famous question  rotflmao

Try typing RNG in the search box....
Sit back and read on.

Tim
Logged
uniman
Senior Full time Member.
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 695
Offline Offline

Gender: Male
Posts: 1830



« Reply #2 on: June 04, 2013, 10:13:35 PM »

The real key to computerized reel slots is the virtual stop table. That is what determines the payout percentage over millions of spins.

Your slot reels have eleven symbols and eleven blanks per reel. So there are 22 stop locations per reel. But the virtual stop table may have 64 or 128 or maybe 256 locations per reel.
Imagine your at a local carnival and throwing darts at balloons. You are able to hit a balloon with every throw. Behind each balloon is a reel location. Now imagine there are three sets of 256 balloons to throw at, one for each reel. Behind only one balloon per set is the jackpot symbol location, but behind six balloons are the blanks above the jackpot symbol and six more balloons have the blank below the jackpot symbol location. The other 249 balloons have various locations among the other reel symbols and blanks.
Now when you throw three darts at the three sets of balloons chances are it won't hit the jackpot symbol since there is only one in the 256 chances per set. The chance of hitting the blanks above and below the jackpot symbol is much better.
Chances of hitting the three jackpot symbols on the three sets of balloons in three throws is 16,777,216 to 1. (256x256x256)
In my opinion the RNG gets too much attention, it is the virtual stop table that counts. The RNG is the thrower and the virtual stop table the balloons with symbols behind them in my analogy above.
 Now, in the above scenario with one jackpot symbol per 256 virtual stops the chances are bad for hitting the jackpot. Most games will have more jackpot symbol chances in the virtual stop table, mine is just a simple example.

So, in a nutshell, what happens is the RNG picks an address in the virtual stop table and what is at that address determines where the reel stops.
Logged
ramegoom
Contributing NLG Member
NLG Member 101 to 500 Post
*

Total Karma Storms: 40
Offline Offline

Posts: 183



« Reply #3 on: June 05, 2013, 12:12:38 PM »

@uniman, a bit off topic, but I have a question for you. If you were to block off the stop spokes on the "blank" positions of the reels, so that the machine would try to stop there, but miss it by a notch, and land on a symbol instead....this would obviously increase the odds of winning, but would the CPU see it as an error? Or, would it just accept the seemingly "sluggish" stop mechanism, and pay out when it lands there?

Well that's two questions.

Thanks for any insight,
John
Logged
cowboygames
Abbys Dad
Contributing Gold NLG Member
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 680
Offline Offline

Gender: Male
Posts: 3916


Happiness in life is a great dog


« Reply #4 on: June 05, 2013, 02:03:55 PM »

On an electronic slot it would see the error and tilt the machine. Only way around it would be to write your own software with less virtual reel stops involved, but then it would probably pay WAY to much. Tournament and promotional chips are written that way
Logged
ramegoom
Contributing NLG Member
NLG Member 101 to 500 Post
*

Total Karma Storms: 40
Offline Offline

Posts: 183



« Reply #5 on: June 05, 2013, 02:12:16 PM »

On an electronic slot it would see the error and tilt the machine. Only way around it would be to write your own software with less virtual reel stops involved, but then it would probably pay WAY to much. Tournament and promotional chips are written that way

That makes sense. But what about the early CPU machines, like the early-to-mid 80's Bally's (E1000, E2000)? I realize the current technology has much better control of the reels, but I believe the Bally in this thread is less dependent on the lookup tables and more on the RNG technology. I could be mistaken, I'm new at this stuff.

Short of re-writing code, I wonder if there's a mechanical way to do it.
Logged
Mirage_Chaser
NLG Member 101 to 500 Post
***

Total Karma Storms: 7
Offline Offline

Gender: Male
Posts: 233



« Reply #6 on: June 05, 2013, 06:10:34 PM »

Even the early cpu models did not rely on reel position. Even if you could "fool" the machine into landing on an incorrect position without it going into an error it would just pay what it should have stopped on. It is not decided but the reel position, rather the reel position is just displaying what it already decided.
Logged

I want to win by winning... (J. Lemos)
uniman
Senior Full time Member.
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 695
Offline Offline

Gender: Male
Posts: 1830



« Reply #7 on: June 06, 2013, 02:45:28 AM »

@uniman, a bit off topic, but I have a question for you. If you were to block off the stop spokes on the "blank" positions of the reels, so that the machine would try to stop there, but miss it by a notch, and land on a symbol instead....this would obviously increase the odds of winning, but would the CPU see it as an error? Or, would it just accept the seemingly "sluggish" stop mechanism, and pay out when it lands there?

Well that's two questions.

Thanks for any insight,
John
I do not know the answer to that one. On modern computertized slots it all about timing on the stepper reels. Not sure how the electro-mech work?
Logged
ramegoom
Contributing NLG Member
NLG Member 101 to 500 Post
*

Total Karma Storms: 40
Offline Offline

Posts: 183



« Reply #8 on: June 06, 2013, 12:21:42 PM »

I have just acquired some Bally E2000's and they have the binary reel stops. I am going to try and block off some of the "blank" stops, which should increase the odds quite a bit - as long as they don't set a code. Little bit of experimentation here.

Hopefully no code will be set, and if it works, it'll make the machines win a lot more, add some fun to playing these quiet machines. Another thing I want to do is graft a sound card from a 6000 series machine and make it play sounds when the reels are in motion.

Logged
Pages: [1] Go Up Print 
« previous next »
Jump to:  


If you find this site helpful, Please Consider Making a small donation to help defray the cost of hosting and bandwidth.



Newlifegames.com    Newlifegames.net    Newlifegames.org
   New Life Games    NewLifeGames  NLG  We Bring new Life to old Games    1-888-NLG-SLOTS
Are all Copyright and Trademarks of New Life Games LLC 1992 - 2021


FAIR USE NOTICE:

This site contains copyrighted material the use of which has not always been specifically authorized by the copyright owner.
We make such material available in an effort to advance awareness and understanding of the issues involved.
We believe this constitutes a fair use of any such copyrighted material as provided for in section 107 of the US Copyright Law.
In accordance with Title 17 U.S.C. Section 107, the material on this site is distributed without profit to those
who have expressed a prior interest in receiving the included information for research and educational purposes.

For more information please visit: http://www.law.cornell.edu/uscode/17/107.shtml.

If you wish to use copyrighted material from this site for purposes of your own that go beyond fair use,
you must obtain permission directly from the copyright owner.

NewLifeGames.net Web-Site is optimized for use with Fire-Fox and a minimum screen resolution of 1280x768 pixels.


Powered by SMF 1.1.20 | SMF © 2013, Simple Machines
Loon Designed by Mystica
Updated by Runic Warrior
Page created in 0.099 seconds with 18 queries.