Register - Login
Views: 99402371
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-24-22 05:59:57 PM
Jul - Gaming - Run across programming quirks? New poll - New thread - New reply
Next newer thread | Next older thread
Gabu

Star Mario
Placeholder Ikachan until :effort: is found
Level: 172


Posts: 9292/9981
EXP: 67926900
For next: 175334

Since: 08-10-09

Pronouns: they/them, she/her
From: Santa Cruisin' USA

Since last post: 47 days
Last activity: 8 days

Posted on 05-01-14 04:48:56 AM (last edited by Gabu at 05-01-14 04:49:14 AM) Link | Quote
Decided to put this in a new thread, since technically this is more of a programming quirk I had run across than an unreplicable glitch.

In BT I talked to the piglets that were unable to swim in their pool (because for some reason placing a pool below a toxic waste runoff pipe is a good idea). Decided to do things differently and not turn off the pipe and see what would happen if I unplug a pool of water from Cloud Cuckooland first. I returned and said pigs were playing in the pool as though I'd turn off the runoff pipe before. Essentially, this made getting that jiggy impossible, and a nightmare for a completionist. The only cheat I had on was to make Banjo faster.

That's the only one that I remember having done in BT even though I remember discovering a few of these in BT. e likely reason of this happening being due to Rare programming multi-world puzzle flags pretty damn poorly. Actually, now I'm trying to remember if I had run across something similar in Starfox Adventures when thinking about that.

Regardless, piglets will play in filth given it meets their temperature requirements.

____________________
2Tie

Rumours of my death have been greatly exaggerated.
Level: 70


Posts: 461/1229
EXP: 2872117
For next: 143694

Since: 02-22-10

Pronouns: anything works
From: here

Since last post: 50 days
Last activity: 2 days

Posted on 05-01-14 05:20:05 AM Link | Quote
That's rather unfortunate... And also unfortunate is that it's pretty hard to sequence break ANYTHING in SFA. Like, when playing as Krystal in Krazoa Palace, even IF you get through that window into the main area, that first wind elevator is deactivated (though the others aren't), and none of the other Krazoa deposit places can be interacted with. Using the swim-though-air glitch, you can reach a couple places early as fox, but many objects seem to be set to not load unless the previous event is cleared :c it's a real shame, i really wanted to sequence break and make speedruns of it more fun x3

____________________

~The Shining Force~
Gabu

Star Mario
Placeholder Ikachan until :effort: is found
Level: 172


Posts: 9293/9981
EXP: 67926900
For next: 175334

Since: 08-10-09

Pronouns: they/them, she/her
From: Santa Cruisin' USA

Since last post: 47 days
Last activity: 8 days

Posted on 05-01-14 03:31:07 PM Link | Quote
I don't remember ever swimming-through-air, but

Anyway, for anyone who wants to speedrun BT 100%, they pretty much have to choose their sequence breaks carefully.

Then again, Banjo-Tooie had a pretty big programming bug where it'd randomly think Lord Woo Fak Fak was already beaten and thus ruin the game for someone going for 100% completion. I've no idea how it happens, but it can happen. Played through the entire game so much that happened like three or four times. (And my count would put the playthrough count at 15 or so?)

And somehow that reminded me of the Chilli Billi/Willi glitch.

____________________
2Tie

Rumours of my death have been greatly exaggerated.
Level: 70


Posts: 462/1229
EXP: 2872117
For next: 143694

Since: 02-22-10

Pronouns: anything works
From: here

Since last post: 50 days
Last activity: 2 days

Posted on 05-01-14 04:27:41 PM Link | Quote
yeah, you can airswim by tapping Z to enter first-person as you fall off of a waterfall but are still underwater, then tap Z again to exit first-person, and you should be swimming at the vertical height of the water, in the air. This can be pulled off in both Lightfoot Village in the area with the WarpStone, and in the Walled City off of that one waterfall there.

As for BT, do you know if those same problems still happen in the 360 port? I've been pretty interested in 100%ing that game ever since i finished the BK port...

Hmm... other then various glitches i've triggered myself, I don't know many programming quirks i've stumbled across in games that are unreplicable... that or I can't think of any at the moment x.x

____________________

~The Shining Force~
krutomisi
2480
Level: 94


Posts: 2372/2481
EXP: 8257578
For next: 99079

Since: 02-01-10


Since last post: 232 days
Last activity: 172 days

Posted on 05-03-14 01:29:10 AM Link | Quote

in ocarina of time (gc port) and the wind waker (gc)

I somehow broke the trade quests and managed to get the final item
like one or two items into the quest

needless to say I have no idea how it happened but was very okay with it

____________________



posts : 2372 / rank : 40 / days : 1551
Rena
I had one (1) message in Discord deleted and proceeded to make a huge, huge mess about how it was a violation of free speech and how moderators are supposed to be spam janitors and nobody should have the right to tell me not to talk about school shootings
Level: 135


Posts: 5168/5390
EXP: 29052538
For next: 282467

Since: 07-22-07

Pronouns: he/him/whatever
From: RSP Segment 6

Since last post: 333 days
Last activity: 333 days

Posted on 06-25-14 05:53:49 PM (last edited by Rena at 06-25-14 05:56:29 PM) Link | Quote
Post #5168 · Wed 140625 135349
Were you holding R?

I discovered an interesting, completely useless quirk in Pokemon Red/Blue back in the day. It seems when you step off a ladder, you're able to move south for one tile, even if there's something in the way. So in the final dungeon you can step on to a rock, accomplishing nothing. Yay!

Also, the Japanese version of Super Mario 64 has a somewhat well-known bug: if you get over 999 coins, your lives counter bugs out. I investigated and found this was due to a simple copy and paste error; the errant code would have been something like:

if(lives > 100) lives = 100;
if(coins > 999) lives = 999;


Spot the bug. But since lives is an 8-bit signed integer, it discards the high byte and writes 231, or -25. (This also tells us that they probably ignored compiler warnings! Tsk tsk.)

____________________
Arisotura
Member
Level: 49


Posts: 90/614
EXP: 880053
For next: 3830

Since: 02-24-13

From: your dreams

Since last post: 93 days
Last activity: 51 days

Posted on 06-25-14 06:03:46 PM (last edited by StapleButter at 06-25-14 06:04:27 PM) Link | Quote
Blobbo for Macintosh had a quirk that allowed skipping levels by abusing the Undo feature.

Basically, you take the level exit. Once you're in the next level, immediately undo, and take the exit again. You're now in the level after the next level.

Likely coming from the fact the undo feature forgets to decrement the 'current level' variable when undoing the 'end level' action.

When I was a kid, I repeatedly used that to skip level 7, because I was unable to figure it out.

____________________
Kuribo64 -- SM64DS hacking
Next newer thread | Next older thread
Jul - Gaming - Run across programming quirks? New poll - New thread - New reply


Rusted Logic

Acmlmboard - commit 47be4dc [2021-08-23]
©2000-2022 Acmlm, Xkeeper, Kaito Sinclaire, et al.

30 database queries, 2 query cache hits.
Query execution time:  0.072468 seconds
Script execution time:  0.019632 seconds
Total render time:  0.092100 seconds


TidyHTML vomit below
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 2 column 301 - Warning: unescaped & or unknown entity "&page"
line 119 column 11 - Warning: <form> isn't allowed in <table> elements
line 118 column 10 - Info: <table> previously mentioned
line 120 column 11 - Warning: missing <tr>
line 120 column 119 - Warning: missing </font> before </td>
line 124 column 16 - Warning: plain text isn't allowed in <tr> elements
line 120 column 11 - Info: <tr> previously mentioned
line 125 column 68 - Warning: missing </nobr> before </td>
line 141 column 68 - Warning: missing </nobr> before <tr>
line 147 column 35 - Warning: missing <tr>
line 147 column 50 - Warning: missing </font> before </td>
line 148 column 37 - Warning: unescaped & or unknown entity "&id"
line 147 column 185 - Warning: missing </font> before </table>
line 149 column 35 - Warning: missing <tr>
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 91 - Warning: missing </font> before </table>
line 156 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 158 column 9 - Warning: missing <tr>
line 176 column 13 - Warning: missing <tr>
line 177 column 102 - Warning: unescaped & or unknown entity "&postid"
line 179 column 314 - Warning: missing </div>
line 185 column 1798 - Warning: discarding unexpected </div>
line 185 column 1804 - Warning: discarding unexpected </td>
line 188 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 190 column 9 - Warning: missing <tr>
line 208 column 13 - Warning: missing <tr>
line 209 column 102 - Warning: unescaped & or unknown entity "&postid"
line 211 column 74 - Warning: <style> isn't allowed in <td> elements
line 211 column 9 - Info: <td> previously mentioned
line 215 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 217 column 9 - Warning: missing <tr>
line 235 column 13 - Warning: missing <tr>
line 236 column 102 - Warning: unescaped & or unknown entity "&postid"
line 238 column 314 - Warning: missing </div>
line 244 column 1238 - Warning: discarding unexpected </div>
line 244 column 1244 - Warning: discarding unexpected </td>
line 247 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 249 column 9 - Warning: missing <tr>
line 267 column 13 - Warning: missing <tr>
line 268 column 102 - Warning: unescaped & or unknown entity "&postid"
line 270 column 74 - Warning: <style> isn't allowed in <td> elements
line 270 column 9 - Info: <td> previously mentioned
line 278 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 280 column 9 - Warning: missing <tr>
line 298 column 13 - Warning: missing <tr>
line 299 column 102 - Warning: unescaped & or unknown entity "&postid"
line 310 column 420 - Warning: missing </font> before <center>
line 310 column 441 - Warning: inserting implicit <font>
line 311 column 492 - Warning: inserting implicit <font>
line 314 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 316 column 9 - Warning: missing <tr>
line 334 column 13 - Warning: missing <tr>
line 335 column 102 - Warning: unescaped & or unknown entity "&postid"
line 346 column 5335 - Warning: replacing unexpected input with </input>
line 346 column 5649 - Warning: discarding unexpected </span>
line 349 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 351 column 9 - Warning: missing <tr>
line 369 column 13 - Warning: missing <tr>
line 370 column 102 - Warning: unescaped & or unknown entity "&postid"
line 372 column 74 - Warning: <style> isn't allowed in <td> elements
line 372 column 9 - Info: <td> previously mentioned
line 381 column 17 - Warning: missing <tr>
line 381 column 17 - Warning: discarding unexpected <table>
line 384 column 35 - Warning: missing <tr>
line 384 column 50 - Warning: missing </font> before </td>
line 384 column 91 - Warning: missing </font> before </table>
line 386 column 35 - Warning: missing <tr>
line 386 column 50 - Warning: missing </font> before </td>
line 387 column 37 - Warning: unescaped & or unknown entity "&id"
line 386 column 185 - Warning: missing </font> before </table>
line 388 column 17 - Warning: discarding unexpected </textarea>
line 388 column 28 - Warning: discarding unexpected </form>
line 388 column 35 - Warning: discarding unexpected </embed>
line 388 column 43 - Warning: discarding unexpected </noembed>
line 388 column 53 - Warning: discarding unexpected </noscript>
line 388 column 64 - Warning: discarding unexpected </noembed>
line 388 column 74 - Warning: discarding unexpected </embed>
line 388 column 82 - Warning: discarding unexpected </table>
line 388 column 90 - Warning: discarding unexpected </table>
line 390 column 9 - Warning: missing </font> before <table>
line 402 column 25 - Warning: discarding unexpected </font>
line 411 column 57 - Warning: discarding unexpected </font>
line 389 column 1 - Warning: missing </center>
line 120 column 63 - Warning: <img> lacks "alt" attribute
line 125 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 125 column 93 - Warning: <img> lacks "alt" attribute
line 141 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 141 column 98 - Warning: <img> lacks "alt" attribute
line 148 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 148 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 148 column 246 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 11 - Warning: <img> lacks "alt" attribute
line 161 column 23 - Warning: <img> lacks "alt" attribute
line 161 column 64 - Warning: <img> lacks "alt" attribute
line 161 column 113 - Warning: <img> lacks "alt" attribute
line 161 column 163 - Warning: <img> lacks "alt" attribute
line 162 column 11 - Warning: <img> lacks "alt" attribute
line 172 column 15 - Warning: <img> lacks "alt" attribute
line 185 column 1533 - Warning: <img> proprietary attribute value "absmiddle"
line 185 column 1533 - Warning: <img> lacks "alt" attribute
line 185 column 1661 - Warning: <img> lacks "alt" attribute
line 192 column 11 - Warning: <img> lacks "alt" attribute
line 193 column 22 - Warning: <img> lacks "alt" attribute
line 193 column 63 - Warning: <img> lacks "alt" attribute
line 193 column 111 - Warning: <img> lacks "alt" attribute
line 193 column 161 - Warning: <img> lacks "alt" attribute
line 194 column 11 - Warning: <img> lacks "alt" attribute
line 204 column 15 - Warning: <img> lacks "alt" attribute
line 211 column 899 - Warning: <img> lacks "alt" attribute
line 211 column 974 - Warning: <img> lacks "alt" attribute
line 211 column 1049 - Warning: <img> lacks "alt" attribute
line 211 column 1126 - Warning: <img> lacks "alt" attribute
line 211 column 1202 - Warning: <img> lacks "alt" attribute
line 211 column 1282 - Warning: <img> lacks "alt" attribute
line 211 column 1358 - Warning: <img> lacks "alt" attribute
line 211 column 1435 - Warning: <img> lacks "alt" attribute
line 211 column 1514 - Warning: <img> lacks "alt" attribute
line 211 column 1590 - Warning: <img> lacks "alt" attribute
line 219 column 11 - Warning: <img> lacks "alt" attribute
line 220 column 23 - Warning: <img> lacks "alt" attribute
line 220 column 64 - Warning: <img> lacks "alt" attribute
line 220 column 113 - Warning: <img> lacks "alt" attribute
line 220 column 163 - Warning: <img> lacks "alt" attribute
line 221 column 11 - Warning: <img> lacks "alt" attribute
line 231 column 15 - Warning: <img> lacks "alt" attribute
line 244 column 1101 - Warning: <img> lacks "alt" attribute
line 251 column 11 - Warning: <img> lacks "alt" attribute
line 252 column 22 - Warning: <img> lacks "alt" attribute
line 252 column 63 - Warning: <img> lacks "alt" attribute
line 252 column 111 - Warning: <img> lacks "alt" attribute
line 252 column 161 - Warning: <img> lacks "alt" attribute
line 253 column 11 - Warning: <img> lacks "alt" attribute
line 263 column 15 - Warning: <img> lacks "alt" attribute
line 270 column 234 - Warning: <div> anchor "shining" already defined
line 274 column 1037 - Warning: <img> lacks "alt" attribute
line 274 column 1112 - Warning: <img> lacks "alt" attribute
line 274 column 1187 - Warning: <img> lacks "alt" attribute
line 274 column 1264 - Warning: <img> lacks "alt" attribute
line 274 column 1340 - Warning: <img> lacks "alt" attribute
line 274 column 1420 - Warning: <img> lacks "alt" attribute
line 274 column 1496 - Warning: <img> lacks "alt" attribute
line 274 column 1573 - Warning: <img> lacks "alt" attribute
line 274 column 1652 - Warning: <img> lacks "alt" attribute
line 274 column 1728 - Warning: <img> lacks "alt" attribute
line 282 column 16 - Warning: <img> proprietary attribute value "absmiddle"
line 282 column 16 - Warning: <img> lacks "alt" attribute
line 282 column 59 - Warning: <img> proprietary attribute value "absmiddle"
line 282 column 59 - Warning: <img> lacks "alt" attribute
line 282 column 102 - Warning: <img> proprietary attribute value "absmiddle"
line 282 column 102 - Warning: <img> lacks "alt" attribute
line 282 column 145 - Warning: <img> proprietary attribute value "absmiddle"
line 282 column 145 - Warning: <img> lacks "alt" attribute
line 282 column 188 - Warning: <img> proprietary attribute value "absmiddle"
line 282 column 188 - Warning: <img> lacks "alt" attribute
line 282 column 231 - Warning: <img> proprietary attribute value "absmiddle"
line 282 column 231 - Warning: <img> lacks "alt" attribute
line 282 column 274 - Warning: <img> proprietary attribute value "absmiddle"
line 282 column 274 - Warning: <img> lacks "alt" attribute
line 282 column 317 - Warning: <img> proprietary attribute value "absmiddle"
line 282 column 317 - Warning: <img> lacks "alt" attribute
line 282 column 360 - Warning: <img> proprietary attribute value "absmiddle"
line 282 column 360 - Warning: <img> lacks "alt" attribute
line 282 column 403 - Warning: <img> proprietary attribute value "absmiddle"
line 282 column 403 - Warning: <img> lacks "alt" attribute
line 283 column 22 - Warning: <img> lacks "alt" attribute
line 283 column 63 - Warning: <img> lacks "alt" attribute
line 283 column 112 - Warning: <img> lacks "alt" attribute
line 283 column 162 - Warning: <img> lacks "alt" attribute
line 284 column 11 - Warning: <img> lacks "alt" attribute
line 294 column 15 - Warning: <img> lacks "alt" attribute
line 319 column 23 - Warning: <img> lacks "alt" attribute
line 319 column 64 - Warning: <img> lacks "alt" attribute
line 319 column 113 - Warning: <img> lacks "alt" attribute
line 319 column 163 - Warning: <img> lacks "alt" attribute
line 330 column 15 - Warning: <img> lacks "alt" attribute
line 337 column 4340 - Warning: <img> proprietary attribute value "absmiddle"
line 337 column 4340 - Warning: <img> lacks "alt" attribute
line 346 column 5045 - Warning: <img> proprietary attribute value "absmiddle"
line 346 column 5045 - Warning: <img> lacks "alt" attribute
line 354 column 22 - Warning: <img> lacks "alt" attribute
line 354 column 63 - Warning: <img> lacks "alt" attribute
line 354 column 112 - Warning: <img> lacks "alt" attribute
line 354 column 161 - Warning: <img> lacks "alt" attribute
line 355 column 11 - Warning: <img> lacks "alt" attribute
line 365 column 15 - Warning: <img> lacks "alt" attribute
line 387 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 387 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 387 column 246 - Warning: <img> proprietary attribute value "absmiddle"
line 396 column 25 - Warning: <img> lacks "alt" attribute
line 401 column 267 - Warning: <img> lacks "alt" attribute
line 149 column 50 - Warning: trimming empty <font>
line 310 column 420 - Warning: trimming empty <font>
line 311 column 492 - Warning: trimming empty <font>
line 346 column 5402 - Warning: trimming empty <label>
line 381 column 17 - Warning: trimming empty <tr>
line 384 column 50 - Warning: trimming empty <font>
line 125 column 68 - Warning: <nobr> is not approved by W3C
line 141 column 68 - Warning: <nobr> is not approved by W3C
line 177 column 27 - Warning: <nobr> is not approved by W3C
line 179 column 74 - Warning: <table> proprietary attribute "height"
line 209 column 27 - Warning: <nobr> is not approved by W3C
line 236 column 27 - Warning: <nobr> is not approved by W3C
line 238 column 74 - Warning: <table> proprietary attribute "height"
line 268 column 27 - Warning: <nobr> is not approved by W3C
line 299 column 27 - Warning: <nobr> is not approved by W3C
line 335 column 27 - Warning: <nobr> is not approved by W3C
line 370 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 203 warnings and 0 errors!


The alt attribute should be used to give a short description
of an image; longer descriptions should be given with the
longdesc attribute which takes a URL linked to the description.
These measures are needed for people using non-graphical browsers.

For further advice on how to make your pages accessible
see http://www.w3.org/WAI/GL.
You are recommended to use CSS to specify the font and
properties such as its size and color. This will reduce
the size of HTML files and make them easier to maintain
compared with using <FONT> elements.

You are recommended to use CSS to control line wrapping.
Use "white-space: nowrap" to inhibit wrapping in place
of inserting <NOBR>...</NOBR> into the markup.

About HTML Tidy: https://github.com/htacg/tidy-html5
Bug reports and comments: https://github.com/htacg/tidy-html5/issues
Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/
Latest HTML specification: http://dev.w3.org/html5/spec-author-view/
Validate your HTML documents: http://validator.w3.org/nu/
Lobby your company to join the W3C: http://www.w3.org/Consortium

Do you speak a language other than English, or a different variant of
English? Consider helping us to localize HTML Tidy. For details please see
https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md