I'm currently trying to finish Plumb Crazy. (Dave's Pipe Dream clone from LS #154).
The difficulty spikes to INSANE during the last four levels - even with constant SAVE / LOAD savestates and running it at half speed in VICE - I haven't been able to beat it yet. I recall talking to Dave about it on the phone years ago - and he mentioned that either Lee Novak or Johnny Harris (I don't recall which one) was the only person that he knew of to be able to complete the game.
I'm now trying to "Captain Kirk" it, by modifying the code to give me more time.
🙂
EDIT -
I modified this line:
1190 ifer<4then1198
er=number of errors
I changed it to 20 and then let the ending levels fail, it only shows a black screen after that - and victory music plays but no message!
It should show this:
5852 POKE214,8: PRINT : PRINTTAB(11)"{reverse on}we do not know how"
5854 PRINTTAB(11)"{reverse on}you did it -- but"
5856 PRINTTAB(11)"{reverse on}you beat": PRINTTAB(14)"{white}plumb crazy!"
5858 PRINTTAB(15)"{blue}{reverse on}press key": POKE198,0
(Unless it is showing it, but the screen is turned off / blacked out)
Did I just discover a bug?
EDIT - I just tried it again and pressed run / stop and typed POKE 53265,27: blindly to turn the screen back on. It did - showing the victory message. Looks like I discovered a glitch! (Now I need to patch it!)
The difficulty spikes to INSANE during the last four levels - even with constant SAVE / LOAD savestates and running it at half speed in VICE - I haven't been able to beat it yet. I recall talking to Dave about it on the phone years ago - and he mentioned that either Lee Novak or Johnny Harris (I don't recall which one) was the only person that he knew of to be able to complete the game.
I'm now trying to "Captain Kirk" it, by modifying the code to give me more time.
🙂
EDIT -
I modified this line:
1190 ifer<4then1198
er=number of errors
I changed it to 20 and then let the ending levels fail, it only shows a black screen after that - and victory music plays but no message!
It should show this:
5852 POKE214,8: PRINT : PRINTTAB(11)"{reverse on}we do not know how"
5854 PRINTTAB(11)"{reverse on}you did it -- but"
5856 PRINTTAB(11)"{reverse on}you beat": PRINTTAB(14)"{white}plumb crazy!"
5858 PRINTTAB(15)"{blue}{reverse on}press key": POKE198,0
(Unless it is showing it, but the screen is turned off / blacked out)
Did I just discover a bug?
EDIT - I just tried it again and pressed run / stop and typed POKE 53265,27: blindly to turn the screen back on. It did - showing the victory message. Looks like I discovered a glitch! (Now I need to patch it!)
Last edited:







