User Tools

Site Tools


release:dreamzzt

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
release:dreamzzt [2021/02/28 21:14] asierelease:dreamzzt [2021/10/30 10:35] (current) asie
Line 5: Line 5:
 DreamZZT is a clone of ZZT and Super ZZT developed by c99koder in the early-mid 00s. While its compatibility is lacking, it is particularly notable for having been ported to the Nintendo DS and Dreamcast. It was developed until November 2007, and its source code is available under the terms of the GPLv2 license. DreamZZT is a clone of ZZT and Super ZZT developed by c99koder in the early-mid 00s. While its compatibility is lacking, it is particularly notable for having been ported to the Nintendo DS and Dreamcast. It was developed until November 2007, and its source code is available under the terms of the GPLv2 license.
  
-===== Extensions =====+===== Extensions (DreamZZT 2.x) ===== 
 + 
 +==== Music ==== 
 + 
 +The engine will play music by checking for the existence of an MP3 file in the following format: ''[worldname]/[first word of boardname].mp3''
 + 
 +==== Scripting ==== 
 + 
 +Note that the list is incomplete. 
 + 
 +=== Bugs === 
 + 
 +* ''#char 0'' changes the character, instead of being a no-op. 
 + 
 +=== ^board [id] === 
 + 
 +Transports the player to the board with the specific numeric ID.  
 + 
 +=== ^color [color] === 
 + 
 +Sets the object's color to the specified value. 
 + 
 +=== ^drawtext [x] [y] === 
 + 
 +Draws the next line of text at the specified coordinates. 
 + 
 +=== ^hideplayer === 
 + 
 +TODO 
 + 
 +=== ^loadjpeg [filename] === 
 + 
 +Draw the specified filename (with extension). 
 + 
 +=== ^playercolor [color] === 
 + 
 +Sets the player's color to the specified value. 
 + 
 +=== ^rename_ammo [name] === 
 + 
 +TODO 
 + 
 +=== ^teleport [x] [y] === 
 + 
 +Moves the calling object to the specified coordinates. 
 + 
 +=== ^textcolor [number1] [number2] === 
 + 
 +TODO 
 + 
 +===== Extensions (DreamZZT 3.x) =====
  
 ==== World format ==== ==== World format ====
Line 37: Line 87:
  
 TODO: Can the Stones of Power feature be used in DreamZZT in ZZT mode? TODO: Can the Stones of Power feature be used in DreamZZT in ZZT mode?
 +
 +==== Cheats ====
 +
 +DreamZZT adds a significant amount of additional cheats.
 +
 +^ Cheat code ^ Effect ^
 +| +dark | Makes board dark. |
 +| -dark | Removes board darkness. |
 +| +/-ammo | Adds/removes 10 ammo to/from the player. |
 +| +/-gems | Adds/removes 10 gems to/from the player. |
 +| +/-score | Adds/removes 10 score to/from the player. |
 +| +/-health | Adds/removes 10 health to/from the player. |
 +| +/-torch | Adds/removes 10 torch to/from the player. |
 +| zap | Removes player-neighboring tiles. |
 +| keys | Gives all keys to the player. |
 +| warp X | Warps to board with ID X and pauses the player. |
 +| warp | As above, but with a board select menu. |
 +| freeze/unfreeze | Freezes/unfreezes board ticking. |
 +| watch | Enables debug information to be printed on a selected object. |
 +| inspect | Shows a selected object's code. |
 +| flags | Prints the state of the world flag list in the debug console. |
 +| edit | Opens the editor. |
 +| quit | TODO |
 +| play cdefgab | Plays the #play string cdefgab. |
 +| +/-reveal | Reveals objects, by making them show changing high-intensity colors. |
 +| viewport X Y | TODO |
 +| Other commands | Executes the command as ZZT-OOP code on behalf of the player. |
  
 ===== Links ===== ===== Links =====
  
-  * [[https://github.com/c99koder/DreamZZT|Source code]]+  * [[https://github.com/c99koder/DreamZZT|Source code (3.1.x)]] 
 +  * [[https://zzt.org/?p=dreamzzt|z2 website (2.0 RC5)]]
release/dreamzzt.1614546859.txt.gz · Last modified: 2021/02/28 21:14 by asie