Please create an account or Login! Have fun!

Controller and Boss Glitch: Difference between revisions

Jump to navigation Jump to search
m
→‎Cause: from pieguy on the topic in the CCBBC Discord https://discordapp.com/channels/343036755999457281/350042613254062091/599384136653864977
m (Text replacement - "CCLP3" to "CCLP3")
m (→‎Cause: from pieguy on the topic in the CCBBC Discord https://discordapp.com/channels/343036755999457281/350042613254062091/599384136653864977)
(One intermediate revision by one other user not shown)
Line 2: Line 2:


== Cause ==
== Cause ==
The root cause of the glitch is uninitialized variables in the game{{fact}}. That is, some part of the program attempts to read some place in memory without ever writing to it first (or the programmer forgets to write to it first), causing the read data to be something unrelated that was coincidentally written in that place earlier by a different, unrelated part of the program.
The root cause of the glitch is uninitialized variables in the game. That is, some part of the program attempts to read some place in memory without ever writing to it first (or the programmer forgets to write to it first), causing the read data to be something unrelated that was coincidentally written in that place earlier by a different, unrelated part of the program.


== Traps ==
== Traps ==
Line 80: Line 80:
* [[Trust Me]]: The boss for the bug clone machines, but in particular the one just to the right of the exit, is a paramecium in the lower left corner, which doesn't move west for a sum total of [31] after the red button is pressed in the [[busted]] solution.
* [[Trust Me]]: The boss for the bug clone machines, but in particular the one just to the right of the exit, is a paramecium in the lower left corner, which doesn't move west for a sum total of [31] after the red button is pressed in the [[busted]] solution.


=== '''[[CCLP2]]''' ===
=== '''[[Chip's Challenge Level Pack 2|CCLP2]]''' ===
Occurrences of the C/B Glitch in CCLP2 are far more rare, since its mechanics had been well-documented by the time of release (2002); only two levels include it.
Occurrences of the C/B Glitch in CCLP2 are far more rare, since its mechanics had been well-documented by the time of release (2002); only two levels include it.


trusted-editors
539

edits

Navigation menu