Game, is getting quite easy atm. Felt this way past the 1st big boss, and still feeling easy past the 2nd boss atm

At first there was a challenge, but I think I became over powered... I'm now delaying my health upgrade, because I'm already surviving no problem... and I just bumped up the difficulty to maybe give me a challenge. However, if you barely get hit, more damage from enemies don't do much.

I wonder if there's a bump in difficulty soon, for more cramp spaces & enemies more piled up... because they don't do much, when I can easily destroy them quickly (and I'm not even using auto gadgets yet)

reddit.com
u/retrocheats — 11 hours ago

Ideas for the Backrooms?

If there's whistle enabled (unless if the search timer is low) everyone seems to be found.

Curious, on the most creative spots to hide on this map... because most of the time, I just stick to being a police car window (black shade with some white spots), or just tucked in the toilet seats.

Everyone knows these spots sadly.

reddit.com
u/retrocheats — 4 days ago
▲ 8 r/MAME

Added some new level option cheats to pacman. It works, but getting errors when I first run this game

I did not even touch the invinciblity code. Here's the code I modified

<cheat desc="Select Starting Level">

<parameter>

<item value="0x01">Strawberry</item>

<item value="0x02">1st Orange</item>

<item value="0x03">2nd Orange</item>

<item value="0x04">1st Apple</item>

<item value="0x05">2nd Apple</item>

<item value="0x06">1st Pineapple</item>

<item value="0x07">2nd Pineapple</item>

<item value="0x08">1st Galaxian</item>

<item value="0x09">2nd Galaxian</item>

<item value="0x0A">1st Bell</item>

<item value="0x0B">2nd Bell</item>

<item value="0x0C">1st Key</item>

<item value="0x0D">2nd Key</item>

<item value="0xFD">Level 253</item>

<item value="0xFE">Level 254</item>

<item value="0xFF">Level 255: Split Screen</item>

</parameter>

I just added the levels 253 & level 254.

It works, but I don't get why I'm getting an error code when opening the pacman game.

If it helps, here's the entire data from the pacman.xml file

<mamecheat version="1">

<cheat desc="Infinite Credits">

<script state="run">

<action>maincpu.pb@4E6E=99</action>

</script>

</cheat>

<cheat desc="Infinite Lives">

<script state="run">

<action>maincpu.pw@4E14=0506</action>

</script>

</cheat>

<cheat desc="Invincibility">

<script state="on">

<action>temp0 =maincpu.md@1774</action>

<action>temp1 =maincpu.md@3CDF</action>

<action>temp2 =maincpu.md@3CE3</action>

<action>temp3 =maincpu.md@3CE7</action>

</script>

<script state="run">

<action>maincpu.md@1774=323CE0C3</action>

<action>maincpu.md@3CDF=0420A700</action> <!-- 1st = jp $3CE0, 2nd = and a/jp nz, $3CE7 -->

<action>maincpu.md@3CE3=1764C3AF</action> <!-- xor a/jp $1764 (Normal Ghost) -->

<action>maincpu.md@3CE7=1777C3AF</action> <!-- xor a/jp $1777 (Blue Ghost) -->

</script>

<script state="off">

<action>maincpu.md@1774=temp0 </action>

<action>maincpu.md@3CDF=temp1 </action>

<action>maincpu.md@3CE3=temp2 </action>

<action>maincpu.md@3CE7=temp3 </action>

</script>

</cheat>

<cheat desc="Move Manually">

<script state="on">

<action>temp0 =maincpu.md@18C5</action>

<action>temp1 =maincpu.md@3E60</action>

<action>temp2 =maincpu.md@3E64</action>

<action>temp3 =maincpu.md@3E68</action>

<action>temp4 =maincpu.md@3E6C</action>

</script>

<script state="run">

<action>maincpu.md@18C5=CB3E60C3</action> <!-- This ROM cheat was made by nolberto82 -->

<action>maincpu.md@3E60=2F50003A</action>

<action>maincpu.md@3E64=04280FE6</action>

<action>maincpu.md@3E68=18C8C32F</action>

<action>maincpu.md@3E6C=001A13C3</action>

</script>

<script state="off">

<action>maincpu.md@18C5=temp0 </action>

<action>maincpu.md@3E60=temp1 </action>

<action>maincpu.md@3E64=temp2 </action>

<action>maincpu.md@3E68=temp3 </action>

<action>maincpu.md@3E6C=temp4 </action>

</script>

</cheat>

<cheat desc="Move through Walls">

<script state="on">

<action>temp0 =maincpu.mb@18F3</action>

</script>

<script state="run">

<action>maincpu.mb@18F3=18</action>

</script>

<script state="off">

<action>maincpu.mb@18F3=temp0 </action>

</script>

</cheat>

<cheat desc="Enable Speed Hack"> <comment>This will greatly speed up your character.</comment>

<script state="on">

<action>temp0 =maincpu.mw@180B</action>

</script>

<script state="run">

<action>maincpu.mw@180B=3218</action>

</script>

<script state="off">

<action>maincpu.mw@180B=temp0 </action>

</script>

</cheat>

<cheat desc="Enable Speed Hack ALT"> <comment>This will greatly speed up your character without speeding up the intermissions as well.</comment>

<script state="on">

<action>temp0=maincpu.md@1809</action>

<action>temp1=maincpu.mq@1FC0</action>

<action>temp2=maincpu.mq@1FC8</action>

<action>temp9=maincpu.mw@301A</action>

</script>

<script state="run">

<action>maincpu.mw@1809=C0C3</action>

<action>maincpu.mb@180B=1F</action>

<action>maincpu.mq@1FC0=1845CA03FE4E043A</action>

<action>maincpu.mq@1FC8=C9351811CABEFF3E</action>

<action>maincpu.mw@301A=0000</action>

</script>

<script state="off">

<action>maincpu.md@1809=temp0</action>

<action>maincpu.mq@1FC0=temp1</action>

<action>maincpu.mq@1FC8=temp2</action>

<action>maincpu.mw@301A=temp9</action>

</script>

</cheat>

<cheat desc="Intermissions 2 and 3 Play Tune till End">

<script state="on">

<action>temp0=maincpu.mb@2265</action>

<action>temp1=maincpu.mb@2303</action>

</script>

<script state="run">

<action>maincpu.mb@2265=64</action> <!-- This ROM cheat was made by pac\_man\_fan --> <!-- Extend 2nd intermission -->

<action>maincpu.mb@2303=57</action> <!-- Extend 3nd intermission -->

</script>

<script state="off">

<action>maincpu.mb@2265=temp0</action>

<action>maincpu.mb@2303=temp1</action>

</script>

</cheat>

<cheat desc="Intermissions 2 and 3 Play Tune till End">

<script state="on">

<action>temp0=maincpu.mb@2265</action>

<action>temp1=maincpu.mb@2303</action>

</script>

<script state="run">

<action>maincpu.mb@2265=64</action> <!-- This ROM cheat was made by pac\_man\_fan --> <!-- Extend 2nd intermission -->

<action>maincpu.mb@2303=57</action> <!-- Extend 3nd intermission -->

</script>

<script state="off">

<action>maincpu.mb@2265=temp0</action>

<action>maincpu.mb@2303=temp1</action>

</script>

</cheat>

<cheat desc="Finish this Level Now!">

<script state="on">

<action>maincpu.pb@4E0E=F4</action>

</script>

</cheat>

<cheat desc="Select Starting Level">

<parameter>

<item value="0x01">Strawberry</item>

<item value="0x02">1st Orange</item>

<item value="0x03">2nd Orange</item>

<item value="0x04">1st Apple</item>

<item value="0x05">2nd Apple</item>

<item value="0x06">1st Pineapple</item>

<item value="0x07">2nd Pineapple</item>

<item value="0x08">1st Galaxian</item>

<item value="0x09">2nd Galaxian</item>

<item value="0x0A">1st Bell</item>

<item value="0x0B">2nd Bell</item>

<item value="0x0C">1st Key</item>

<item value="0x0D">2nd Key</item>

<item value="0xFD">Level 253</item>

<item value="0xFE">Level 254</item>

<item value="0xFF">Level 255: Split Screen</item>

</parameter>

<script state="run">

<action condition="(maincpu.pb@4E13==00)">maincpu.pb@4E13=param</action>

<action condition="(maincpu.pb@4E13==param) AND (maincpu.pb@4E73==68)">maincpu.pb@4E0A=0x68 + param</action> <!-- NORMAL Difficulty -->

<action condition="(maincpu.pb@4E13==param) AND (maincpu.pb@4E73==68) AND (maincpu.pb@4E0A LT 0x68)">maincpu.pb@4E0A=7C</action>

<action condition="(maincpu.pb@4E13==param) AND (maincpu.pb@4E73==68) AND (maincpu.pb@4E0A GT 0x7C)">maincpu.pb@4E0A=7C</action>

<action condition="(maincpu.pb@4E13==param) AND (maincpu.pb@4E73==7D)">maincpu.pb@4E0A=0x7D + param</action> <!-- HARD Difficulty -->

<action condition="(maincpu.pb@4E13==param) AND (maincpu.pb@4E73==7D) AND (maincpu.pb@4E0A LT 0x7D)">maincpu.pb@4E0A=8C</action>

<action condition="(maincpu.pb@4E13==param) AND (maincpu.pb@4E73==7D) AND (maincpu.pb@4E0A GT 0x8C)">maincpu.pb@4E0A=8C</action>

</script>

</cheat>

<cheat desc="Select Level (for Practice)"> <comment>Do NOT use in conjunction with the standard Select Starting Level cheat</comment>

<parameter>

<item value="0x00">Cherry</item>

<item value="0x01">Strawberry</item>

<item value="0x02">1st Orange</item>

<item value="0x03">2nd Orange</item>

<item value="0x04">1st Apple</item>

<item value="0x05">2nd Apple</item>

<item value="0x06">1st Pineapple</item>

<item value="0x07">2nd Pineapple</item>

<item value="0x08">1st Galaxian</item>

<item value="0x09">2nd Galaxian</item>

<item value="0x0A">1st Bell</item>

<item value="0x0B">2nd Bell</item>

<item value="0x0C">1st Key</item>

<item value="0x0D">2nd Key</item>

<item value="0xFF">Split-Screen (Unplayable)</item>

<item value="0xFE">No maze or dots(Unfinishable)</item>

</parameter>

<script state="run">

<action>maincpu.pb@4E13=param</action>

</script>

</cheat>

<cheat desc="Select Ghost Changeback Speed">

<parameter>

<item value="0x0000">Stay blue until eaten</item>

<item value="0x0258">Slow</item>

<item value="0x0168">Moderate</item>

<item value="0x00F0">Quick</item>

<item value="0x0078">Lightning</item>

<item value="0x0001">No change to blue</item>

</parameter>

<script state="run">

<action>maincpu.pw@4DBD=param</action>

</script>

</cheat>

<cheat desc=" "/>

<cheat desc="Ghost Status Cheats"/>

<cheat desc=" "/>

<cheat desc="Red always blue">

<script state="run">

<action>maincpu.pb@4DA7=01</action>

</script>

</cheat>

<cheat desc="Pink always blue">

<script state="run">

<action>maincpu.pb@4DA8=01</action>

</script>

</cheat>

<cheat desc="Green always blue">

<script state="run">

<action>maincpu.pb@4DA9=01</action>

</script>

</cheat>

<cheat desc="Orange always blue">

<script state="run">

<action>maincpu.pb@4DAA=01</action>

</script>

</cheat>

<cheat desc="Ghosts Always Edible (No Pts)">

<script state="run">

<action>maincpu.pb@4DA5=00</action>

</script>

</cheat>

<cheat desc=" "/>

<cheat desc="Ghosts Enter All Passages"> <comment>This can lead to a much harder game, Ghosts can travel up restricted passages in chase/scatter modes</comment>

<script state="on">

<action>temp0 =maincpu.mb@1C15</action>

<action>temp1 =maincpu.mb@1CEC</action>

<action>temp2 =maincpu.mb@1DC3</action>

<action>temp3 =maincpu.mb@1E9A</action>

</script>

<script state="run">

<action>maincpu.mb@1C15=00</action>

<action>maincpu.mb@1CEC=00</action>

<action>maincpu.mb@1DC3=00</action>

<action>maincpu.mb@1E9A=00</action>

</script>

<script state="off">

<action>maincpu.mb@1C15=temp0 </action>

<action>maincpu.mb@1CEC=temp1 </action>

<action>maincpu.mb@1DC3=temp2 </action>

<action>maincpu.mb@1E9A=temp3 </action>

</script>

</cheat>

<cheat desc="Ghosts Ignore Tunnel Slowdown"> <comment>Ghosts no longer slow down when travelling through side tunnels</comment>

<script state="on">

<action>temp0 =maincpu.mb@2063</action>

</script>

<script state="run">

<action>maincpu.mb@2063=00</action>

</script>

<script state="off">

<action>maincpu.mb@2063=temp0 </action>

</script>

</cheat>

<cheat desc="Ms. Pac-Man Ghost Behavior"> <comment>Ms. Pac-Man-style reversals + randomized scatter movement for red/pink ghosts - effectively play with Ms Pac Man Ghost Rules.</comment>

<script state="on">

<action>temp0 =maincpu.mw@0E5C</action>

<action>temp1 =maincpu.md@274A</action>

<action>temp2 =maincpu.md@2780</action>

<action>temp3 =maincpu.md@2FC0</action>

<action>temp4 =maincpu.md@2FC4</action>

<action>temp5 =maincpu.md@2FC8</action>

<action>temp6 =maincpu.md@2FCC</action>

<action>temp7 =maincpu.md@2FD0</action>

<action>temp8 =maincpu.md@2FD4</action>

</script>

<script state="run">

<action>maincpu.mw@0E5C=00AF</action>

<action>maincpu.md@274A=2FC0CD4D</action>

<action>maincpu.md@2780=2FC0CD4D</action>

<action>maincpu.md@2FC0=D021E5F5</action>

<action>maincpu.md@2FC4=E65FED2F</action>

<action>maincpu.md@2FC8=235FD706</action>

<action>maincpu.md@2FCC=C9F1E156</action>

<action>maincpu.md@2FD0=391D221D</action>

<action>maincpu.md@2FD4=3B402040</action>

</script>

<script state="off">

<action>maincpu.mw@0E5C=temp0 </action>

<action>maincpu.md@274A=temp1 </action>

<action>maincpu.md@2780=temp2 </action>

<action>maincpu.md@2FC0=temp3 </action>

<action>maincpu.md@2FC4=temp4 </action>

<action>maincpu.md@2FC8=temp5 </action>

<action>maincpu.md@2FCC=temp6 </action>

<action>maincpu.md@2FD0=temp7 </action>

<action>maincpu.md@2FD4=temp8 </action>

</script>

</cheat>

<cheat desc="Pinky and Blinky Up Movement Fixed"> <comment>Pinky = Pink Ghost\Enemy, Blinky = Blue Ghost\Enemy.</comment>

<script state="on">

<action>temp0=maincpu.md@2795</action>

<action>temp1=maincpu.md@2FF0</action>

<action>temp2=maincpu.md@2FF4</action>

<action>temp3=maincpu.md@2FF8</action>

<action>temp4=maincpu.md@27D6</action>

<action>temp5=maincpu.md@2FE0</action>

<action>temp6=maincpu.md@2FE4</action>

</script>

<script state="run">

<action>maincpu.mb@2795=CD</action> <!-- This ROM cheat was made by pac\_man\_fan --> <!-- Pinky -->

<action>maincpu.mw@2796=2FF0</action>

<action>maincpu.md@2FF0=8287877C</action>

<action>maincpu.md@2FF4=87877D67</action>

<action>maincpu.mw@2FF8=6F83</action>

<action>maincpu.mb@2FFA=C9</action>

<action>maincpu.mb@27D6=CD</action> <!-- Inky -->

<action>maincpu.mw@27D7=2FE0</action>

<action>maincpu.md@2FE0=6782877C</action>

<action>maincpu.md@2FE4=C983877D</action>

</script>

<script state="off">

<action>maincpu.md@2795=temp0</action>

<action>maincpu.md@2FF0=temp1</action>

<action>maincpu.md@2FF4=temp2</action>

<action>maincpu.md@2FF8=temp3</action>

<action>maincpu.md@27D6=temp4</action>

<action>maincpu.md@2FE0=temp5</action>

<action>maincpu.md@2FE4=temp6</action>

</script>

</cheat>

<cheat desc="Fix Split Screen Bug"> <comment>Fixes the bug with levels GT 255 see here - www.donhodges.com/how_high_can_you_get2.htm</comment>

<script state="on">

<action>temp0 =maincpu.md@2BF3</action>

<action>temp1 =maincpu.mw@2BF7</action>

<action>temp2 =maincpu.mb@2C2F</action>

<action>temp3 =maincpu.md@2C32</action>

<action>temp4 =maincpu.mw@2FFC</action>

</script>

<script state="run">

<action>maincpu.md@2BF3=2ED207FE</action>

<action>maincpu.mw@2BF7=3C2C</action>

<action>maincpu.mb@2C2F=12</action>

<action>maincpu.md@2C32=06D6123E</action>

<action>maincpu.mw@2FFC=798B</action>

</script>

<script state="off">

<action>maincpu.md@2BF3=temp0 </action>

<action>maincpu.mw@2BF7=temp1 </action>

<action>maincpu.mb@2C2F=temp2 </action>

<action>maincpu.md@2C32=temp3 </action>

<action>maincpu.mw@2FFC=temp4 </action>

</script>

</cheat>

<cheat desc="Sound Test">

<parameter min="1" max="17" step="1"/>

<script state="change">

<action condition="maincpu.pb@4E6E==00">maincpu.pb@4E6E=01</action>

<action>maincpu.pb@4ECC=0</action>

<action>maincpu.pb@4EDC=0</action>

<action>maincpu.pb@4E9C=0</action>

<action>maincpu.pb@4EAC=0</action>

<action>maincpu.pb@4EBC=0</action>

<action condition="(param LE 2)">maincpu.pb@4ECC=80>>(8-param)</action>

<action condition="(param LE 2)">maincpu.pb@4EDC=80>>(8-param)</action>

<action condition="(param GE 3) and (param LE 4)">maincpu.pb@4E9C=80>>(A-param)</action>

<action condition="(param GE 5) and (param LE A)">maincpu.pb@4EAC=80>>(C-param)</action>

<action condition="(param GE B)">maincpu.pb@4EBC=80>>(13-param)</action>

</script>

</cheat>

</mamecheat>

<!-- Cheat file downloaded from [http://www.mamecheat.co.uk\](http://www.mamecheat.co.uk), see cheat.txt for list of contributors. -->

u/retrocheats — 7 days ago

People don't like to hunt?

So many games, I'm the only one standing in the circle, to volunteer to be a hunter.

Is this common everywhere, or just public non-mod servers (sticking to non-mod atm, so I can improve at finding hiders)

reddit.com
u/retrocheats — 9 days ago

[TOMT] Female red head singer. Before the year 2000s. It was a music video.

I'm having clashing memories, of this song.

This female in this music movie video, has really bright red hair. (when I say red, I do mean red. maybe it was a wig)

I remember googling this long ago, and I learned it was not taken from a movie... but it was basically set up like it had a story to it. so this person just wasn't standing around singing.

It's not the goonies music video btw. But this is a good example, since it has singing, and it feels like it's taken from a movie.

reddit.com
u/retrocheats — 9 days ago

How to hide next to wall, without blinking red?

What triggers this, and if triggered, how to move slightly, without rotating my head 180 degrees? Sometimes, I find a decent spot, but I end up then moving too far from the wall, or my head becomes too easy to spot, or I become off center, because my character moved too much.

reddit.com
u/retrocheats — 9 days ago

DK island is turning into a landfill, full of trash ;)

Think about how many statues are just littered on the island now. Used to be a beautiful island, but now it's just full of trash(statues).

I'm partly joking, but at the same time, I'm not. (who knows how many more statues there will be).

I forget, is there a way to remove the island of it's statues, because it feels a bit cluttered.

reddit.com
u/retrocheats — 12 days ago

Wonder if Nintendo will push Physical going forward, as they could dominate store shelves.

Because Nintendo is also a company that wants profit, it's possible Physical games might become $15 or $20 more expensive than digital. If they do this, and people still buy physical, they wouldn't have too much of a reason to drop physical, if they can dominate store shelves, as well as Amazon.

Think this future will happen (or at the very least, for the Switch 3)? Or will people just all want digital and/or codes in a box? (we still have physical records and DVDs as a side note )

reddit.com
u/retrocheats — 15 days ago

Vote against Sony exclusive this year.

GTA6 is probably a clear winner, but besides that game, if it's a Sony exclusive, don't nominate or vote for it, for any category.

Otherwise, all that online complaining is just a small minority, and no one actually cares about Sony going all digital (except a small minority)

reddit.com
u/retrocheats — 16 days ago

Central Hall 100% unfair for the singing ladies. I get screwed every time.

In Leon Must die, I enter the Central Hall from the East Wing. There's two singing ladies, one red, one blue. There's one regular zombie, and one zombie with an axe.

As soon you enter the room, you have about 2 or 3 seconds before the lady screams and hurts you (even though, you can't see her, because she's around the corner).

I learned, I can instantly turned around and avoid this attack. However, after this.. I either can progress without taking damage, or losing a lot of time.

If I wait for the enemies to come to the next room, I have to deal with the two zombies, and the two singing ladies, as they're in a group. If I run to the next room, I can reset the singing ladies.. and hope I can use the axe on the red one, without the blu one getting in the way.

If I use too much caution, it eats up too much time. If I rush in there, I take a lot of damage and/or die.

What should I do here, to keep a decent time, and avoid damage?

reddit.com
u/retrocheats — 19 days ago
▲ 0 r/PS6

Sony will delete your games. It's in their terms of service!

https://www.playstation.com/en-is/legal/terms-of-service/

Sony wants you to not only own nothing, they want to have reasons to force you to repurchase games you already bought.

https://www.reddit.com/r/gaming/comments/1ulmp1h/debunking_80_of_game_copies_sold_are_digital_with/

Sony is lying, about how many people actually buy digital. More people buy physical, when physical is day 1 option.

In my oppinion, sony during the PS6 era, will force you to spend a fee, to renew your games.

You say it's crazy, but I don't think so. The only thing I might be off on, is the timeline. They might not start this idea, til the PS7.

https://www.reddit.com/r/PS6/comments/1un48y5/youll_be_able_to_own_your_game_for_a_month_my/

u/retrocheats — 20 days ago
▲ 0 r/PS6

You'll be able to "own" your game for a month. My prediction for Sony's next step.

Sony does not want you to own your games, it's obvious.

I believe their next step, will let you buy the game for a month. If you want it longer, you'll have to pay a renew fee.

Prices for new games, will be the same ($60-$80, depending on the game). Then after a month has passed, if you want to keep the game, you'll have to pay a fee. Maybe it's a $1. Maybe it's $10. Who knows.

They'd probably do this for 3rd party games as well, or at the very least, charge the developer a monthly fee, to keep their game advertised on their store.

reddit.com
u/retrocheats — 22 days ago

Amped Up perk is the greatest perk, if you also got a major attack perk to

I just beat Level 4... and victor was so much easier because I had this perk.

I also had Phantom Assassin, and mainly used a powerful shotgun.

I kept blasting victor over and over, as soon as I healed.. and I did such great damage.

Another thing I had going for me, was two axes.

I only relied on this perk for the final boss.... because I managed to save most of my heals for the final fight. I had like 8 max heals in total... and with the path I take, it's quite easy to get lots of heals.... so this was a great combo.

BTW the path I took was starting area, care center(the main one... not the saw one), streets (I avoided the gas area UNLESS if my weapons suck).. instead I make my way up to the roof with the blasting missle launchers. I find it easy to simply climb up to the left launcher, and fall down instantly(other wise an enemy will self destruct).. and then blow him up.. and then head back the launcher and take everyone out. I can go straight to victor from here, unless if I don't have great perks or weapons.. if I don't, I go the gas station, and then down in the subway.

reddit.com
u/retrocheats — 23 days ago

What weapon(s) work for Leon's Inferno

I had such great perks my last run, but wasn't enough.... and dumb me got tricked by a multiplier and finished him off a bit too soon (I could of emptied my inventory to a single weapon... but I did have my inventory quite empty before the fight)

What I didn't have was a Magnum (Requiem, ghost grudge, redemption).

(I didn't have max possible perk stat though for bullets & Wolf mode slot 1). So I could of increased my damage slightly more during my run, but thought I had enough power... guess I was wrong.

I know Requiem has enough power, but what other weapons can give me the damage output?

(can you list best to worst?)

reddit.com
u/retrocheats — 28 days ago

Resident Evil 9 No time to die. Differences for levels?

I just beat lv2 for No time to die. The only difference I notice was, more red & blu enemies.

Did bosses change at all?

What about the higher levels, what can I expect?

reddit.com
u/retrocheats — 1 month ago

Reddit Mod: The Movie

Then you can make sequels of Twitch mods & Discord Mods.

Easy money, Hollywood!

(PS. Give me a million bucks, for giving you a successful franchise)

u/retrocheats — 1 month ago

I want to be able to use other weapons, for these in the remake

For the forest temple & Great Deku Tree, they need to require slingshot & arrows.

But for other dungeons, I want a different kind of eye, that will activate with other weapons.

(or just replace these with crystal switches)

All it does is make you look around the room, and hope you got some arrows... and at the same time preventing you from doing some of the dungeons out of order.

It's not a puzzle, it's a pointless obstacle, trying to make arrows have more of a purpose.

u/retrocheats — 1 month ago

Screw fell into the pipe that shoots out water. what do I do?

Not the drain pipe, just to be clear.

I was turning off my cold water for my bathtub, and it got stuck on.

After turning off the water, and unscrewed it, I noticed the black plastic thing was in the pipe.. and I noticed a screw deep into the pipe. As I fiddled to get the black plastic thing out, I didn't see the screw... I think it fell into that pipe.

I turned on the water from the other side... and I don't know if the screw stayed in the pipe, or if it shot out and went down the drain.

Where's the screw, and what do I do?

reddit.com
u/retrocheats — 1 month ago