You need to decompile .rpyc to .rpy and then go through .rpy and delete censor images.
Censor images are paired to normal ones.
Python:
show oral_hand_transition_10 behind b_frame:
xpos x_axes ypos y_axes xanchor x_anch yanchor y_anch zoom x_zoom
show oral_hand_transition_10_censor behind b_frame:
xpos x_axes ypos y_axes xanchor x_anch yanchor y_anch zoom x_zoom
You need to delete all
show commands with
_censor which paired with no _censor show commands.
That's all.
DO NOT REMOVE defines for _censor images, otherwise you will need to hunt for
hide commans with
_censor as well. Triple work.