Plumbers Don't Wear Ties Switch: Difference between revisions
More actions
Created page with "{{Infobox Switch Homebrews |title=Plumbers Don't Wear Ties |image=PlumbersDontWearTiesSwitch.png |description=Plumbers Don't Wear Ties is an adult-oriented ""romantic comedy"" video game. |author=MaikelChan |lastupdated=2022/01/11 |type=Other Games |version=0.2 |license=MIT |download=https://dlhb.gamebrew.org/switchhomebrews/PlumbersDontWearTiesSwitch.7z |website=https://github.com/MaikelChan/PlumbersDontWearTies-SDL |source=https://github.com/MaikelChan/PlumbersDontWear..." |
No edit summary |
||
| Line 2: | Line 2: | ||
|title=Plumbers Don't Wear Ties | |title=Plumbers Don't Wear Ties | ||
|image=PlumbersDontWearTiesSwitch.png | |image=PlumbersDontWearTiesSwitch.png | ||
|description= | |description=An adult-oriented "romantic comedy" video game. | ||
|author=MaikelChan | |author=MaikelChan | ||
|lastupdated=2022/01/11 | |lastupdated=2022/01/11 | ||
| Line 9: | Line 9: | ||
|license=MIT | |license=MIT | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/PlumbersDontWearTiesSwitch.7z | |download=https://dlhb.gamebrew.org/switchhomebrews/PlumbersDontWearTiesSwitch.7z | ||
|website=https://github.com/MaikelChan/PlumbersDontWearTies-SDL | |website=https://github.com/MaikelChan/PlumbersDontWearTies-SDL/tree/switch | ||
|source=https://github.com/MaikelChan/PlumbersDontWearTies-SDL | |source=https://github.com/MaikelChan/PlumbersDontWearTies-SDL/tree/switch | ||
|donation= | |donation= | ||
}} | }} | ||
| Line 19: | Line 19: | ||
|image_alt=Plumbers Don't Wear Ties | |image_alt=Plumbers Don't Wear Ties | ||
}} | }} | ||
This is a SDL2 | This is a SDL2 implementation of the PC game Plumbers Don't Wear Ties, written from scratch by MaikelChan on PC and ported to the Nintendo Switch. | ||
The game is infamous for being considered one of the worst games ever made. The 3DO version is much more known (relatively speaking), but there was also a very rare Windows version released in 1993. Due to being 16bit, it cannot be run on modern PCs. | The game is infamous for being considered one of the worst games ever made. The 3DO version is much more known (relatively speaking), but there was also a very rare Windows version released in 1993. Due to being 16bit, it cannot be run on modern PCs. | ||
| Line 25: | Line 25: | ||
'''Note:''' The game contains mature contents and is not appropriate for all ages. Viewer discretion advised. | '''Note:''' The game contains mature contents and is not appropriate for all ages. Viewer discretion advised. | ||
== | ==Installation== | ||
Go to the root of your SD card and create a folder named <code>PlumbersDontWearTies</code>. If you are using Yuzu emulator, open it, go to the menu File/Open yuzu Folder, and the root of the emulated SD card is in the sdmc folder. | |||
For legal reasons, you will need to get the original PC game on your own to obtain the assets like graphics and sound effects. Those are not contained in this repository. | |||
Copy all PC game's assets to the <code>PlumbersDontWearTies</code> folder that was created earlier. | |||
Grab the <code>Font.ttf</code> from the [https://github.com/MaikelChan/PlumbersDontWearTies-SDL/tree/switch repository] or pick a TTF font file of your liking and rename it <code>Font.ttf</code>. Put it inside the <code>PlumbersDontWearTies</code> folder. This will be used to render the score in-game. | |||
< | |||
If everything went fine, you should be able to run the game. | |||
== Controls == | |||
D-Pad - Select options in a choice selection screen | |||
A - Skip to the next picture / Confirm choice | |||
https:// | ==Media== | ||
'''Plumbers Don't Wear Ties (Panasonic 3DO) - Angry Video Game Nerd (AVGN)''' ([https://www.youtube.com/watch?v=DyaF_gCKWsI Cinemassacre]) <br> | |||
<youtube width="640">DyaF_gCKWsI</youtube> | |||
==Changelog== | ==Changelog== | ||
| Line 71: | Line 50: | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/MaikelChan/PlumbersDontWearTies-SDL | ||
Latest revision as of 05:46, 18 May 2025
| Plumbers Don't Wear Ties | |
|---|---|
| General | |
| Author | MaikelChan |
| Type | Other Games |
| Version | 0.2 |
| License | MIT License |
| Last Updated | 2022/01/11 |
| Links | |
| Download | |
| Website | |
| Source | |
This is a SDL2 implementation of the PC game Plumbers Don't Wear Ties, written from scratch by MaikelChan on PC and ported to the Nintendo Switch.
The game is infamous for being considered one of the worst games ever made. The 3DO version is much more known (relatively speaking), but there was also a very rare Windows version released in 1993. Due to being 16bit, it cannot be run on modern PCs.
Note: The game contains mature contents and is not appropriate for all ages. Viewer discretion advised.
Installation
Go to the root of your SD card and create a folder named PlumbersDontWearTies. If you are using Yuzu emulator, open it, go to the menu File/Open yuzu Folder, and the root of the emulated SD card is in the sdmc folder.
For legal reasons, you will need to get the original PC game on your own to obtain the assets like graphics and sound effects. Those are not contained in this repository.
Copy all PC game's assets to the PlumbersDontWearTies folder that was created earlier.
Grab the Font.ttf from the repository or pick a TTF font file of your liking and rename it Font.ttf. Put it inside the PlumbersDontWearTies folder. This will be used to render the score in-game.
If everything went fine, you should be able to run the game.
Controls
D-Pad - Select options in a choice selection screen
A - Skip to the next picture / Confirm choice
Media
Plumbers Don't Wear Ties (Panasonic 3DO) - Angry Video Game Nerd (AVGN) (Cinemassacre)
Changelog
v0.2
- First Release.