I think making pd3 house edge 0.91% is enough to make it up to everybody that played on old pd with only 0.005% higher house edge than advertised.
Why do you and Stunna keep repeating that the house edge was only 0.005% higher than advertised?
I just gave lots of examples of what the house edge actually was:
The house edge was over 50% for some bets, and all kinds of values lower than that for all kinds of other bets.
Look at the 0.5% bet, for instance.
On PD2 you had to get a "raw" roll of 99.505 or higher to win. That's a 0.495% chance of winning, or 0.005% lower than advertised (as all bets were).
That results in a house edge of 1.99%, almost twice the advertised edge.
Here are some more examples, showing various actual house edge numbers from 50.5% down to 1.0055%. No bet actually had the advertised 1% edge:
>>> chance=0.01; 100 - ((chance - 0.005) * 99/chance)
50.5
>>> chance=0.1 ; 100 - ((chance - 0.005) * 99/chance)
5.95
>>> chance=0.5 ; 100 - ((chance - 0.005) * 99/chance)
1.99
>>> chance=1 ; 100 - ((chance - 0.005) * 99/chance)
1.495
>>> chance=5 ; 100 - ((chance - 0.005) * 99/chance)
1.099
>>> chance=10 ; 100 - ((chance - 0.005) * 99/chance)
1.0495
>>> chance=49.5; 100 - ((chance - 0.005) * 99/chance)
1.01
>>> chance=90.0; 100 - ((chance - 0.005) * 99/chance)
1.0055
You even replied to that post, and yet keep on repeating that the house edge was only 0.005% too high.
One the 0.01% game the house edge was 50.5%, which is 49.5% too high.
On the 0.1% game the house edge was 5.95%, which is 4.95% too high.
Sorry to keep repeating this, but I'm not sure why you aren't getting it.
Do you not understand what I'm saying? Or do you think that if you keep repeating yourself then people will believe you?
The chance of winning a bet was 0.005% lower than advertised. That doesn't mean the house edge was 0.005% too high. The house edge was too high by an amount which depends on the chance of winning. When the chance of winning is meant to be 0.01%, reducing that by 0.005% is halving the chance of winning, and so increasing the house edge to 50.5%, not to 1.005%.