JD-pyprocgame icon indicating copy to clipboard operation
JD-pyprocgame copied to clipboard

New software for the Judge Dredd pinball machine, written against pyprocgame.

Results 17 JD-pyprocgame issues
Sort by recently updated
recently updated
newest added

The outer loop champ score is always one less than it should because jd_modes.sw_leftRollover_active() checks if the current streak beats the previous best streak before it increments the number of...

In JD_Modes, self.hold_bonus_x remains True forever after that award is awarded once. All subsequent balls irrespective of the player will also hold the bonus. The bonus_x itself is correctly handled...

In Missile_Award_Mode, the variable swards_remaining is a typo self.swards_remaining = self.awards Also, the value assigned should be a copy of the awards to keep every player independent. This is the...

JD-pyprocgame was modified at some point to access assets using an absolute path computed from the location of the running class. This makes it relative to where JD-pyprocgame is stored...

Sniper mode registers a delayed task in its constructor. This delayed task reschedules itself forever. The task is never cancelled because delayed_cancel() is called with the wrong name. This bug...

The rule sheet describes the Blackout this way: GI turns off. Left center ramp is lit with Blackout flasher flashing. If ramp is hit once, it re-‐lights for a double...

When the 'Chain feature difficulty' is medium the number of shots required for Meltdown is 5. This produces a valid sequence of callouts as the switches are hit: 0 ->...