You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be a cheat to have infinite elemental arrow, either every or individual in The Legend Of Zelda Breath Of The Wild. I would also like if there is a infinite stealth cheat (useful in yiga hideout).
Edit: An infinite damage cheat might also be good in some cases when stuck in game.
Edit Part 2: Infinite time for heat reisistance, lava heat resistance, cold resistance should also be added. An option to neglect item burning can also be added.
The text was updated successfully, but these errors were encountered:
This should be pretty straight forward to implement with a simple teleport.
As entering a dungeon places Link at predetermined coordinates after the elevator arriving and forward walking animation, checking for these coordinates and then replacing them with the dungeon end coordinates in memory should do fine?
Pseudocode
If Map == Dungeon123 && LinkX == x1 && LinkY == y1 && LinkZ == z1 {
LinkX = x2; LinkY = y2; LinkZ = z2;
}
Below is a table for ending coordinates for the teleport at the end of dungeon.
I'm slightly annoyed at the mechanic that horses freak out from simply galloping, requiring soothing after every gallop to not get bucked off. If that mechanic could be nop'ed off, it'd be gr8.
There should be a cheat to have infinite elemental arrow, either every or individual in The Legend Of Zelda Breath Of The Wild. I would also like if there is a infinite stealth cheat (useful in yiga hideout).
Edit: An infinite damage cheat might also be good in some cases when stuck in game.
Edit Part 2: Infinite time for heat reisistance, lava heat resistance, cold resistance should also be added. An option to neglect item burning can also be added.
The text was updated successfully, but these errors were encountered: