Pizza Game
Pizza Game |
---|
Developer: Plasterbrain This game has unused code. |
Pizza Game is a joke visual novel except without any funny jokes.
Contents
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
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.
- Pages missing developer references
- Games developed by Plasterbrain
- Pages missing publisher references
- Games published by Plasterbrain
- Windows games
- Mac OS X games
- Pages missing date references
- Games released in 2019
- Games released in September
- Games released on September 6
- Games with unused code
- Games with hidden developer messages
- Games with unused sounds
- Games with hidden bonus content
Cleanup > Pages missing date references
Cleanup > Pages missing developer references
Cleanup > Pages missing publisher references
Games > Games by content > Games with hidden bonus content
Games > Games by content > Games with hidden developer messages
Games > Games by content > Games with unused code
Games > Games by content > Games with unused sounds
Games > Games by developer > Games developed by Plasterbrain
Games > Games by platform > Mac OS X games
Games > Games by platform > Windows games
Games > Games by publisher > Games published by Plasterbrain
Games > Games by release date > Games released in 2019
Games > Games by release date > Games released in September
Games > Games by release date > Games released in September > Games released on September 6