If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!

Pizza Game

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

Pizza Game

Developer: Plasterbrain
Publisher: Plasterbrain
Platforms: Windows, Mac OS X
Released internationally: September 6, 2019 (Steam)


CodeIcon.png This game has unused code.
DevMessageIcon.png This game has a hidden developer message.
SoundIcon.png This game has unused sounds.
BonusIcon.png This game has hidden bonus content.


Pizza Game is a joke visual novel except without any funny jokes.

Unused Settings

Present in the settings code is an unused variable called preferences.use_censor that, when set to true, censors every usage of "fuck" in the game, voices included. Why this setting went unused is unknown.

init -2 python:
    def play_voice(clip):
        if not config.has_voice:
            return
        
        fn = config.voice_filename_format.format(filename=clip)
        if preferences.use_censor and renpy.loadable(fn + " censored"):
            _voice.play = fn + " censored"
        else:
            _voice.play = fn
        

This plays censored voices whenever available.

if preferences.use_censor:
                fuck = _("#@$%")
            else:
                fuck = _("fuck")

This allows the devs to write [fuck] instead of the word itself, and censors the word in censored mode.

Developer's Message

PG Iseeyou.png

I see you.png is a modified screenshot of Sensei's route. Sensei's dialogue was changed from "Did you just try to cheat on the test Kiane?" to "Did you just try to decompile my files Kiane?"

Unused Audio

Censored Voices

Intended for the unused censorship setting, and are properly loaded if the setting is enabled.

Sound Subtitles Comments
(Actor, to himself) The fuck is this...? Okay. (Prepares to read line) Printer Boy... Would you like to become... m-my pizza boy? Censored version of arim confess.ogg.
You picked the wroooong Sensei, motherfucker! Censored version of flowersei wrong.ogg.
Oh fuck, an alien. Censored version of johnny alien.ogg.
Fuckin'... d... p... Pizza Game. Censored version of mm lamp3.ogg.
Oopsie. Will did a fucky wucky. Censored version of will oops.ogg.

Easter Egg

innerme.chr

If you open this file in a text editor, the following message can be seen:

Grogery list:
1. milk
2. eggs
3. fried rice
4. spaghett
5. stamps
6. oranges
7. stamps

This is a reference to Doki Doki Literature Club! and how it also hides secrets in its .chr files.