Wiki:Requested articles: Difference between revisions
Jump to navigation
Jump to search
(Add a bunch more items with brief commentary) |
m (idle (direction) now just says idle, indicating it's "filled") |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 29: | Line 29: | ||
* [[Stat]] stacking | * [[Stat]] stacking | ||
* Transferring data between worlds by overwriting board edges | * Transferring data between worlds by overwriting board edges | ||
* #cycle 0 [[Bomb]]s as pushable text | |||
=== Internals === | === Internals === | ||
Line 39: | Line 40: | ||
=== Bugs and limits === | === Bugs and limits === | ||
*[[Counter]] behavior when [[Give|#giving]] very large numbers | *[[Counter]] behavior when [[Give|#giving]] very large numbers (32 bits in size and beyond) | ||
*[[Counter]] display bug | *[[Counter]] display bug: some digits left behind when counter goes from big to small | ||
*[[Label]] behavior with numerals | *[[Label]] behavior with numerals | ||
*[[Restore|#restore]] | *[[Restore|#restore]] only restores the first label, as well as labels which have a non-alphabetic/underscore character on the line below them. Or so. | ||
* Black [[Key|keys]] and [[Door|doors]] | * Black [[Key|keys]] and [[Door|doors]] | ||
* Inaccuracies in frequencies used by [[Play|#play]] | * Inaccuracies in frequencies used by [[Play|#play]] (two rounding bugs) | ||
* [[Conveyor]] bugs (ability to delete player, etc) | * [[Conveyor]] bugs (ability to delete player, etc) | ||
* | * 1024-line maximum for all [[text dialog]]<nowiki/>s (including world selector) | ||
* Shooting changes [[step value]] of 150th stat | * Shooting changes [[step value]] of 150th stat | ||
* Moving while paused via [[mouse movement]] | * Moving while paused via [[mouse movement]] | ||
Line 53: | Line 54: | ||
* [[Put|#put]] doesn't work on bottom row | * [[Put|#put]] doesn't work on bottom row | ||
* [[Built-in editor]] and stat deletion bugs, if we ever figure out why that one happens | * [[Built-in editor]] and stat deletion bugs, if we ever figure out why that one happens | ||
* Dependencies on CPU speed (e.g., [[sound effects]]) | * Dependencies on CPU speed for "fast" machines (e.g., [[sound effects]]) | ||
* [[Koopo bug]] | * [[Koopo bug]] | ||
* Can't [[Send|#send]] to a [[label]] on the first line | * Can't [[Send|#send]] to a [[label]] on the first line | ||
Line 130: | Line 131: | ||
==== Directions ==== | ==== Directions ==== | ||
* [[North]], [[South]], [[East]], [[West]] | * [[North]], [[South]], [[East]], [[West]] | ||
* [[Idle | * [[Idle]] | ||
* [[Seek]] | * [[Seek]] | ||
* [[Flow]] | * [[Flow]] |
Latest revision as of 06:56, 23 February 2021
Note that some of these links should probably be the same article: for example, we probably don't need separate articles for NORTH and SOUTH, but we should have redirects to a shared article.
Also, see Special:WantedPages for an automatically-generated list of linked-to but non-existent pages.
Categories to add
- Colors
- Fake labels (:endgame, :zapped) that are rumored to exist but don't
- Output stuff: Sound? Charsets? Colors?
- World, board, stat
- Special elements/redirects: Player Clone, Dummy, Black Hole
- ZZT itself: versions, Super ZZT
- Cheats
- Locks, especially those integrated with ZZT like the SECRET flag
ZZT behavior
Some of the categorization here is fuzzy (is X a bug or a technique?). You can help by writing the corresponding article, so we can get rid of the offending line on this page. :-)
Techniques
- Kangaroo effect
- Using player clones for teleportation
- Using statless players and board edges to control teleportation
- Colors accessible from ZZT
- Detecting game speed
- Using Medusa bugs (transporters, text, etc) to prevent anti-dark cheats
- Board illusion triggered by crossing to another board and immediately hitting a passage
- Sticking non-segment entities onto a centipede
- Using non-unit step values to, e.g., move diagonally
- Stat stacking
- Transferring data between worlds by overwriting board edges
- #cycle 0 Bombs as pushable text
Internals
- Stat order
- Ticks modulo 420
- 32-command limit
- Pascal strings hold partial previous contents in memory/on disk
Bugs and limits
- Counter behavior when #giving very large numbers (32 bits in size and beyond)
- Counter display bug: some digits left behind when counter goes from big to small
- Label behavior with numerals
- #restore only restores the first label, as well as labels which have a non-alphabetic/underscore character on the line below them. Or so.
- Black keys and doors
- Inaccuracies in frequencies used by #play (two rounding bugs)
- Conveyor bugs (ability to delete player, etc)
- 1024-line maximum for all text dialogs (including world selector)
- Shooting changes step value of 150th stat
- Moving while paused via mouse movement
- Vertical blink wall can toss the player east on top of a wall/obstruction
- Blank lines in text dialogs sometimes appear as hyperlinks
- #put doesn't work on bottom row
- Built-in editor and stat deletion bugs, if we ever figure out why that one happens
- Dependencies on CPU speed for "fast" machines (e.g., sound effects)
- Koopo bug
- Can't #send to a label on the first line
- Passages have the potential to delete each other if they are adjacent
ZZT itself
File formats
- World
- Board
- ZZT.DAT
- High score files
- Help files
Tile types
- Empty
- Edge
- Monitor
- Player
- Ammo
- Torch
- Gem
- Key
- Door
- Scroll
- Passage
- Duplicator
- Bomb
- Energizer
- Star
- Conveyor
- Bullet
- Water
- Forest
- Solid
- Normal
- Breakable
- Boulder
- Slider
- Fake
- Invisible
- Blink wall
- Transporter
- Line
- Ricochet
- Blink wall ray
- Bear
- Ruffian
- Object
- Slime
- Shark
- Spinning gun
- Pusher
- Lion
- Tiger
- Head
- Segment
- Text
ZZT-OOP
Prefixes/statement types
- Centered text ($)
- Object name (@)
- Command (#)
- Slash move (/) (Should this be combined with #GO?)
- Question move (?)
- Label (:)
- Comment/Zapped label (')
- Hyperlink (!)