ZoriaRPG

Historical Changelog for 2.11 and Earlier

Oct 31st, 2017
1,770
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 140.30 KB | None | 0 0
  1. ////////////
  2. /// 2.11 ///
  3. ////////////
  4.  
  5. //! 2.11 became 2.50
  6.  
  7. Zelda Classic 2.11 Beta 16
  8.  
  9. Incomplete list of changes:
  10.  
  11. Fixed the Magic Shield bug
  12. Link now has charging sprites
  13. Disabling items actually works this time
  14. Link can no longer move around when charging the hammer
  15. Fixed spinning hammer bug
  16. Fixed can't get items while charging bug
  17. Hurricane Spin added
  18. New items: Whisp Ring L1 and L2. L1 causes permanent bubble curses to be temporary, while L2 makes you immune to curses overall
  19. Some ZASM fixes related to the Z variable
  20. Fixed bug where some Link sprites wouldn't save properly
  21. string editor is semi-complete. Normal strings should still work. Ask _L_ for all the options you can do *currently*
  22. Added CLEARSPRITESR and CLEARSPRITESV to ZAsm and ClearSprites() to Zscript
  23. Raft bug is fixed
  24. Docks not working properly is fixed
  25. Fixed the bug where chnging sfx data wouldn't allow you to save if that was the only change you made
  26. Fixed bug where you could use the sword to change the hammer
  27. Fixed bug with jumping in sideview gravity
  28. New items: Peril Beam scroll, charge rings 1 and 2, and magic (infinite) versions of the bomb bag, quiver, and wallet
  29. Fixed red potion always disappearing
  30. Fixed freezing during Dmap intro
  31. Tweaked hammer physics. Quest Rule: Slow Walk While Charging. Quest Rule: Book Magic Uses Magic (Fire) Sprite. Quest Rule: Wand Can\'t Be Used As Melee Weapon.
  32. Work has begun on drowing Link. Not yet complete I think.
  33. Sword jinx and Item jinx getters and setters added to ZAsm and ZScript
  34. Fixed crash when there are no enemies for summoner to summon
  35. Fixed shadows flickring even when quest rule is unchecked
  36. Four-way ladder added. Kinda works
  37. Fixed the script commands that return map, screen, or dmap numbers so they return integers intead of floats. Work done on the LINKCHARGING command.
  38. Work has been started on script strings
  39. Enemy Editor is a go I'll explain all the details of the enemy editor later, but for now this is what you need to know: Anything with an O. prefixed refers to its behavior WITHOUT the 'new enemy tiles' rule checked. Anything prefixed with an E. refers to behavior with the rule checked. The invulnerability and weakness flags DO NOT WORK. Enemy weaknesses are still hardcoded. Misc. Attributes refer to enemy specific attributes, and these values are different for each enemy. That'll be explained later. Finally, the animation styles are still being worked on, so it's HIGHLY RECOMMENDED that you do not change animation styles for a particular type of enemy.
  40. Item code has been fixed to accomadate the custom items, for the most part. Still have some loose ends to tie up.
  41. Weapons code tweaked a little
  42. The dmap and level count has been upped to 512. This will no doubt please many of you.
  43. Older quests now convert FFC changer combos to FFC changer flags
  44. Quest Rule: Lens Sees Invisible Enemies.
  45. Quest Rule: Can Select A-Button Weapon. Yes, the time for a selectable A-button slot has come. With this rule checked, the subscreen selector won't automatically equip the selected item - you must press either A or B to assign it to a slot.
  46. Fixed charging tapping bug (unreported).
  47. Fixed enemy tapping bug.
  48. Fixed missing MISC: entries bug.
  49. Fixed strings so that 0 can be used as an argument for control codes.
  50. New items: Wealth Medal 1 (75% rate at shops), Wealth Medal 2 (50% at shops), Wealth Medal 3 (25% rate at shops).
  51. New FFC flag: Script Restarts When Carried Over.
  52. New FFC flag: Visible Only With Lens.
  53. Here's another major one: Scripting Drawing Commands. They'll be explained in the scripting forum in a bit, but now with scripting you are able to draw primitives like rectangles, circles, and lines, as well as a group of tiles or combos, onto any layer, using any color, with full scaling and rotation. Head over to the scripting forum a little later to see what I mean
  54.  
  55. Zelda Classic 2.11 Beta 15
  56.  
  57.  
  58. Incomplete list of changes:
  59.  
  60. Disabling items should work. Look for the dialog for more details
  61. New items: The Roc's Feather (YAY), the Hover Boots (YAY), and four tiger scrolls: one that allows a charged spin attack, one that allows beams to be shot from a spin attack, and two that allow you to charge your hammer aand cause a quake on the ground
  62. New quest rule that allows the use of more sounds as used in sfx.dat. Note: If you check this quest rule, the game will automatically use sfx slots 35-60 for it's own purposes, so if you have sound effects in that range, move them or don't bother with this quest rule
  63. Sideview mode, which allows true sidecrolling areas, with gravity and all. Talk to _L_ for more details on this
  64. FFC flag - Run Script on Screen Init. Room Type - Take One Item. Quest Rule - Messages Freeze All Action. Quest Rule - Flip Right-Facing Slash.
  65. Sword tapping while charged works
  66. Lots and lots of miscellaneous bug fixes
  67. Lots of additions to the scripting engine. Look at the scripting form for more details.
  68. More will be listed by DN or _L_
  69.  
  70.  
  71. Beta 11 progress
  72.  
  73. Just because I felt like it.
  74.  
  75. ZC Beta 11 list
  76.  
  77. 1. Fixed a bug where freeform inherent trigger flags sometimes wouldn't trigger.
  78. 2. Fixed a bug where entering data into the decimal data fields of the freeform combos dialog would sometimes produce garbage data when reopened.
  79. 3. Fixed the bug where stepping on groups of step->next combos would cause some combos to change to later combos than it should. Also changed the behavior of step->next somewhat. The main difference is that when in a group of step->next or related combos, only the combo at the center of link gets affected.
  80. 4. I believe i fixed the importing of .zqs (strings) files. However, with this change it has becme difficult if not impossible to import older .zqs files.
  81.  
  82. Short list? Come on, it's only been a day
  83.  
  84.  
  85.  
  86. Beta 10 progress
  87.  
  88. ZC Beta 10 list
  89.  
  90. 1. Fixed the bug where the buttons to choose green square warp points and flags in the ZQ panels was misaligned.
  91. 2. Finally fixed the bug where garbage combos would appear when reloading certain quests after reloading other quests.
  92. 3. Fixed the bug where the subscreen type wouldn't update itself if you died and continued in a different dmap type.
  93. 4. Fixed the bug where, when checking if the green square continue point was 0,0, it was using the screen you were warping from instead of the screen you are warping to.
  94. 5. Fixed the bug where the whistle warp edit dialog and the warp ring edit dialog would crash ZQuest.
  95. 6. Slow walk combos now affect Link again.
  96. 7. New quest rule: Scrolling Warps Don't Continue. Scrolling warps across different dmaps no longer set the continue point. WIll be turned on for all quests below version 1.93b3 by default.
  97. 8. Fixed another bug that caused flags 16-31 as inherent flags to show up improperly.
  98. 9. Fixed the bug in ZQ where it would sometimes hand before the menu is drawn
  99. 10. Fixed the bug where bombable doors could be bombed open on cave dmaps.
  100. 11. Two new screen flags: Treat as Cave room, and Treat as dungeon room. Makes the current room behave as such, regardless of whether the dmap is a dungeon or not. So you could, for example, have a room with shutters inside a cave dmap, and a room with permanent secrets in a dungeon dmap.
  101. 12. Two new flags: Singular and Singular +16-31. An interesting flag. If it is in the same spot (remember, there can be two flags in one spot now because of inherent flags) as one of the trigger flags (strike, burn, bomb, etc.), then the trigger doesn't affect all secret flags on screen like the normal behavior, only the flag hit. SIngular(+16-31) does the same thing, except triggering it also affects flags 16-31. Thus, it's now possible to do things like having four seperate torches that can be lit in any order.
  102. 13. Fixed the bug that would prevent the sword and hammer from triggering their corresponding inherent trigger flags
  103. 14. Fixed the bug where you couldn't use the ladder over direct warps B-R, swim warps B-D, and dive warps B-D.
  104. 15. Fixed the bug that would prevent Link from starting the hookshot over a hookshot only combo
  105. 16. Fixed a bug that would cause enemies to spawn and walk on top of Direct warps B-R.
  106. 17. Fixed the bug where the game wouldn't recognize Swim Warps B-D and Dive warps B-D as water.
  107. 18. Fixed the bug in Z3-movement where if you had the ladder and flippers in a dungeon dmap or 'use ladder' room, the ladder would appear before you get to enter the water.
  108. 19. Octorok 3's no longer show up in the enemy selection list (until they are finished).
  109. 20. Boulders now use the correct tiles.
  110. 21. Fire enemies now animate at the correct speed.
  111. 22. Fixed the bug with Ganon initially being drawn with tile 0, 1, 20, and 21.
  112. 23. Ganon can now use the new enemy tiles (not complete use, though).
  113. 24. Hit detection on Dodongos is now fixed.
  114. 25. Dodongos no longer fly left when killed.
  115. 26. Level-specific keys: Keys can now be kept track of on a level-by-level basis (keep in mind, not a dmap by dmap basis). The normal key item operates exactly like it has operated. A new item, "Level-specific key" increases the key amount of the current level number you're in. Key doors will by default look for a key gained in that level. If it finds noen, it'll then look for a normal key to use. Useful for keys that you only want to work in a specific dungeon.
  116.  
  117.  
  118.  
  119. Zelda Classic 2.11 Beta 8
  120.  
  121. Here it is, the long-awaited beta 8. Many bug fixes, many tweaks, many improvements/enhancements. Probably tons of new bugs, too.
  122.  
  123. If you don't already have it, download and unzip beta 6 first, then download and unzip beta 8 on top of it.
  124.  
  125. Zelda Classic 2.11 Beta 6 (Full)
  126.  
  127. Zelda Classic 2.11 Beta 8 (changed files)
  128.  
  129. No OS X version yet. Hopefully by early next week.
  130.  
  131. Here's the bug fix list from beta 6.
  132.  
  133. ZC crashes on "211testquest" when entering the cheats.
  134. Tiles displayed in the bottom menu are misaligned if they're using the secondary CSet
  135. Some animated tiles using the secondary CSet are buggy (they use different colors)
  136. ZC Windowed does not work.
  137. Allegro.log grows to huge sizes while playing quests.
  138. I tried to use the magic container option in the cheat menu. However, Link was instantly killed upon doing so.
  139. The music turned off for no apparant reason after I did the magic container bug. It came back after I entered and exited the sword cave. However, it might have been from opening the menu during the fade-in.
  140. The Triforce icon appears in dungeons, instead of the automap and dungeon items.
  141. Transparancies are sometimes "permanently" broken when ZQuest is windowed. To fix it, you have to go back to full screen.
  142. When you collect a triforce piece, your items vanish from the display at the top of the screen... forever (maybe). Collecting rupees will not even restore them.
  143. Also, enemies from 1.90 quests are still in the wrong places at times.
  144. There is a BS Subscreen Bug. The text is oddly colored. I noticed this when playing Link's Return to Snortsia Master Quest demo. (Screenshot no longer available)
  145. I have noticed that if you go into the overworld screen map after slashing a bush, ect, the combo will reappear. I also think bomb and candle secret flags don't work anymore, as neither would would work when I tried them. It's possible that many of those flags no longer work.
  146. Using windowed mode and switching tasks causes destabilization. It nearly crashed my system, and then I tried to swt Zquest to a lower process priority - which caused it to become HIGHLY unstable. And then 'generate errors and have to be closed by Windows'. Zquest help has every line break marked with a return icon. And the file is badly in need of an update - it's still for 1.92 beta 182!
  147. When killed, combos on layers still appear in window as it blacks out.
  148. Misalignment with walk square between combo and new "next" box. (#2?)
  149. Alt slide still corrupts tiles.
  150. Link swim tiles still crash
  151. At seemingly random moments, trying to display a level palette in the level palette editor will crash ZQuest. I've been able to reproduce it quite a few times loading Radien's New BS 3.0 1st Quest Remake on startup (reload last opened quest). Sometimes, it will crash even if it is not the quest that loads on startup, though. Regardless, it happens with this quest rather frequently from what I've noticed.
  152. If an enemy drops a clock in a room where the door closes you in and there are wallmasters, they will not show causing you to be trapped and you then have to quit the game.
  153. Tiles or sprites using CSet 2 features will defer to the wrong CSet if used on layers.
  154. Dungeon automaps/items do not activate on the Subscreen. The Triforce display is shown no matter what. On quests made with earlier versions, this may not happen or may even work in reverse, adding a dungeon automap to an Overworld.
  155. It is no longer possible to place an item on a Direct Warp combo in such a way that Link can grab it before getting warped. This breaks several quests.
  156. Opening the Overworld map will instantly trigger any secrets on layers, and reset many combos.
  157. Tile Warping into a room where the south shutter uses cycling combos will cause it to switch to "open" prematurely. This bug can interfere with quest design.
  158. If you quit a quest while on the ladder in ZC, the ladder will appear briefly on the first screen of the next quest you load.
  159. The magic meter is not displayed in regular or BS subscreens, even though magic is still kept track of.
  160. The A and B items vanish when collecting a Triforce piece, as they did on the NES. But in ZC, they don't return if the "cool scrolling" quest rule is in effect. (Because it never bothers to hide/show them, unlike the default NES behavior.)
  161. Attempting to adjust Magic Containers in the cheat menu will instantly kill Link when the game resumes.
  162. Slashing still uses the old collision, sometimes resulting in a miss if Link isn't close enough.
  163. BS Subscreen text (And to a lesser extent, LttP subscreen text) uses the wrong palette entries.
  164. Even if "freeform dungeons" is checked, Link's sword will still be hidden under the sidelines.
  165. Layers are not properly affected when Link dies.
  166. Combos in quests that are loaded on startup (either from the command-line or from the "Reload Last Quest" option) that have their animation speed set to 0 will have their starting tile pointing to the next tile in the tile list.
  167. NPCs have been removed, but they still show up in the sprite list.
  168.  
  169. 2.11 Beta 6 Progress
  170.  
  171. Here's what's changed so far:
  172.  
  173. Fixed and expanded the tile copy/move code. The following changes have been made:
  174. You can even make ZQuest copy from the end of a striped selection instead of from the beginning by holding the alt key while pasting. So, instead of copying tiles 50 through 73 and pasting them starting at tile 91 (so that tile 50 is copied to tile 91, 51 is copied to 92, etc.), you can paste so that tile 73 goes to tile 91, 72 goes to tile 90, and so on.
  175. You can make ZQuest copy from the right side of a rectangular selection instead of from the left side by using the alt key. Copying from the bottom of the selection instead of the top is done with the shift key. You can even use both keys to copy from the bottom right corner instead of from the top left.
  176. You can limit how many tiles to paste by making a selection before hitting the V key. Only the number of tiles that will fit in the selection will be copied. This works for striped and rectangular selections and also with the alt and shift directional keys.
  177. Holding the control key while doing a paste (or move, though there's not much point) will keep the source selection in memory (like the current past bug does). Without holding the control key, the source selection is cancelled, causing the V key to switch to vertical flip mode.
  178. ZQuest will warn you if you try to paste into tiles referenced by something else. The code detects and warns about the following objects:
  179. combos
  180. sprites
  181. items
  182. weapons
  183. misc sprites
  184. Link sprites
  185. enemy sprites
  186. game icons
  187. map style blocks
  188. frame
  189. heart container piece
  190. triforce fragment
  191. triforce frame
  192. overworld map
  193. dungeon map
  194. dmap maps
  195. If possible, ZQuest will move tile references when tiles are moved
  196. If the above is not possible, ZQuest will warn you if a tile move will cause blank tiles to appear in a tile reference (such as moving some, but not all, of the tiles referenced by a combo).
  197. When possible, ZQuest will show descriptive names for the objects that will be adversely affected by a copy or move. If there is no descriptive name (such as with combos), then a simple number is used:
  198.  
  199. The selection tool (hookshot) in the tile editor is partially functional. Currently, you can "select" and "unselect" individual pixels (ZQuest basically puts a marching ants border around all adjacent selected pixels):
  200. ZQuest starts up faster when loading a quest on startup as it no longer loads the default quest first.
  201. Experimental new icons for ZC and ZQuest:
  202.  
  203.  
  204. Zelda Classic 2.11 Beta 5
  205.  
  206. Lots and lots of changes here. TOo bad I'm sick, so I can't be on long. In short:
  207.  
  208. Lots of upgrades to Link
  209. Lots of upgrades to other stuff
  210.  
  211. Other stuff
  212. More stuff
  213.  
  214. Aw, who am I kidding, I can't remember all the changes >_< I'll make a comprehensive list when I get better, but for now, the one new feature I want to highlight is in the Link Dialog. Besides a new animation style, there's... something else. Use it, explore it, and report any and all bugs that occur using this (I'm sure there are many). For a demonstration of some of Link's new abilities, look at the extra qst file. i's not pass-protected, so do whatever you like to it.
  215.  
  216. And of course, remember to back up your quests, save files won't work, use at your own risk, yadda yadda... you all just want the link
  217.  
  218. 2.11 Beta 3 Progress
  219.  
  220. 1. New psuedo-isometric drawing mode. Like so:
  221.  
  222. Zelda Classic 2.11 Beta 2
  223.  
  224. ALLEGRO FILE IS UP
  225.  
  226. Aside from the changes outlined in the beta 2 progress thread (My list of changes is here. The first post has the rest of the changes) the following you need to be aware of:
  227.  
  228. 1. The Link Tile Modifiers have been reverted to their 2.10 ways (I hope). This should only be a temporry measure while DN and I implement he ability to edit Link's tile references altogether. We apologize for any inconvinience.
  229. 2. New security measures: To prevent cheating and stealing of passwords, several security measures were taken, one of which is the heavy encryption of the quest password. In fact, DN did such a good job that not even I can see off-hand what the password to a quest is. (and from what I can see, DN didn't allow anyway for us to do that). However, a backdoor has been provided for those who forgot their passwords. When loading a quest and typing in the password, a challenge hash will appear. If given to one of us developers, we'll be able to provide a 'backdoor' password (all dependent on the original quest password) for one-time entry that will give the opportunity for the quest maker to regain access. Make sure this works correctly, and that all existing cheating programs don't work.
  230. 3. New BS-style subscreens! These aren't complete, though DN is working hard on them. Try out the four different styles when editing a quest in ZQ.
  231. 4. To activate preview mode, press X. Most of the instructions are in the thread linked above, so I won't repeat them here.
  232.  
  233. I believe that's all. If DN has anything more to add, he'll post here. Also note that this is the windows build only. If neccesary, either I or DN will compile DOS distros either today or tomorrow, though we are trying to get to the point of depreciation on that As for Linux or Mac distros, don't ask me. That's DN's department completely.
  234.  
  235.  
  236. 2.11 Beta 1(and 2) Progress
  237.  
  238. Here's the changes so far for ZC 2.11 Beta 1:
  239.  
  240. 1. Fixed Gleeok's hp (was too high).
  241. 2. Fixed the bug where slashing (or using the hammer or wand) on one side of the screen could affect things on the other side of the screen.
  242. 3. Made the game data dynamic (for security purposes).
  243. 4. ZC no longer writes it's temp files to the root of drive C. Now, it stores them in the same directory that ZC is housed.
  244. 5. ZGP.DAT is now called QST.DAT.
  245. 6. The tile format has been reworked. At the moment, the change should be transparent to the user. However, this change will allow for new tile formats in the future (256-color tiles, 16-bit tiles, true-color tiles, etc.).
  246. 7. The bug with ZC not remembering the correct quest dir has been fixed (it would change whenever you switched directories to load a quest file in ZC).
  247. 8. The bug where ZC would only look in the quest directory to find a quest has been fixed. Now, it looks at the location where the save file says that the quest is located.
  248. 9. The quest loading progress box no longer shows the percent done for the tile reader. This makes quest loading somewhat faster.
  249. 10. Sprites now have a Z variable. This allows for expansion for new enemies (and other things) that will be able to jump and fly. Although a few enemies already do this (tektites and peahats, for instance), the calculation for them is faked. The new method makes jumping/flying easier to do from a programmer's prospective.
  250. 11. Eyeball combo calculations are only done when an eyeball combo is encountered. This should speed up screen rendering by a few fps.
  251. 12. The year has been fixed in the title screens.
  252. 13. The key name display in ZC key dialogs has been fixed.
  253. 14. The wrong text background in the ZC key grabber has been fixed.
  254. 15. Fixed the issues with the mouse jumping to the wrong location when when you move off the ZQuest window in scaled windowed mode.
  255. 16. Fixed the bug where SPC files would stutter when paused instead of going silent.
  256. 17. Fixed the bug where enemies don't drop clocks anymore.
  257. 18. Fixed the bug (oversight?) where you couldn't adjust Link's walk style (2-frame or 3-frame) in ZQuest.
  258. 19. Fixed the bug where some older quests would freeze on the starting DMap.
  259. 20. Fixed the bug where some of the enemies would be wrong in old quests.
  260. 21. Fixed the bug where double-clicking a combo in the master combo list would only edit the combo if it were on the first combo page.
  261. 22. Fixed the bug where deleting a screen was not counted as a change in ZQuest, so ZQuest would not ask to save if that was the only thing done before exiting.
  262. 23. Fixed the bug where non-MIDI songs would stutter if the game were paused (with the 'F3', 'F4', 'p', or 'a' keys).
  263. 24. Fixed the bug where selecting 'Stop tunes" from the Etc menu wouldn't uncheck the 'Lost Woods' option.
  264. 25. Music playing is stopped now when MIDIs is selected from the Quest menu.
  265. 26. ZQuest can now play the alternate music types that ZC handles (mp3, ogg, spc, it, xm, s3m, and mod).
  266. 27. Renamed 'Play MIDI' in the Etc menu to 'Play music' to correspond with the above change.
  267. 28. Fixed the year in the end game credits.
  268. 29. Fixed the tile import/export.
  269. 30. Now, changing the title screen for ZC causes it to reset so that the correct title shows immediately. Before you had to either wait for the title to cycle through once or manually reset the game.
  270. 31. Alternative music now continues to play while the game is paused (with the p key, not the Start button).
  271. 32. Fixed the bug where the Triforce init settings weren't being saved by ZQuest.
  272. 33. Fixed the bug where the Triforce init settings weren't being used in ZC.
  273. 34. Fixed the bug where a DMap Intro on the starting DMap could freeze the game.
  274. 35. Misalignment arrows now show up on disabled screens.
  275. 36. Pasting a map screen now causes the color to change immediately (before, you had to switch screens and then return to see the correct colors).
  276. 37. The 'Heart Container' room type is now called the 'Red Potion or Heart Container' room type.
  277. 38. There is a new List Combos Used (shortcut key is `) under the Tools menu. This will show you a list of all of the combos used on the current screen.
  278. 39. Deleting a screen now counts as a change, so ZQuest will ask about saving when you try to quit after doing a screen delete.
  279. 40. Panel 4 now shortens the room string when displaying it so it doesn't run into the combo scroller.
  280. 41. The Catch All caption and value now match up with the other captions and values in panel 4.
  281. 42. The room types are now alphabetized.
  282. 43. The screen palette dialog now has a dropdown list of the screen palettes with the palette names instead of a numeric entry box.
  283. 44. The < and > keys (you have to hold the shift key down) will now flip through the 256 possible screen palettes.
  284. 45. Changing the message more x and y variables now counts as a change in ZQuest.
  285. 46. When deleting a message string in ZQuest, the scring is shortened so it will fit in the confirmation dialog.
  286. 47. When deleting a message string in ZQuest, the End Game string value is updated if necessary.
  287. 48. Fixed the bug where there would sometimes be random characters appearing at the end of a message string in panel 4 and in the confirm string delete dialog.
  288. 49. The DMap number in the Edit DMap dialog titlebar is now correct (before, it was 1 number too low).
  289. 50. Going to the MIDI editor now stops music playback in ZQuest.
  290. 51. If a screen doesn't have a message string associated with it, it is now shown as (None) instead of (none) on panel 4, to make it match up with the other items there.
  291.  
  292.  
  293.  
  294. //! Missing 2.10.1 and 2.10.2
  295.  
  296. ////////////
  297. /// 2.10 ///
  298. ////////////
  299.  
  300. Zelda Classic 2.10
  301.  
  302. Thanks to *b* for the nice intro pic. Sort of a variation on the Father Time/Baby New Year idea (Adult Link, version 1.92 is retiring and giving the sword to Young Link, version 2.10).
  303.  
  304. Currently, only the Windows and DOS ports are compiled. I should have the Mac and Linux ones within a week.
  305.  
  306. Here's the list of changes since version 1.93 Alpha 4 (there were 262 total changes since version 1.92 Beta 183):
  307.  
  308. 1. Fixed the bug where the mouse would get locked inside of the zoomed tile window from the tile editor (even after exiting the tile editor) if the middle button were pressed there until the left or right button were pressed.
  309.  
  310. 2. Fixed the bug where the mouse would be forced 1 block down from its intended location in coordinate placing mode.
  311.  
  312. 3. Fixed the bug where the placed coordinate squares were the wrong color.
  313.  
  314. 4. Added triple buffering to ZC. This causes the game to run much smoother.
  315.  
  316. 5. The DMap editor now shows the proper number of columns for the selected DMap type (16 for Overworld, 8 for others). Also, the DMap offset slider is disabled for Overworld DMaps as is the button grid. However, the compass and continue position mouse selection method is preserved, as well as being fixed to work with 16 columns where needed.
  317.  
  318. 6. The text edit control now starts with the cursor at the end instead of the beginning.
  319.  
  320. 7. Fixed the flying enemy spawn bug.
  321.  
  322. 8. Fixed the inconsistency with the Triforce pick up warp curtain effect.
  323.  
  324. 9. Fixed the bug in the tile grabber where switching the grab mode would also shift the offset by one.
  325.  
  326. 10. Added a new bp option to the tile grabber. Pressing the 'N' key will switch the grab style to NES. This allows tiles to be lifted more easily from NES games.
  327.  
  328. 11. Added a new option to the grabber. Pressing the 'B' key will cycle through the different bit plane settings (1, 2, NES, 4, and 8).
  329.  
  330. 12. Added the F, L, and P keys to the tile grabber that correspond to the File, Leech, and Pal buttons.
  331.  
  332. 13. Changed the fastwalk key from 'F' to 'Q' (for quickwalk), because of the next change.
  333.  
  334. 14. Changed the 'F' key to freeze/unfreeze link (if cheat level 4 is on). This allows you to continue testing if Link is frozen by a bad dmap intro/screen message string combination.
  335.  
  336. 15. Now, fullscreen/windowed mode is saved between sessions. So, set it once (either through a command-line switch or with the Alt-Enter key) and it stays that way until you change it again, even after quitting and restarting the program.
  337.  
  338. 16. Fixed the bug where a newly-created save slot wouldn't be saved unless it had actually been played once and saved from the Save, Continue, Retry game menu.
  339.  
  340. 17. Finished implementing Nayru's Love. Just like the Ocarina of Time version, this spell places a shield around Link, during which time he is invincible. He can, however, still get knocked around when hit (just like in the Ocarina of Time version). Along with this spell are 9 new miscellaneous weapon types: Nayru's Love (Left), Nayru's Love (Left, Returning), Nayru's Love Trail (Left), Nayru's Love Trail (Left, Returning), Nayru's Love (Right), Nayru's Love (Right, Returning), Nayru's Love Trail (Right), Nayru's Love Trail (Right, Returning), and Nayru's Love Shield. The first 8 correspond to their approximate Din's Fire counterparts. However, instead of one spell rocket (going up from Link's position, then falling back down from off-screen), there are now two (going left and right from Link, then returning from off-screen). The last one, Nayru's Love Shield, is the top-left tile of a 2x2 block that is drawn over Link when the spell is active. The tiles that make up the shield are not laid out on the tile screen as they will be in the game. Instead, they are sequential (Top Left, Top Right, Bottom Left, Bottom Right). If the Nayru's Love Shield miscellaneous type is animated, the tiles are offset by the number of frames. Additionally, this spell has 4 quest rules assigned to it: Trans. N. Love Shield, N. Love Shield Flickers, Trans. N. Love Rocket, and N. Love Rocket Flickers. These control the transparency and flickering of the Nayru's Love Shield and Nayru's Love Rockets, much like the counterpart rules for Ghini 2's.
  341.  
  342. 18. Fixed the bug where the Door Combo Set editor wouldn't save new door combo sets.
  343.  
  344. 19. Fixed the bug where edits to door combo sets wouldn't be considered a change (and ZQuest wouldn't ask if you wanted to save if you quit after a door combo set edit).
  345.  
  346. 20. Implemented Farore's Wind. Presently, it just carries Link back to the entrance to the current DMap.
  347.  
  348. 21. Corrected the position for the hammer smack sprite.
  349.  
  350. 22. Finished the panels at the bottom of the ZQuest main editor window.
  351.  
  352. 23. Added the remaining screen data flags to the screen flags panel in ZQuest.
  353.  
  354. 24. Removed the "Hookshot Bridge" combo type.
  355.  
  356. 25. Removed the NPC's.
  357.  
  358. 26. Renamed the "Nayru's Love Shield" miscellaneous sprite to "Nayru's Love Shield (Front)" and added "Nayru's Love Shield (Back)", which is drawn behind Link, allowing for a nearly true 3D Nayru's Love Shield.
  359.  
  360. 27. Fixed the warp types after they were broken in Alpha 5 due to the last-minute removal of the new warp scheme.
  361.  
  362. 28. Cut Nayru's Love time from 1024 tics to 512.
  363.  
  364. 29. Doubled the magic cost of Nayru's Love (from 32 to 64, or half of an 8-unit, un-doubled magic meter).
  365.  
  366. 30. Added the "Magic" cheat to the menu in the Zelda engine and moved it and the "Life" cheat to a submenu of a newly-created "Refill" menu (which takes the position of the life cheat menu).
  367.  
  368. 31. Took the cheat keys out of brackets in the cheat menu in the Zelda engine.
  369.  
  370. 32. Fixed the bug with combos in older quests reverting to cset 0 for their next combo.
  371.  
  372. 33. Nayru's Love Shield now draws more tightly on Link (before, there was the possibility of sprites getting drawn between Link and the Nayru's Love Shield).
  373.  
  374. 34. Fixed the bug with warping to screen 80 when picking up a Triforce shard.
  375.  
  376. 35. Fixed the bug where the Misc Colors editor would crash upon use.
  377.  
  378. 36. Fixed the bug where triple buffering would occasionally cause screen noise.
  379.  
  380. 37. Fixed the bug where using the mouse wheel in the map flags selector dialog would cause the selected map flag to change after the dialog is closed.
  381.  
  382. 38. The screen opening/closing effect is now locked back to a circle again. Later (maybe in the next version, or whenever the warp system is revamped), this will be selectable.
  383.  
  384. 39. Added the tics -> seconds converter to the screen data dialog.
  385.  
  386. 40. Fixed the bug where the mouse pointer wasn't showing up in the palette grabber.
  387.  
  388. 41. Fixed the bug in the palette grabber where the buttons weren't responding to the mouse in the top 5 pixels of the buttons and were being redrawn incorrectly when clicked.
  389.  
  390. 42. Modified the palette grabber screen to remap the colors so the buttons try to draw as closely to the correct colors as possible, even when a vastly different palette is loaded.
  391.  
  392.  
  393.  
  394. There are a few minor known issues with this release that I am working on. Most notable are:
  395. -The leech progress window doesn't update based on seconds if selected, just on tiles.
  396. -The following Import/Export options are broken:
  397. Map
  398. DMaps
  399. Palettes
  400. String Table
  401.  
  402. Anyway, here are the files.
  403.  
  404. Zelda Classic 2.10 for Windows
  405. +zelda-w.exe
  406. +zquest-w.exe
  407.  
  408. Zelda Classic 2.10+ Windows Support Archive
  409. +alleg41.dll
  410.  
  411. Zelda Classic 2.10+ Support Archive for DOS/Windows
  412. +many files
  413.  
  414. Zelda Classic 2.10 for DOS
  415. +zelda.exe
  416. +zquest.exe
  417.  
  418. ////////////
  419. /// 1.93 ///
  420. ////////////
  421.  
  422. //! 1.93 Aplhas became 2.10
  423.  
  424. ZC Version 1.93 Alpha/Beta 4 June.19.2004
  425. 1. Fixed the bug where Link would, after entering a passageway, briefly appear in the same screen position as the warp entrance while the screen is loading.
  426.  
  427. 2. Fixed the bug where Link would, when holding an item over his head in an item room (not an item cave) float above the floor by 2 pixels.
  428.  
  429. 3. Fixed the bug where some of Link's extra tiles (holding, swimming, diving, etc.) might show incorrectly if he had any equipment on that had a Link tile modifier variable set.
  430.  
  431. 4. Fixed the bug where the screen wouldn't close properly after getting the triforce.
  432.  
  433. 5. Fixed the bug were Like-Likes could grab Link out of the water if he was swimming 1/2 a tile below them. Doing so would also paralyze Link.
  434.  
  435. 6. Fixed the bug in ZQuest where, if the mouse was in the same place as some text in a newly opened dialog, moving the mouse would erase some of the text.
  436.  
  437. 7. Fixed the bug where Ctrl-Alt-End would force ZQuest (and ZC) to quit abruptly.
  438.  
  439. 8. Fixed the bug in ZQuest where exporting a file would cause a status message box to appear with "Error" as the title, but a successful result inside the box.
  440.  
  441. 9. Fixed the bug with Link's colors getting stuck if he was flashing (through injury or from getting a clock) if he went from one screen to another.
  442.  
  443. 10. Fixed the bug with garbage files littering the root of the drive that ZC is on.
  444.  
  445. 11. Fixed the bug where the file select dialog box in the grabber function would not be centered in ZQuest if ZQuest was running in a scaled mode.
  446.  
  447. 12. Fixed the bug in ZQuest where the arrow would be invisible in the palette grabbing function. This bug (once it happened) would cause one of the buttons in the tile editor to be blank.
  448.  
  449. 13. Fixed the bug with Link walking over cave up combos when entering them and being completely covered up when exiting them.
  450.  
  451. 14. Fixed the bug in ZQuest where two of the tabs in the door combo set editor were labelled wrong.
  452.  
  453. 15. Fixed a typo in the enemy list.
  454.  
  455. 16. Fixed the bug with gleeok necks being stuck on the left side of the screen.
  456.  
  457. 17. Fixed the bug where peahats were only changing direction if they hit the side of the screen or landed.
  458.  
  459. 18. Fixed the bug where changing the map count in ZQuest would delete the last map.
  460.  
  461. 19. Fixed the bug in the tile editor where the bottom and right sides of the Edit, Ok and Cancel buttons weren't responsive to the mouse.
  462.  
  463. 20. Double-clicking a tile in the tile selection list will now either select it (if it's called from something like a sprite editor) or edit it (if it's called from the Graphics->Tiles menu).
  464.  
  465. 21. Double-clicking a combo in the combo selection list will now either select it (if it's called from something like the door combo editor) or edit it (if it's called from the Graphics->Combos menu).
  466.  
  467. 22. The mouse scroll wheel now works in the tile selector (by scrolling through pages).
  468.  
  469. 23. The mouse scroll wheel now works in the combo selector (by scrolling through pages).
  470.  
  471. 24. Fixed the bug where peahats would only change direction when they hit a screen border.
  472.  
  473. 25. Fixed the bug where the Right-Facing Aquamentus was vulnerable to attack on the tail instead of the head.
  474.  
  475. 26. Fixed the bug where either Aquamentus would, if the new enemy tiles quest rule was enabled, display 4 death sprites instead of 1 when dying.
  476.  
  477. 27. Fixed the bug where Aquamentus fireballs weren't starting from an Aquamentus's mouth.
  478.  
  479. 28. Fixed the bug where the Right-Facing Aquamentus was positioned 1 tile too far to the right.
  480.  
  481. 29. Fixed an inconsistency between ZC and Zelda 1 regarding how the screen opens when you start a quest or exit a dungeon (ZC's opening was too smooth, it's supposed to open 1 tile at a time).
  482.  
  483. 30. Fixed an inconsistency between ZC and Zelda 1 regarding Link and the subscreen when the screen opens at quest start or when exiting a dungeon (things aren't supposed to show up all at once in the subscreen and Link isn't supposed to be visible until the screen finishes opening).
  484.  
  485. 31. Fixed the bug with Dodongos (and BS Dodongos) sometimes vanishing if they are placed near right or bottom dungeon walls.
  486.  
  487. 32. Fixed the bug where segmented enemy segments were counted as enemies for the purpose of determining if armos statues would turn into armos enemies or if graves would release ghini 2's when touched.
  488.  
  489. 33. Added a quest rule "BS-Zelda Graves". With this enabled, releasing a Ghini 2 from a grave by touching it will cause the grave combo to advance by 1. This allows you to have a grave only release one Ghini 2 (if the next combo is not a grave combo) or you can set up a string of grave combos to determine how many Ghini 2's you want to occupy the grave. This is similar to how pound combos work.
  490.  
  491. 34. Fixed the bug an Armos would switch the combo under its starting position to the screen's undercombo even if the Armos was not created from an Armos statue combo.
  492.  
  493. 35. The mouse scroll wheel now changes flags when you are in flag placing mode.
  494.  
  495. 36. The Page Up/Page Down keys (change panel) and Less Than/Greater Than keys (change map) now work in flag placing mode.
  496.  
  497. 37. Combos now continue to animate in panel 2 (item, tile warp, warp return, start point, and flag) icon placing mode, along with the static in the minimap.
  498.  
  499. 38. The mouse combo scroll trigger positions have been fixed for large mode.
  500.  
  501. 39. The icon trigger positions for panel 2 (item, tile warp, warp return, start point, and flag) have been fixed for large mode.
  502.  
  503. 40. The mouse wheel now changes the current map when used over the minimap.
  504.  
  505. 41. The mouse wheel now changes panels when used on the panel area.
  506.  
  507.  
  508. ZC Version 1.93 Alpha/Beta 3 June.19.2004
  509. 1. Fixed the bug where Gleeok necks would still be visible even if the Gleeok itself were invisible for some reason (such as invis enemies room flag).
  510.  
  511. 2. Added a quest rule to allow flying enemies to start on unwalkable tiles. This option is turned on when loading an older quest for compatibility reasons.
  512.  
  513. 3. Fixed the bug where info rooms wouldn't work properly if they had less than 3 info messages.
  514.  
  515. 4. Fixed the alert dialog boxes centering code.
  516.  
  517. 5. Fixed the file selector dialog centering code.
  518.  
  519. 6. Fixed a bug with the Link death sequence display.
  520.  
  521. 7. Speed improvements to the Link animation code.
  522.  
  523. 8. Fixed the bug where the room timer would continue to run when the subscreen was open.
  524.  
  525. 9. Fixed the bug where you couldn't give letter to potion shop person in caves.
  526.  
  527. 10. Fixed the bug where the hammer could quick slash (which would cause graphical glitches with the smack sprite).
  528.  
  529. 11. Cave2 combos now have the proper entrance/exit screen display (like the cave combos do).
  530.  
  531. 12. Doubled the magic refill speed.
  532.  
  533. 13. Fixed the bug where the screen saver colors would be wrong sometimes.
  534.  
  535. 14. Removed grayscale mode (it didn't work right).
  536.  
  537. 15. Fixed the quest template loading bug.
  538.  
  539. 16. Fixed the bug where loading new quests would cause a bad token error to appear.
  540.  
  541. 17. Fixed the unencoded quest import/export bug.
  542.  
  543. 18. Fixed the bug where push blocks that had a cset2 on them would look different while they were moving.
  544.  
  545. 19. Fixed a bug with garbage being left on the subscreen by dmap items in some cases.
  546.  
  547. 20. Fixed a bug where garbage could be appended to the end of a quest path in the save game file.
  548.  
  549. 21. Fixed the bug where exiting the program while the "Game Type/Quest/Status" display was on the screen would corrupt the save game file as well as the ag.cfg file.
  550.  
  551. 22. Fixed the "Select Custom Quest" titlebar font.
  552.  
  553. 23. Added 2 more color schemes, Windows 2000 Gold (gui_colorset=687) and Easter Egg (gui_colorset=4104).
  554.  
  555. 24. Fixed (hopefully) the continue bug.
  556.  
  557. 25. Corrected an internal bug in the quest saving code relating to section sizes.
  558.  
  559. 26. Fixed the bug with keyfiles not working.
  560.  
  561. 27. Fixed the bug with the Revert command after loading another file (such as viewing a picture).
  562.  
  563. 28. Fixed the bug where palettes might not update until changing screens.
  564.  
  565. 29. Fixed a bug with the layer radio button drawing code (the button wouldn't show up except for layer 0).
  566.  
  567. 30. Fixed the bug where the cset2 properties in the combo editor wouldn't save changes.
  568.  
  569. 31. Added the snapshot shortcut key to the snapshot menu item.
  570.  
  571. 32. Fixed a problem with the text in the "Get Value" dialog.
  572.  
  573. 33. Fixed the bug where the overwrite protection option wouldn't save.
  574.  
  575. 34. Fixed the bug where exiting the view pic mode without loading a picture would cause ZQuest to black out.
  576.  
  577. 35. Fixed the bug where ripping csets from pictures would sometimes leave old colors around.
  578.  
  579. 36. Fixed the bug where having the mouse in certain areas of zquest screen would cause item animation speed to double.
  580.  
  581. 37. Update the sword/sword beam item names in the secret combo dialog for clarity.
  582.  
  583. 38. Fixed the problem with the message/title/intro editor text being invisible.
  584.  
  585. 39. Fixed the bug with the large map selector in the dmap editor wouldn't save changes (and may occasionally crash).
  586.  
  587. 40. Fixed the bug where the layer dialog opacity options wouldn't save.
  588.  
  589. 41. ZQuest now has scaling available in windowed mode. Put -scale <size> after the -windowed command line switch in the Windows/Linux version to enable it.
  590.  
  591.  
  592. ZC Version 1.93 Alpha/Beta 2 June.19.2004
  593. 1. Fixed the "bug" where picking up a DMap item would cause the game engine to constantly display alert boxes.
  594.  
  595. 2. Fixed (I think) the right-click menu in ZQuest.
  596.  
  597. 3. Fixed the MIDI player screen "Position" text location.
  598.  
  599. 4. Overwrite protection is now optional and off by default. This can be changed from the Etc->Options menu.
  600.  
  601. 5. The game engine has a beta Grayscale mode. This is found in the Misc menu. It is still buggy. It only works properly if you turn it on after you start playing a certain quest and turn it off before you return to the quest selection screen.
  602.  
  603. 6. The Windows version does not need the zcmusic.dll file anymore. This may change back at some point in the future.
  604.  
  605. 7. Added a beta GUI color modification code to ZQuest and the Zelda game engine. After you run either one and quit, edit the ag.cfg file. Look for the item called gui_colorset. There is one for each program (under the zquest header for zquest and under the zeldadx header for the zelda game engine). It defaults to 0 but can be any number between 0 and 3 inclusive. Any number outside this range is basically the same as a 0. I plan to add more and easier control of the colors in the future. The defaults are as follows:
  606. 0-Windows 2000 style. Slight yellow interface and simple bevel on 3D objects.
  607. 1-Windows 95/98 style. Gray interface and enhanced bevel on 3D objects.
  608. 2-Windows "99". Slight yellow tint and enhanced bevel on 3D objects.
  609. 3-Windows 2000 Classic Blue style. Windows 2000 style with a blue tint, reminiscent of the original ZQuest colors).
  610.  
  611.  
  612.  
  613. ZC Version 1.93 alpha/beta 1 December.30.2003
  614. 1. Fixed a bug that I don't remember anyone pointing out where Link no longer slides if he gets hit. This was from the fix to keep Link from sliding the wrong way off the ladder (still have to make a quest rule for that I think).
  615.  
  616. 2. Compile-time optimizations. For you programmers out there, I basically took out all and replaced them with which means I had to take each file and extract a header file for it, which is much more fun when you are working with inherited classes. Took me 29 revisions of the code to get it finished (2 days work, too). Now when I make a small change, I don't have to wait for 5 minutes for 5 or more unchanged files to recompile to get an object to link with.
  617.  
  618. 3. Screen drawing optimizations. Before, there were several sections of code for drawing the screen scattered throughout different files (anywhere from 7 to 40 lines long each). I've consolidated them all into one command. This will make the drawing more consistent and make sure I didn't forget to draw something at each spot, especially if I make a change to screen drawing at a later date.
  619.  
  620. 4. Linux port (which causes this version to be renamed to 1.93 Alpha 1).
  621.  
  622. 5. Semi-working Mac OS X port.
  623.  
  624. 6. Tile grabbing now has a reduce feature, which will try to match the colors of the imported image (if you are grabbing from a bitmap instead of from exported tiles) to the colors in the current CSet.
  625.  
  626. 7. ZQuest (the Windows version, anyway) now lets you switch between full-screen and windowed mode at will. You can either use Alt-Enter or select Fullscreen from the Etc menu.
  627.  
  628. 8. When loading or saving quests in ZQuest, you now get a progress list displayed. It shows you exactly what data is being loaded/saved and where it dies if there is an error. This will help in quest recovery if there is a problem later.
  629.  
  630. 9. Automatic data recovery. Because of the new format of the quests, if there is an error while reading the quest, many times, the program can scan from that point and find the beginning of the next section and continue from there. So, instead of losing your entire quest, you may just get some ectra junk thrown in to the section that had a bad value in it. This feature may possibly be expanded to cause it to rescan the entire quest looking for any data it hasn't already read (in case the bad section caused it to skip a section header and miss a vital section), so that very little, if any, data is lost.
  631.  
  632. 10. Translucency now works with palette cycling.
  633.  
  634. 11. Animation and palette cycling no longer pauses during most operations.
  635.  
  636. 12. FPS display in ZQuest doesn't flicker anymore.
  637.  
  638. 13. Link sprites don't flicker anymore in the Link sprite dialog.
  639.  
  640. 14. Animation speed is now more constant in ZQuest (same speed in DOS/Windows and doesn't speed up when you hold down the mouse button).
  641.  
  642. 15. Combo brush size option restored and fixed. Space bar changes how it looks (the same way as it does in the combo list screen).
  643.  
  644. 16. Fixed (I hope) the bug where using the combo brush would make your mouse disappear if you used the keyboard to go somewhere.
  645.  
  646. 17. Fixed the bug where Link would be fully visible when he was exiting a cave (instead of the stair-climbing effect).
  647.  
  648. 18. Right-clicking on a combo selector will now set the combo and cset to 0 (for fast deletion, instead of having to manually select combo 0 and changing the cset to 0).
  649.  
  650. 19. The tile editor now shows what pixel row and column the cursor is on and what color that pixel is (both the color number and the r, g, and b values).
  651.  
  652. 20. The tile editor now has a mouse that shows what color is assigned to each button. Cosmetic, really.
  653.  
  654. 21. The tile editor now has a new tool, the eyedropper (lens of truth). Clicking on a pixel in the tile while using this tool will set the color of the button used to be the color of the pixel clicked on. Holding down the Alt key provides quick, temporary access to this feature without having to manually select the tool, then selecting the previous tool after picking a new color.
  655.  
  656. 22. SPC files can now be used as alternate dmap music (like MOD, IT, S3M, and XM files are), although they are a little buggy at the moment (they don't pause properly when you go to a system menu, for instance).
  657.  
  658. 23. Now, in the Misc Colors dialog, you can click on one of the color edit boxes, then click on a color in the color table, and it will set that color automatically (no need to find the row and column yourself).
  659.  
  660. 24. The dungeon template dialog (Tools->Template) has 2 new features. Before, the floor tile would always be whatever your current combo and cset selections were. Now, if you hold down the shift key while opening the dialog, the floor tile will stay what it was the last time you opened the dialog (unless that is the first time you opened it, in which case it will use the current combo and cset). The second feature is that now, you can click on the floor tile and pick another combo and cset, without having to change your current selections outside of the dialog.
  661.  
  662.  
  663.  
  664.  
  665. Here are some screenshots of the current alpha, for those of you who are curious (all of these are nam):
  666.  
  667.  
  668. The enhanced tile editor.
  669.  
  670.  
  671. The string editor.
  672.  
  673.  
  674. The side warp editor.
  675.  
  676.  
  677. The enhanced quest rules editor. Notice the tab control. Lots of programming involved in making that thing work.
  678.  
  679.  
  680.  
  681. Miscellaneous colors editor.
  682.  
  683.  
  684. The main screen.
  685.  
  686.  
  687. Door Combo Set editor. Tab control again instead of the little arrow buttons.
  688.  
  689.  
  690.  
  691.  
  692.  
  693. Enhanced DMap editor. Nested tab control in the 4th screen.
  694.  
  695. 25. Speed increase in the game engine. Now, slower machines should not choke on intense screens like they used to.
  696. 26. Rotated tiles. Now, combos (gotta check to make sure this applies to any tiles used for any function of the game) can use tiles that are rotated, not just flipped.
  697.  
  698. ////////////
  699. /// 1.92 ///
  700. ////////////
  701.  
  702. ZC Version 1.92 alpha 187 June.16.2003
  703. 1. The ~ key now temporarily (while being held down) toggles VSync (instead of just turning it off while being held down).
  704. 2. Reverted the narrow font back to the normal one.
  705. 3. The tile selector screen should be working again.
  706. 4. The tile grabber screen now shows what grab mode you are using.
  707. 5. NPC's no longer count as enemies (I think).
  708.  
  709.  
  710. ZC Version 1.92 alpha 186 June.16.2003
  711. 1. Fixed the layer editor/auto-layer function (I think).
  712. 2. Added a revert command to the file menu. Basically, it's the same and re-opening the same file you are currently working on without saving. Asks for confirmation. Keeps you from having to locate the filename again.
  713. 3. The new command now asks you if you want to save before it displays the quest template selector. Just thought it made more sense that way.
  714. 4. Save (and revert, for that matter) is now disabled if the quest is already saved. *shrug*
  715. 5. Added a new feature to ZQuest. Quest Keys. Basically, select the "use keyfile" option in the header dialog and when you save the quest, a .key file is created with the same name as the quest file. This file contains the password for the quest (along with some other information). The password is in plain text format in case you want to write a batch file one day to concatenate all of the key files to make a list of quest passwords you have on your computer. In any case, if the .key file is present, and has the correct password (which it always should unless you edit it manually or change the password for the quest elsewhere and bring it over to that computer), then the quest will open in ZQuest without asking you for a password. This way, you don't have to remember to password your quest before sending it out (if you chose that method) and you don't have to worry about remembering the password if you like to keep it passworded all the time. Remember, if the .key file is not present, or doesn't have the right password, ZQuest will ask you for the password. Thoughts?
  716. 6. Fixed the bug where Zelda wouldn't let you pick quests that were between 1.92 build 105 and 1.92 build 184.
  717. 7. Items now have a "Link Tile Mod" variable. If Link has this item currently, then that variable is added to the tile that Link is using. Quests from beta 185 and below have this value automatically set for the magic and mirror shields (since his tiles do change when he gets one of those). Also, if the quest is a BS-style quest, then tiles 24-26 are shifted down one (to occupy tile spaces 23-25) and tile 23 is moved to tile 26 to make the tile modification work properly.
  718. 8. Quest rule: "Full Link Tile Mod". With this on, the "Link Tile Mod" variable will affect all of Link's tiles, instead of just the ones where he is walking (or standing and facing) down, left, or right. This may be changed into bits for the item to determine just what tiles it affects (walking, stabbing, slashing, pounding, and swimming for each of the 4 directions, diving, holding with 1 or 2 hands either in or out of water, and casting magic). This would allow much more control. Thoughts?
  719. 9. Quest rule: "No Potion Combining". With this on, you can't pick up a potion if you already have one. So no more getting 2 blue potions to make 1 red one.
  720. 10. Preliminary NPC's. 12 NPC's defined (listed as enemies). 6 walk and 6 stand still (and face Link, like eyeball combos). 3 of each use CSet 7 and the other 3 use CSet 8. Set the first one from the Weapons/Misc sprite dialog. Not sure how to easily (from a programmer's perspective) assign strings to them. Ideas?
  721. 11. Added a mode change to the ROM/binary file tile grabber (the M key cycles through 4 modes, though the current mode isn't shown anywhere). If the tiles in the file are arranged in a slightly different way, this may help you grab them. For instance, setting it to mode 2, bp 4 allows you to grab tiles from the Game Boy Zelda games with ease.
  722. 12. ZC and ZQ use a narrower font now. This will give me more room to add things to dialogs and editors. Plus, it looks kind of neat. *shrug* At the moment it makes some dialogs (basically anything with a checkbox to the right) look odd. Need to clean that up, I suppose...
  723. 13. Changed the behavior of the ~ key in ZC. Instead of showing off the wavy effect and cycling through the subscreen types, it will now turn VSync off while it is being held down (like it does in ZSNES). I suppose I could make it toggle VSync while it is being held down instead, if there is demand for it. Thoughts?
  724. 14. The Link sprite dialog now shows Link's sprites properly. Can't choose them yet, but you can view them to make sure the tiles are set properly. Jumping isn't in yet (and may not be for quite a while), but I never took that out of the dialog.
  725.  
  726. ZC Version 1.92 alpha 185 June.16.2003
  727. 1. Link can no longer get knocked off of the ladder perpendicular to the direction he got on.
  728. 2. Fixed the bug where you couldn't cancel out of an autolayer.
  729. 3. The autolayer feature now has the option to overwrite layers that are already set.
  730. 4. The layer editor now has 3 digits for the map numbers.
  731. 5. All Gohmas are now considered to be bosses.
  732. 6. Fixed the bug where Gohma 4 wouldn't fire sometimes.
  733. 7. Flying enemies can now spawn on solid objects.
  734. 8. Zoras can now spawn on water (used to have to have some walkable combos for them to start from).
  735. 9. Fixed the bug where getting the fire boomerang while the magic boomerang is flying changed any new magic boomerang sparkles into fire boomerang sparkles.
  736. 10. Fixed the bug where sliding a tile downwards in the tile editor couldn't be undone (the tile was saved at that point).
  737. 11. Added a Starting DMap option on Init Page 8..
  738. 12. Added a new quest rule: "Bomb Hold Fix". When this is enabled, bombs can be held up like other items, if the situation calls for it (screen flag, shop, etc.).
  739. 13. Armos in the enemy list no longer leave behind an under combo when they appear..
  740. 14. Fixed the bug where pressing the 'go' button in the sidewarp dialog caused some screen flags to become unset.
  741. 15. Moving either the blue or green start indicators now counts as an edit (ZQuest will now ask if you want to save even if that was the only change you made).
  742. 16. Stunning a blue wizzrobe now makes them solid (no more invisible stunned blue wizzrobes).
  743. 17. Fixed Link's non-BS swimming tiles.
  744. 18. Ladder-only combos changed to ladder/hookshot combos (to correctly name their current behavior).
  745. 19. Added a hookshot only combo type.
  746. 20. Ladder-only combos don't let you hookshot over them now.
  747. 21. Alphabetized the item list in shops.
  748. 22. The "rupee (1)" item listed in the shop dialog has been renamed to "(none)" to correctly represent its function.
  749. 23. Autolayers can now be undone.
  750. 24. The quest encryption has been reworked to lock out anyone who may have gotten their hands on the source.
  751. 25. Fixed a bug where starting a quest, then quitting without saving and loading a different quest file into the same block would sometimes make Link start in a strange place.
  752. 26. Fixed a bug with scrollbars in ZC (the buttons wouldn't work and the scroll thumb was positioned incorrectly).
  753. 27. Added a rectangular selection option to the ZQuest tile selector screen (switch between rectangular and striped with the space bar).
  754. 28. The DOS version now has OGG support as the Windows version did in Alpha 184 (Alpha 184 was a Windows-only release).
  755.  
  756. ZC Version 1.92 alpha 184 April.22.2003
  757. 1. MIDI now stops when tracker starts.
  758. 2. Fixed the bug where leaving an enemy carried item laying around would cause a crash on return to the screen under certain conditions.
  759. 3. Boss Lock Blocks Work as expected now. You need the Boss Key to open them.
  760. 4. Walk flags on ZQuest status panel. On the "status" window at the bottom of ZQuest, on page 1 an image of the currently selected combo is shown twice. The one on the left now shows walk flags as it should.
  761. 5. Fixed the bug where a DMAP referencing a non-existant map number would cause a crash in the DMAP Editor dialog. Also fixed it so you can no longer select an invalid map.
  762. 6. Hopefully fixed a bug with warping out of a triforce room before the "get triforce" MIDI completed. Nick and others who experienced this problem should check to see that it no longer happens.
  763. 7. ZC will no longer crash when you try to view the overworld map for the second time. Ditto for saving the overworld map with F5.
  764. 8. Fixed the problem of layers appearing over the blacked-out area of the screen after you pick up a Triforce piece.
  765. 9. Tracker music should now behave like MIDIs - when you change DMAPs, or warp within the same DMAP, the tracker will not restart if both places use the same tracker file.
  766. 10. Fixed the Z3 style BRANG/HSHOT problem. Should no longer crash. There might still be a problem with the wrong item being dragged by the brang or hshot, so keep your eyes peeled.
  767. 11. Added OGG and MP3 support for bg music. Select in the DMAP editor.
  768. 12. Fixed the problems of not being able to select a CSET > 5 for secret combos (and some other places, too, I think).
  769. 13. Fixed the bug which could make ZC crash if a -res switch was used at the end of the command line without the "big" option.
  770. 14. Very minor speed optimization when loading enemies as you enter a screen. Might save a few nanoseconds if you have placed enemies.
  771. 15. Fixed (hopefully) the continue bug and implemented continue/resume behavior as described in Beta forums.
  772.  
  773. ZC Version 1.92 beta 183 January.23.2003
  774. This is a bugfix-release.
  775.  
  776. 1. Thanks to FatCatFan for finding this one. Fixed the bug (I hope) that causes temporary files to litter your hard drive sometimes after running ZC or ZQ.
  777. 2. Walk flags now only show up for layers 0-2 in ZQuest.
  778. 3. Now, if you set a layer to an invalid map in ZQuest, the layer map number reverts to 0 (disabling the layer) as opposed to crashing ZQuest as it used to do.
  779. 4. Now, if you open a quest in ZQuest with fewer maps than the one currently in memory, you go to the last map in the quest.
  780. 5. Fixed bat new enemy tiles.
  781. 6. Fixed code for boss key blocks.
  782. 7. Fixed the bug where the save select screen border wouldn't erase around the text that was placed on it after you loaded a custom quest.
  783. 8. Fixed vsyncing back to what it was in beta 181 and below.
  784. 9. AG.CFG is now created by Zelda, so no more errors about not being able to find it.
  785. 10. Fixed the bug where completing the 3rd quest would generate an error.
  786. 11. Fixed the bug in the tile selector where clicking on the down arrow wouldn't move past page 125.
  787. 12. Fixed the bug in the tile selector where returning to the tile selector screen would switch the page to 125 if you left it on a higher page.
  788. 13. Fixed the bug where debug keys were left on by default.
  789. 14. Removed the "Combo Page" menu item from the Tools Menu.
  790. 15. Fixed the bug where Link could be pulled outside of a Like-Like that had caught him, making it harder for Link to kill it, since he was still paralyzed.
  791. 16. Thanks to FatCatFan for this addition/omission correction. The secret combo page now shows the map flags for the combos if the flags option is on (from pressing the F key). This carries over between the map editor and the secret combo dialog (pressing F on either one turns flags on for both, basically).
  792.  
  793. ZC Version 1.92 beta 181 December.24.2002
  794. This is a bug-fix release.
  795.  
  796. 1. Aquamentus now works with new enemy tiles. First row is walking. Second row is charging his attack. Third row is opening his mouth and firing. 181test.qst shows an example of this.
  797.  
  798. 2. SFX.dat is no longer password protected. So, if you have the grabber utility (I'm providing links for it if you want), you can make your own sfx.dat sound pack to submit for future releases. You need to download the new sfx.dat sound pack. The Z3 sound pack doesn't work any more. I will fix this later.
  799.  
  800. 3. Shadows no longer show in dark rooms.
  801.  
  802. 4. Link no longer drops under layers 1 and 2 when he dies.
  803.  
  804. 5. Compiled with Allegro 4.17. This should make it work a little better under XP. You need to download the new version of Alleg41.dll.
  805.  
  806. Um, can't think of any others at the moment. If anyone can check the bugs that were reported about beta 180 (especially ones that seemed to just appear in beta 179 or 180 but were't present in 178) and let me know ASAP, I'd be most grateful.
  807.  
  808. ZC Version 1.92 beta 180 December.11.2002
  809. This is a bug-fix release.
  810.  
  811. 1. Fixed (I think) the bug with changing the map count.
  812.  
  813. 2. Lockblocks can now be activated if they are in any way blocking your movement (before, you had to be lined up if you were moving vertically).
  814.  
  815. 3. Lock blocks now sound like a door opening when you activate them.
  816.  
  817. 4. Changed F1 back to VSync and made Ctrl-F1 the constant screenshot command.
  818.  
  819. 5. Mouse Scrolling in the combo list now works again.
  820.  
  821. 6. QSU export/import works now (this includes the backup feature).
  822.  
  823. 7. Fixed the reflected fireball auto-homing bug.
  824.  
  825. 8. Fixed the bug with multiple bomb placement.
  826.  
  827. 9. Fixed the bug with save game icons not showing the proper ring color.
  828.  
  829. 10. Fixed the bug where Link couldn't unlock door on the top of dungeon rooms if the Freeform Dungeon quest rule was enabled.
  830.  
  831. 11. Fixed the bug where Wave Warps would show up as No Warps and vice-versa (quests higher than beta 167 may possibly have to be manually fixed to work right).
  832.  
  833. 12. Screen data changes (Data->Screen Data) counts as a change, so telling ZQuest to exit will ask you if you want to save, if you haven't done so already.
  834.  
  835. 13. Fixed movement inside doors in dungeons so it's like it was in Zelda 1 again (if you are inside a horizontal doorway, you can't face up or down, and if you are in a vertical doorway, you can't face left or right) unless you have the Freeform Dungeon quest rule checked.
  836.  
  837. 14. Fixed tall grass/shallow water ripple hit detection to check Link's feet instead of his head.
  838.  
  839. ZC Version 1.92 beta 179 December.02.2002
  840. This is mainly a bug-fix release.
  841.  
  842.  
  843. Also note: This version will delete your save game, as the save game format had to change.
  844.  
  845. 1. All items have been restored to their proper configurations. I may at a later time find a way to put the enhancements back in.
  846.  
  847. 2. Bug where having a ringleader set to a segmented enemy would cause the Windows version of ZC to crash has been fixed.
  848.  
  849. 3. Added a new quest rule: "Quick Sword". Allows you to use your sword again before the sword use animation has finished (like you can in the GB Zelda games). Also works with the wand, I believe.
  850.  
  851. 4. Added a "Clear T. Music" button to the DMap edit dialog.
  852.  
  853. 5. Fixed the bug where the F5 key (saves a picture of the map) would crash in Windows if you had not already viewed the map once.
  854.  
  855. 6. Fixed a bug where the invincibility induced by the clock cheat and no walls cheat would vanish if you picked up a clock, then left the screen.
  856.  
  857. 7. Fixed the bug where Digdoggers would always return when you entered their room again.
  858.  
  859. 8. Fixed dungeon rooms so that the "Freeform Dungeons" quest rule determines how far up the screen you can go (the invisible top barrier in dungeons).
  860.  
  861. 9. Fixed the bug where you couldn't unlock doors on the top of the screen if you were using the ladder at the time.
  862.  
  863. 10. Added a new combo type: Lock Block. Acts like a door. Can only use one per screen, though. When you push on it a little and have a key, it will change to the next combo in the combo buffer, as will any other lock block on the screen. This allows you to create lock blocks as large as you want (you can have large, intricate doors, if you choose). This even works on layers.
  864.  
  865. ZC Version 1.92 beta 178 October.20.2002
  866. Added a "-large" option to ZQuest so you can preview the new, larger screen configuration (remember the larger ZQuest mockup a while back?)
  867. Flood is now undoable.
  868. Fill is now the default ctrl-click option instead of flood.
  869. Took out the brush size right-click menu options. Maybe when I get time to code them, I'll put them back in.
  870. Added a new right-click menu option, "Edit Combo". This lets you edit the combo the mouse is pointed at directly.
  871. Added a new right-click menu option, "Select Combo". This makes the combo that the mouse is pointing at the current combo. Still need to work on this some more so that the combo list on the right centers the selected combo for you.
  872. Added a new combo type: bush. Same as slash->item, but this does the leaf animation you've come to know and love from the later Zelda games. This is a customizable sprite (bush leaves).
  873. Added a new combo type: flowers. Same as bush, but uses a different animation sprite (flower clippings). Inspired from the flowers in the Oracle games. Technically, it doesn't have to be a bunch of flowers, you could make it another bush if you want, as it uses the exact animation sequence as the bush.
  874. Added a new combo type: tall grass. Same as bush, but uses a different animation sequence and sprite "grass clippings". Also, has a tall grass sprite that shows and animates in front of Link when he walks on the tall grass combo (like in Zelda 3).
  875. Added a new combo type: shallow water. This makes the new "ripples" sprite show and animate when Link is walking on this combo type. Similar to the shallow water in Zelda 3.
  876. Almost finished the Hammer Smack code. The smack sprite displays now, it just needs to be positioned correctly.
  877. Almost done fixing the with the CSet fix problem so you can make it affect layers as well (instead of the base screen) and also make it affect all layers on the screen instead of just the current layer.
  878. You can now have 252 MIDIs instead of 32.
  879. Added preliminary .MOD/.S3M/,XM/.IT support (for Octium, according to PM). At the moment, these tracker music files are not stored inside of the quest file. Instead, each DMap has a T. Music (tracker music) setting (filename of a tracker music file that is in the current ZC directory) that can be between 1 and 55 characters long. There are advantages and disadvantages of doing this:
  880.  
  881. Advantages:
  882.  
  883. If the author wants to update a song, he or she can simply give out that one song; people don't have to redownload the entire quest and every other song in it.
  884. If someone doesn't want to download the tracker music file (too slow internet connection, not enough HD space, computer not powerful enough to play them right), he or she doesn't have to. ZC will, if it can't find the tracker music file, play the MIDI file for the DMap instead.
  885. Disadvantages:
  886.  
  887. Others will have access to the tracker music, as the files would be in their native format.
  888. If 2 quests use the same filename for 2 different songs, one version of the tracker music file in question gets overwritten.
  889. This breaks the "one quest, one file" setup that has been in effect ever since ZC went public.
  890. While I could probably make it where the tracker music was stored in the quest files, the easiest way to do it would be to extract them with temporary names while playing and delete them when done with that quest. This will fix the last 2 disadvantages, but leave the remaining one since the files are extracted so people could copy them to other locations to prevent them from being deleted after they quit the quest. Also, this would cancel out the 2 advantages. Granted, the quest designer could create 2 versions of the quest, one using MIDIs and one using tracker music, but the second advantage would still be gone.
  891.  
  892. ZC Version 1.92 beta 177 October.13.2002
  893. Moved all of the references to Link's tiles outside of the functions that use them. Now, I'll be able to move the tiles anywhere I want and look for them in the new places with no problems.
  894. Adjusted the flamethrower so that it sprays in a cone shape and can hit both near and far flags now.
  895. Adjusted the hammer so that it now stuns ground enemies in a 4-combo radius (probably too big at the moment).
  896. Added the slash ability (complete with GB Zelda tiles) for Link. Like the 1/2 magic upgrade, this is something that you can have Link learn, or you can give him the slash ability from the start (or omit it altogether if you wish). There are sprites for these, as well.
  897. Interpolated fading (when switching between light and dark rooms or when going to a room with a different palette) takes half as long now. The original (Zelda 1-style) fading still goes at normal speed (I think).
  898. Added shadows to some enemies (mainly the non-boss ones that jump or fly) and a shadow sprite and a quest rules for controlling the shadow display.
  899. Pressing the 'S' key in the tile editor swaps the primary and secondary colors (assigned to the mouse buttons). Holding down the control key while pressing the 'S' key, the colors in the current tile will be swapped as well.
  900. Fixed combo cycling (I hope). Test it out and see if it works for you.
  901. Added a new combo type: "No Jump Zone". Tektites can't jump on or over this. Now you can make the tektite corrals you always wanted.
  902.  
  903. ZC Version 1.92 beta 176 September.2.2002
  904. This is a maintenance/proof-of-concept release. THE ITEM CHANGES ARE NOT FINAL! EVEN IF THEY WERE, THEY WOULD BE OPTIONAL! DON'T GET YOUR UNDERWEAR IN A BUNCH!
  905.  
  906. 1. Fixed the bug with the whistle and bait being interlocked programatically..
  907.  
  908. 2. Added the long bow. Arrows shoot twice as fast with it.
  909.  
  910. 3. Changed the following items:
  911. -Bomb: Remote-controlled bomb. Press B once to drop it. Press again to detonate.
  912. -Super bomb: Motion-sensing super bomb. Press B to place it. It will detonate if anything is or moves near it after it arms (the normal amount of time it would normally take it to explode after being placed). This includes Link.
  913. -Potion: Poison. Makes you dizzy. Drink it once and the screen goes all wavy, Link staggers around, occasionally switches and uses different weapons, and usually ignores the controls. If you drink the poision while you are still poisoned, you die. This can even happen accidently while Link is staggering around, randomly using things.
  914. -Magic Wand: Homing fireball wand. Shoots fireballs that will attack the closest non-invincible enemy. Fun to use on a screen with a zora. It will hover over where the zora is until it surfaces. If it gets there after the zora submerges, it will hover there until the zora moves, then usually go to the new location.
  915. -Candle: Flamethrower. Hold down b and you will constantly shoot a stream of fire. You can even walk while using this, though you will move a lot slower. The red flamethrower shoots fire farther than the blue one.
  916. -Magic Boomerang: Grenade boomerang. Explodes when it hits (except if it's on its way back to Link) an enemy or item that can be picked up by the boomerang. If it hasn't exploded when it gets back to Link, it explodes in his face.
  917. -Fire Boomerang: Super Grenade boomerang. Still has the fire trail, but acts like the grenade boomerang, also. However, the explosion is bigger and more powerful.
  918. -Bait: Super bait. This is much stronger than the normal bait. It will attract enemies a lot better.
  919.  
  920. ZC Version 1.92 beta 175 August.20.2002
  921. Finished rewriting the item handling code. This will allow you to (when I write the code for it) disable items in DMaps.
  922. Updated the item and equipment cheat and init data dialogs to properly handle the new item code. Unfortunately, if you saved your quest in beta 174, you may have to manually redo some of the init data stuff for the items and equipment. Older quests should convert fine, though.
  923. Added "Can Keep Old Items" quest rule. Allows you to generally keep older items when you get new items. So, if an item is disabled or stolen, you can use a previous item you may still have.
  924. Fixed the bug that Raichu86 pointed out where the selector on the cset list screen in ZQuest would be off the cset list if you select a high number cset (like 14), then exit and switch to a cset list that didn't have that number (like level csets).
  925. Fixed the bug that Raichu86 pointed out where cancelling out of the Data->Palette (F4 key) dialog would set the color of the current screen to 0 in ZQuest.
  926. Fixed the bug that Raichui86 pointed out where a second copy of the game screen would be displayed offset if SBIG is enabled and the resolution is higher than 640x480 in Zelda.
  927. Fixed (I think) the bug that Raichu86 pointed out where the More icon would still be displayed if you quit a game while it was on the screen.
  928.  
  929. ZC Version 1.92 beta 174 August.02.2002
  930. Changed the allocation for the map buffer. Now, it changes size according to need. ZQuest now allocates 26.39M instead of the 37.83M allocated in Beta 173. Also, Zelda now allocates 16.90M of memory instead of the 28.34M allocated in Beta 173. Also, since they aren't nearly complete, I took out the custom font stuff. Maybe for Beta 175.
  931.  
  932. ZC Version 1.92 beta 173 August.02.2002
  933. 1. Rewrote the validation routines that accessed the trash buffer so they can use a much smaller buffer.
  934.  
  935. 2. Changed the allocation for the trash buffer from 8M to 100K. Now, ZQuest allocates 37.83M of memory instead of the 45.73M that ZQuest allocated in Beta 171. Also, Zelda now allocates 28.34M of memory instead of the 36.24M that Zelda allocated in Beta 171.
  936.  
  937. 3. Per Cloral's suggestion, modified the firing rate of the Gohma 4 to match that of the Flame Gleeok. Before it would fire every frame that the eye was open. Now, it only fires every 8 frames.
  938.  
  939. 4. Modified the menu in ZQuest to make it look like it did before switching to Allegro 4.1 (Allegro 4.1's menus are drawn 1 pixel smaller.
  940.  
  941.  
  942.  
  943. ZC Version 1.92 beta 172 August.02.2002
  944. 1. Rewrote the validation routines that accessed the trash buffer so they can use a much smaller buffer.
  945.  
  946. 2. Changed the allocation for the trash buffer from 8M to 100K. Now, ZQuest allocates 37.83M of memory instead of the 45.73M that ZQuest allocated in Beta 171. Also, Zelda now allocates 28.34M of memory instead of the 36.24M that Zelda allocated in Beta 171.
  947.  
  948. 3. Per Cloral's suggestion, modified the firing rate of the Gohma 4 to match that of the Flame Gleeok. Before it would fire every frame that the eye was open. Now, it only fires every 8 frames.
  949.  
  950. 4. Modified the menu in ZQuest to make it look like it did before switching to Allegro 4.1 (Allegro 4.1's menus are drawn 1 pixel smaller.
  951.  
  952. ZC Version 1.92 beta 171 August.02.2002
  953. 1. Fixed the eyeball combo types that broke in beta 170.
  954.  
  955. 2. Fixed the bug where all layers would be drawn as translucent in ZQuest and in the view map option due to the recoding of the rendering engine in beta 170.
  956.  
  957. 3. Overworld dmaps with level numbers shouldn't stop your horizontal movement after 8 screens.
  958.  
  959. 4. Fixed it where level 0 can be a dungeon (I think). Anyone wanna try this out in a previous beta and the current one and tell me
  960.  
  961. 5. Shutters should be fixed after they were broken ever since the switch to the door combo sets.
  962.  
  963. 6. Boos doors now act like locked doors with respect to how far Link moves when he walks through one into the next room
  964.  
  965. 7. Fixed the bug where going onto a screen and immediately getting placed on a raft (like when you leave the level 4 entrance screen) wouldn't trigger the secret SFX like it was supposed to. This was a bug in the "No Secret SFX" switch.
  966.  
  967. 8. Rewrote the memory allocation routines that Zelda and ZQuest run through at startup to show how much memory they are allocating and how much memory has been allocated in all. This should help pinpoint where the memory problems occur. Looks like Zelda allocates 36.24M of memory and ZQuest allocates 45.73M. Add about 3M to each for the uncompressed programs and you have a 39M requirement for Zelda and a 48M requirement for ZQuest (not including the OS overhead). And this doesn't even completely include the music data, as that is allocated dynamically when you load music, since music sizes can be vastly different. I'm looking into doing the same in other areas, but it may take a while to do.
  968.  
  969. ZC Version 1.92 beta 170 July.20.2002
  970. Fixed the bug where weapons would always set off all screen flags immediately after using them.
  971. Turned off the frameskip code. It just wasn't working out. The code is still in there, in case I get an inspiration on how to fix it, but it's off for the moment.
  972. Fixed the bug where locked doors to the north wouldn't open.
  973. Fixed the bug where "Ocen Surf FX" wasn't showing up in the Screen Data dialog.
  974. I've just rewritten the screen rendering and the combo animation code. And, I added an option to turn off translucent layers in ZC (as translucency really slows things down). A comparison: NewFirst Graveyard. 9 translucent ghini 2's and 1 regular ghini. Vsync turned off. Beta 169 averaged about 120 fps. Beta 170 averages about 170 fps (oddly enough). If I turn off translucent layers, Beta 170 jumps to about 290 fps.
  975. Added an autolayer feature to the layers dialog. Hit the button with the * for the layer you want to set up. Then, give it a map number. Any screen on the current map that doesn't already have that layer set up will get set with that layer pointing to the same screen on whatever map you gave it.
  976. Updated zquest.txt to include brief directions on how to use the autolayer feature.
  977.  
  978. ZC Version 1.92 beta 169 July.20.2002
  979. Fixed the bug that Jigglysaint mentioned where guys would show up both in the main room and in the item/passage room in a dungeon.
  980. Added the frameskip code to the game engine and added a way to turn it off in the settings menu(otherwise, it's not adjustable, and I don't see it being so in the future).
  981. Screen flags (burn, bomb, etc.) work with layers now. Each layer can have separate screen flags and separate secret combos. So, triggering a flag on any layer triggers all flags on all layers. So, if you burn a tree that has a burn flag on it (layer 0), then the branches (layer 3) will also burn if they have a burn flag on them. Also, secret combos and flags now show for the current layer instead of always for layer 0.
  982. Switched to Allegro 4.1.0 WIP.
  983.  
  984. ZC Version 1.92 beta 168 July.12.2002
  985. Tiles pages increased from 126 to 252. At 260 tiles per page (13 rows of 20 tiles each), that's 65520 tiles. Twice what you had before.
  986. Increased the number of combo pages from 64 to 255. At 256 combos per page, that's 65280 combos.
  987. Increased the maxes for animation frames (for items so far, will do combos and weapons later) from 99 to 255.
  988. Alphabetized the item lists for the item editor and the special item selector.
  989. Renamed the items so they would alphabetize better in alphabetized list. For instance, instead of 'wooden boomerang' and 'magic boomerang', you have 'boomerang 1 (wooden)' and 'boomerang 2 (magic)'.
  990. Fixed the bug where flipping a tile in the combo editor actually flipped the tile in the tile list instead of turning on the flip bit for that combo.
  991. Added a new subscreen type, which adds 8 more slots for items (instead of 4 items across by 3 items down, there would be 5 items across by 4 items down).
  992. Moved the 'New Subscreen' quest rule out of quest rules and into the init data, changed it from a check box to a dropdown box, and added a third option, 'Revision 2' so the new subscreen type could be selected.
  993. Added Din's Fire back as it's own item.
  994. Farore's Wind and Nayru's Love have items added and show up in the subscreen, but don't do anything yet.
  995. Finished the boss keys and added them to the 'Revision 2' subscreen.
  996. Fixed the init data so you can set boss keys to start.
  997. Added the 3 new items (Din's Fire, Farore's Wind, and Nayru's Love) to the init data dialog.
  998. Added a new warp type: i-warp w/wave FX. Somewhat like the light world/dark world warp in Zelda 3.
  999. Fixed the bug where the Zelda 3-style boomerang/hookshot would crash the Windows version of ZC.
  1000. Upgraded the graphics library to Allegro 4.02. This should make some things a little faster and more stable. If you are running the Windows version, you should download the Beta 168+ Windows Support Archive.
  1001. Update ZQuest.txt so JayeM doesn't have to.
  1002.  
  1003.  
  1004.  
  1005. 166, 167 missing
  1006.  
  1007. ZC Version 1.92 beta 165 July.12.2002
  1008. Fixed a bug where undercombs would use the cset for the original combo instead of their own cset.
  1009. New Quest Rule (page 2) - Hide Carried Items: If an enemy is carrying an item (from the "Enemy carries item" enemy flag), then the item is invisible and you can't grab it by just touching the enemy. This makes it similar to the "Enemies->Item" screen flag, except it only applies to the enemy carrying the item (the item will show up if that enemy is killed instead of all of the enemies).
  1010. New Quest Rule (page 4) - Translucent Ghini 2's: Makes the invulnerable ghinis released from graves translucent (you can see things through them, but you can see them, too).
  1011. New Quest Rule (page 4) - Z3-Style Brang/HShot: Makes the boomerang and hookshot behave more like they do in Zelda 3. For instance, normally, when you throw the boomerang at an item, when the boomerang touches the item, you get the item immediately. With this rule on, the boomerang will return to you upon touching an item, dragging the item along with it. If you leave the screen before the boomerang returns with the item, you won't get it. Also, with this rule on, arrows won't collect items. Also, the boomerang and hookshot will now be able to deflect some projectiles, depending on their relative strengths. The hookshot will block these projectiles: fireball, sword, boomerang, arrow (spear), and rock. The wooden boomerang will block these projectiles: boomerang, arrow (spear), rock (basically, it acts like Link's small shield). The magic boomerang will block these projectiles: fireball, sword, boomerang, arrow (spear), rock, and magic (like the magic shield does). The fire boomerang will block the same ones as the magic boomerang, and will reflect the fireball and magic (like the mirror shield does).
  1012. New Quest Rule (page 4) - No Melee Wpn Grabbing: If you turn this rule on, you won't be able to grab items by hitting them with the sword, wand, or hammer.
  1013. Used a new program compressor to make the programs a little smaller.
  1014. Update ZQuest.txt so JayeM doesn't have to.
  1015. Fixed (for real, this time, I hope) the bug that makes DMap intro strings not show up sometimes, show up more than once, freeze Link and not unfreeze him, etc.
  1016.  
  1017.  
  1018. 164, 163 missing
  1019.  
  1020. ZC Version 1.92 beta 162 June.16.2002
  1021. Fixed the bug where using an entrance/exit warp after a pit warp would make you ignore the blue and green squares.
  1022. Finally finished the MISC: More... code. Try it out and fiddle with the position in the Init Data dialog on the last page.
  1023. Fixed the code for Link's movements so he should NEVER be able to get off the grid anymore. So, throwing a boomerang while changing directions shouldn't make him freeze, neither should walking off of a conveyor belt (although this was usually working, the new code should be better).
  1024. Pasting a screen no longer leaves the old doors behind nor does it replace the ones from your copied screen with walls anymore.
  1025. Fixed the bug where the raft would vanish if you went through a scrolling warp with it.
  1026. Fixed the Link Dungeon Pos. Fix rule.
  1027. Added a new quest rule (on page 2) called Hesitant Push Blocks. With it on, merely bumping into a non-heavy pushblock shouldn't trigger it.
  1028. Fixed the code where the secret combos weren't using the right combo when you loaded from an older, combo-page-enabled version.
  1029. Fixed the bug in exporting .QSU files (I hope).
  1030.  
  1031. ZC Version 1.92 beta 161 June.16.2002
  1032. Fixed the bug with exiting caves after using a pit combo.
  1033. Fixed bug with doors not using the right combos when converted from older versions. This also affected secret combos.
  1034. Fixed the undercombo cset not being used for pushblocks.
  1035. Fixed the bug where the screen got corrupted when you died (all combo 0's).
  1036. Fixed the bug where editing a combo after pasting would revert the combo back to combo 0.
  1037. Removed the key file check.
  1038.  
  1039. 160 missing
  1040.  
  1041. ZC Version 1.92 beta 159 March.29.2002
  1042. What's new in this version (make sure you get the beta 159 Support Archive as well):
  1043.  
  1044. 1. More fixes to the combo-pagelessness code.
  1045.  
  1046. 2. Fixed the bug where combos past page 4 wouldn't show up in the big combo list (where you select combos to edit).
  1047.  
  1048. 3. Added some more shortcuts to the menus.
  1049.  
  1050. 4. Added a new screen flag "No Secret Sounds". Supposed to prevent secret sounds from sounding on the current screen. Hasn't been tested yet.
  1051.  
  1052. 5. Added a new screen flag "NMEs Always Rtrn" Makes enemies always return for that room.
  1053.  
  1054. 6. Added some speedups for the combo scrolling. Try holding shift, control, or alt (or a combination of these) while scrolling using either mouse scrolling, the scroll buttons, or the page up, page down, up arrow, or down arrow keys.
  1055.  
  1056. 7. Removed the code that exists ZQuest if no key file is found or if an invalid keyfile is found. It will still tell you if one of these things is happening, though. This will help me find bugs in the system.
  1057.  
  1058. 8. Fixed the import/export functions.
  1059.  
  1060. 9. Separated the sound effects from the rest of zelda.dat. The sound effects are now stored in sfx.dat. This is the first step toward customizable sounds.
  1061.  
  1062. 10. Fixed the problem where moving tiles to their original location will delete them.
  1063.  
  1064. 11. Fixed the sword beams, I hope.
  1065.  
  1066. 12. "I-Warp Total" has been renamed to "Full-Screen Warp" or something like that.
  1067.  
  1068. Can't remember any other changes at the moment. I may add more later.
  1069.  
  1070.  
  1071. ZC Version 1.92 beta 159 March.29.2002
  1072. What's new in this version (make sure you get the beta 159 Support Archive as well):
  1073.  
  1074. 1. More fixes to the combo-pagelessness code.
  1075.  
  1076. 2. Fixed the bug where combos past page 4 wouldn't show up in the big combo list (where you select combos to edit).
  1077.  
  1078. 3. Added some more shortcuts to the menus.
  1079.  
  1080. 4. Added a new screen flag "No Secret Sounds". Supposed to prevent secret sounds from sounding on the current screen. Hasn't been tested yet.
  1081.  
  1082. 5. Added a new screen flag "NMEs Always Rtrn" Makes enemies always return for that room.
  1083.  
  1084. 6. Added some speedups for the combo scrolling. Try holding shift, control, or alt (or a combination of these) while scrolling using either mouse scrolling, the scroll buttons, or the page up, page down, up arrow, or down arrow keys.
  1085.  
  1086. 7. Removed the code that exists ZQuest if no key file is found or if an invalid keyfile is found. It will still tell you if one of these things is happening, though. This will help me find bugs in the system.
  1087.  
  1088. 8. Fixed the import/export functions.
  1089.  
  1090. 9. Separated the sound effects from the rest of zelda.dat. The sound effects are now stored in sfx.dat. This is the first step toward customizable sounds.
  1091.  
  1092. 10. Fixed the problem where moving tiles to their original location will delete them.
  1093.  
  1094. 11. Fixed the sword beams, I hope.
  1095.  
  1096. 12. "I-Warp Total" has been renamed to "Full-Screen Warp" or something like that.
  1097.  
  1098. Can't remember any other changes at the moment. I may add more later.
  1099.  
  1100. ZC Version 1.92 beta 158 March.26.2002
  1101. What's new in this version:
  1102.  
  1103. 1. The secret combos should work now. Before, they were referencing the templace screen. Now, they do not. Also, before, when you activated a secret combo, the flag that was set on the template screen for that combo would be copied over. Now, it is stored with the secret combo. To select what flag you want (I may need to tweak this later), hold the ctrl key when you click on a secret combo and you can pick a flag for that combo.
  1104.  
  1105. 2. Doors should be separated from the template screen now.
  1106.  
  1107. 3. Moved some things around in the quest menu.
  1108.  
  1109. Known issues:
  1110.  
  1111. 1. Import/Export doesn't work right, because of the change in the file format. Beta 159 will fix this. This also causes the zgp.dat file not to work (your default blank quest when you start ZQuest).
  1112.  
  1113. 157, 156, 155, 154, 153 missing
  1114.  
  1115. ZC Version 1.92 beta 152 April.12.2002
  1116. What's new in this version:
  1117.  
  1118. 1. Fixed combo flipping bugs. Combo displays correctly when flipped while using a cset2. Also, the walk flags and cset2 flags flip with the tile now.
  1119.  
  1120. 2. Fixed (I hope) the bug where enemies would not show up sometimes.
  1121.  
  1122. 3. Added new map stuff to dmaps. Click on the edit maps button when you are editing a dmap to access it. However, this isn't quite complete yet (on the ZQuest side). When you close the map chooser dialog, you will be back to the dmap chooser dialog instead of the dmap editor dialog. This should be fixed in the next beta. Also, anything you did on the dmap editor window might not be saved if you make changes and click on the edit maps button instead of the ok button.
  1123.  
  1124. 4. Fixed the gohma bug.
  1125.  
  1126. 5. Fixed (I hope) the bug where levels above 32 would have glitches (especially regarding information that is saved into the save file).
  1127.  
  1128. 6. Fixed the Alt-key bug in the game engine. That should be the last of the port-related bugs.
  1129.  
  1130. 7. Constant moving traps now obey walk flags on layers 1 and 2.
  1131.  
  1132.  
  1133. Now, if there aren't any new major bugs found in beta 152, I will concentrate on trying to remove combo pages altogether. This will probably be the greatest single change since combo animation.
  1134.  
  1135. 151 missing
  1136.  
  1137. ZC Version 1.92 beta 150 April.07.2002
  1138. Added a test feature to ZQuest (under the Quest menu). All it does is run Zelda, so you need to save before you use it or you won't see your changes. Also, in the DOS version (haven't tested the Windows version yet), when you come back from testing, the menu is blacked out and mouse movement is jerky. No idea why. If I can't get this problem licked soon, I'll take it back out.
  1139.  
  1140. 149 missing
  1141.  
  1142. ZC Version 1.92 beta 148 April.01.2002
  1143. Possibly fixed the bug where older quests that were imported wouldn't display strings when you play them. Couldn't reproduce the bug, so couldn't test it. Any takers?
  1144. Potion shops now work in dungeons
  1145. Fairy ponds now work in dungeons
  1146. Fixed a bug with dmap intros and fairy ponds where link would remain frozen after the dmap intro.
  1147. Changed the string linking so you can pick any string you want now. Quests saved in beta 147 should automatically be updated by this beta to point to the right string.
  1148. Fixed the keyboard mapping bug.
  1149. Fixed the message string display bug. Now, if there are no overhead (3-6) layers (as with older and original quests), the message appears under link, like it did in LoZ. But, if there is an overhead layer, then the message strings display over everything.
  1150. Fixed a bug with string linking and prices. Before, if you paid for an extended string in an info room, the prices would disappear when the second string in the current "string thread" started.
  1151. Tweaked the new enemy tile animations. Previously, for the animations to work smoothly, I had to force the frame rates to be a power of 2 greater than or equal to 4. Now they just have to be a multiple of 4. For an example, check out the octorok animation in beta 147 as compared to beta 148.
  1152. Added a new item: kill all enemies. When you touch this, all enemies in the room die. Useful when used with the trigger enemy. This item is never dropped randomly.
  1153. Added a new screen flag. Invisible Link. Can't remember what it's supposed to do, though.
  1154. Added a new screen flag. No subscreen. Not finished yet. At the moment, it blacks out the subscreen and prevents it from being used. Useful for cinemas, I guess. When it is finished, the subscreen should be totally gone instead of just black (click with the mouse to see what I mean) and the current screen should be centered on the monitor.
  1155. Fixed a bug where the menu bar that doesn't have the cheat menu in it could appear in a different place than the one with the cheat menu if you have a high screen resolution set.
  1156. Fixed the bug with money or life rooms where choosing to lose a heart container if you had 3 or less of then would set you to having 3. Also, you can no longer choose the heart container if you only have one left.
  1157. Added a breakable shields rule. Old quests have this enabled by default. With if off, you can't break darknut shields with the hammer anymore.
  1158. Potions now restore magic, too.
  1159. Magic refilling is 4 times as fast now.
  1160. Fixed the zoras. When I fixed the new enemy tile animation code, I broke the zoras. They became very... fast.
  1161. Fixed the range on the super bomb for triggering bomb and super bomb flags. Now, If the inner smoke patterns hit the flag, it will trigger. Before, the very center smoke pattern hat to hit the trigger.
  1162. Fixed the "no subscreen" quest rule. Now, the subscreen won't activate when you hit the "start" button and there is no black border on the game field when you activate the menu.
  1163. Fixed (for real, this time, I hope) the bug where Link would sometimes freeze for an intro string and would stay frozen.
  1164. Fixed (again, for real, this time, I hope) the bug where intro strings would show up more than one time (it might show up again if you enter a DMap a second time).
  1165. Fixed string linking where the correct string is displayed now instead of just the next string in the list.
  1166. Not a biggie, but a small asthetic changeL Now, message strings, intro strings, and dmap titles only display the edit cursor in ZQuest if you are actually editing the string.
  1167.  
  1168. ZC Version 1.92 beta 147 March.30.2002
  1169. 1. Finally completed the quest template system. I like it, at least. A new option under the File menu is Quest Templates. This is where you set up your quest templates. These are exported .zqt files. Then, when you select New from the file menu, you can pick what template to start from. The defaults menu will use whatever template you set, as the template filename is saved with the quest now. If you rename the quest template filename, then load a quest that used it, the default menus will fail until you point the quest back to a valid template file. How do you do that? With the template menu in the Quest menu. This is also how you set up a quest template for an older quest you may have. Whether or not a quest has a quest template (valid or otherwise) associated with it has no bearing at all on gameplay.
  1170. 2. Fixed the bug where if you had a dmap intro string set and had a guy there with a string and you walked into the room, both would start showing up at the same time. Now, the DMap intro shows up, vanishes after a moment, then the guy string shows up.
  1171. 3. Fixed the bug where a DMap intro string might show up twice.
  1172. 4. Fixed the bug in ZQuest where the F12 key would turn the vertical flip bit on.
  1173. 5. Added string linking. Now, when you edit strings, you can hit a check box to make the string linked to the next string. Then, when you play, after the first string shows up, the a short delay occurs. After that, you hit a button and the second one shows up.
  1174. 6. Fixed and tested the expanded strings. Set up a string in slot 259. Worked for both the room string and the pay for info strings.
  1175. 7. Fixed problem with some text being garbled (the triangle indicators showing you have more than 3 saved games, the copy indicator for the enemy screen, and the Paused and frames per second indicators, for example).
  1176. 8. Removed the feature where tiles would not be saved if you were using the default tileset. While it makes quests larger for original-style ones where you don't edit any tiles, it makes things easier on my end. Plus, it makes it where you don't have to edit a tile just to get the MapMaker to work right.
  1177.  
  1178. FatCatFan, let me know when you get back and I'll send you all the important information about the new file format.
  1179.  
  1180. I'm thinking of going ahead and starting work on combo revamping. When completed, this will eliminate combo pages entirely. I could even double the number of available combos.
  1181.  
  1182. Or, I could hold off on that for another beta or two. Maybe add a few new minor features, like the trigger events that Jigglysaint mentioned or the frame for messages that I had talked about.
  1183.  
  1184. 146, 145 missing
  1185.  
  1186. ZC Version 1.92 beta 144 March.23.2002
  1187. What's new/fixed:
  1188.  
  1189. 1. Gold ring is now selectable in the equipment dialog that's called up from the cheats menu.
  1190.  
  1191. 2. Equipment dialog has been redesigned in the JWin style as apposed to the flat, Allegro style. The reason this was never done before is because PM never wrote checkbox and radio button dialog elements for the JWin style. I wrote them over the past 2 days and this is the result. Comments welcome.
  1192.  
  1193. 2. Fixed the bug where pushblocks would turn off if you hit one while another is moving (unless you knew what was going on, it would look like some pushblocks would, at random, refuse to work unless you left the screen and came back).
  1194.  
  1195. 3. Continued work on quest templates. Not finished, but I left the dialog in this time so you could all make comments about it. Right now, you can create new entries and give them names. Can't associate them with files yet, though and it doesn't save your listing when you leave ZQuest.
  1196.  
  1197. 4. JayeM update the zquest.txt file to beta 142.
  1198.  
  1199. 5. Compiled with the newest Allegro, 4.01. Might fix some stability issues. YOU NEED TO DOWNLOAD THE NEW WINDOWS SUPPORT ARCHIVE IF YOU USE THE WINDOWS VERSION OF ZC!
  1200.  
  1201. 6. Using a new compressor on the executables. This one works on both DOS and Windows files, so the Windows version is now WAY smaller. It compresses better than the previous program I used, so the DOS version is a little smaller, too.
  1202.  
  1203. 7. ZQuest and Zelda now have their own icons in their titlebars when you run them windowed. Before, it was just a generic application icon.
  1204.  
  1205. 8. Updated the zgp.dat file again to fix the cset of the golden arrow item.
  1206.  
  1207. 9. Fixed the problem in Zelda where ALL drives were listed in the drive list box, instead of just the ones you actually had.
  1208.  
  1209. 10. Fixed a bug where the lens wouldn't show undercombos on the bottom of the screen.
  1210.  
  1211. 11. This was actually done a few betas back, but I forgot to mention it: If you destroy a statue combo (hammer, burn, anything that gets rid of the combo if you've set a flag on it), it should stop firing at you now.
  1212.  
  1213. Yes, I know there is still a problem with the template screens (now, they show up blank or scrambled when you start a new quest). I know how to fix it, but I have to finish the quest template stuff first.
  1214.  
  1215.  
  1216.  
  1217.  
  1218. 143 missing
  1219.  
  1220. ZC Version 1.92 beta 142 March.21.2002
  1221. What's new/fixed:
  1222.  
  1223. 1. Completed the biased map importer. The easiest way to describe it is to think of an exported map as a piece of paper. Same thing with the map you are currently working on. Screens that aren't there (deleted) are holes in the paper. When you do a full import, you make a copy of the imported map and place it where your current map is. With the other two options, you are holding the two pieces of paper together, one behind the other. If there is a hole in the one in front, you can see through it to the paper behind. Now, look at your set of papers and copy what you see into the current map.
  1224.  
  1225. 2. New import/export format: ZQT (Zelda Quest Template). Basically a packed (compressed) version of the ZGP. Reason is below.
  1226.  
  1227. 3. Began work on quest templates. Basically, a quest template allows you to select what your quest will look like when you start. It's equivalent to starting a new quest, then loading a ZGP file. Now, however, you can have a list of commonly used templates that you can pick from when you start a new quest. When you select New from the File menu, you will see this dialog first:
  1228.  
  1229.  
  1230.  
  1231. [picture needed]
  1232.  
  1233.  
  1234.  
  1235. This is actually a half-mockup. I have written the code to show this dialog, but it doesn't work yet. All the things you see there are fake values I hard-coded in to show you what it will look like. Thusly, if you actually do a File->New in beta 142, you won't see this, as I've disabled it.
  1236.  
  1237. There are a few advantage of this over my previous idea (putting all of the defaults into a zgp.dat file). First, the user can add their own templates to the mix, and can order them any way they wish (I need to add buttons and code for that). Second, if a change is made to one of the templates, since each one is separate now, the user only has to download that changed template.
  1238.  
  1239. Thoughts on this idea? I'll probably add a feature to the Options menu where you can tell whether or not you want to be prompted for this (you'd also be able to select a default template to use if you don't want to be prompted).
  1240.  
  1241. 142 missing
  1242.  
  1243. ZC Version 1.92 beta 141 March.20.2002
  1244. What's new/fixed:
  1245.  
  1246. 1. Modified the QSU import/export so that is doesn't waste space due to the increased string limit.
  1247.  
  1248. 2. Gohma 3. Need 3 silver (or 2 gold) arrows to kill. Shoots 3 fireballs (like Aquamentus, only downward).
  1249.  
  1250. 3. Gohma 4. Need 2 gold arrows to kill. Whenever the eye is open, shoots a stream of flames (like the Fire Gleeoks do).
  1251.  
  1252. 3. Fixed the bug where the windows version would sometimes crash when looking at light (not requiring a bracelet) pushblocks with the lens.
  1253.  
  1254. 4. Tweaked the pushblock viewing with lens code. Now, the pushblock blinks slowly. If a bracelet is needed for the pushblock, then that bracelet flickers on the pushblock.
  1255.  
  1256. 5. Finally fixed the titlescreen. Requires a new zgp.dat file.
  1257.  
  1258. 6. Began work on a modified map import feature. With it, group quests will be easier. Imagine you have two maps set up like this:
  1259. Code:
  1260. ABCD ----
  1261. ---E NOP-
  1262. -HGF M---
  1263. ---- LKJI
  1264.  
  1265. Basically, two interlocking spirals. Before, you had to import one onto a separate map and manually copy screens over. Now, blank screens are not imported (unless you specify "full copy").
  1266.  
  1267. So, before, an import would overwrite what you already had. Now:
  1268. Code:
  1269. ABCD ----
  1270. ---E NOP-
  1271. -HGF M---
  1272. ---- LKJI
  1273. <-import
  1274.  
  1275. produces:
  1276. Code:
  1277. ABCD
  1278. NOPE
  1279. MHGF
  1280. LKJI
  1281.  
  1282. What if you already have a screen where an imported screen will be? There is an option to specify which screen (original or import) takes priority.
  1283.  
  1284. Unfortunately, this feature isn't complete yet. Selecting any of the options other than "Full Copy" will clear your map for some reason. *shrug*
  1285.  
  1286. As for the format of QSU files now (this is for FCF), it's the same, except the string part is now like that of the string export:
  1287. Code:
  1288. typedef unsigned short word
  1289. typedef unsigned char byte
  1290. typedef struct message {
  1291. char s[73];
  1292. char s1,s2,s3;
  1293. } message
  1294.  
  1295. short version
  1296. byte build
  1297. word strings
  1298. strings * sizeof(message)
  1299.  
  1300. Before, it would store all the message strings in the file, even if you only had 1.
  1301.  
  1302.  
  1303. ZC Version 1.92 beta 140 March.19.2002
  1304. What's new/fixed:
  1305.  
  1306. 1. Auto-backup option (under the Etc.->Options menu). Turn it on and every time you save, your quest will also be exported with the same name and a qsb extension.
  1307.  
  1308. 2. More strings. Around 65k of them. If anyone thinks they need more, their quest is just too long.
  1309.  
  1310. 3. Red candle flame fixed when it was broken due to the new red candle flag.
  1311.  
  1312. 4. Quest rule for holding item animation has been done. I forgot to rename it, though. It's the first reserved rule on rules page 2.
  1313.  
  1314. 5. Now, if you hit cancel on any of the rules or init data pages, your previous information comes back. Before, it would only restore the previous information for the page you were on.
  1315.  
  1316. 6. Found the cause of the titlescreen and "All of Treasures" screen bugs. I've fixed the "All of Treasures" screen (I think), and plan to fix the titlescreen tomorrow.
  1317.  
  1318. As for the format of QSU files now (this is for FCF), I will be changing the format again with beta 141 (I forgot to enhance the string function in the QSU importer/exporter). You might want to wait until then before updating mapmaker.
  1319.  
  1320.  
  1321. ZC Version 1.92 beta 139 March.18.2002
  1322. Well, it's been a while since the last update. I hope you all think it's worth it.
  1323.  
  1324. What's new/fixed:
  1325.  
  1326. 1. Fixed zgp.dat to account for the new template screen.
  1327.  
  1328. 2. Enhanced the import combo function so you can now specify a starting page like with the import tile function.
  1329.  
  1330. 3. JayeM has done a new zquest.txt file for beta 136.
  1331.  
  1332. 4. Items now animate in ZQuest.
  1333.  
  1334. 5. Items continue to animate when Link picks holds them over his head now (before, they stopped). I suppose I could put this as a quest rule if someone has a reason that an item should stop animating when Link is holding them.
  1335.  
  1336. 6. The trigger enemy finally works.
  1337.  
  1338. 7. When you push a non-heavy pushblock onto a trigger, it will now make the secret sound when it's supposed to like the heavy ones do.
  1339.  
  1340. 8. Pushblocks now flicker when viewed with the lens, instead of disappearing. Should I change this back? Or should I find another way to represent them?
  1341.  
  1342. 9. Enemy placement flags no longer show up with the lens.
  1343.  
  1344. 10. The "Lens Hints" quest rule works now. Basically, when you view a flag under the lens, you will see what item triggers it flickering there. For instance, a burn flag will show a flickering blue candle. Some flags have multiple things showing up. For instance, the "reflected fireball" flag shows a mirror shield with a fireball reflecting off of it. Reflected magic and wand magic exhibit similar behaviors. Strike flags cycle through all of the weak items that will trigger them: blue candle, bomb, arrow, boomerang, sword, sword beam, wand magic, reflected magic, reflected fireball, hookshot, hammer (not necessarily in that order). Give the new lens rule a try and tell me what you think. Also, if you have the "whistle->stairs" screen flag set, then a whistle will blink slowly (instead of flicker) on at the place where the stairs appear. Also, the fairy flag has a fairy on it now. Should this be taken out or changed in any way? Before, it was a flickering white square. If you want to see what this square looks like, look at a walk-through dungeon wall with the lens (like in level 2 of the second quest, I think).
  1345.  
  1346. Tomorrow morning, I plan to add the autobackup feature. It will, when you save, export a qsb file (qsu file with a qsb extension) with the same name.
  1347.  
  1348. Now that I think of it, I think the map and qsu export and import functions are wrong now because of the new quest format. I'll look at them tomorrow morning and fix them as well, if needed. The zgp import/export functions should already be fixed, since I had to use them to export a new zgp.dat file.
  1349.  
  1350. Another feature I plan to add soon is the ability to select a graphics pack when you start a new quest. Right now, it defaults to newdefault, which is included in the zgp.dat file. I can add more easily. Thoughts? Any ones I should definitely include? Already plan on using newfirst (with Warlock's permission) and BS1st. What about Glenn's CGBZ set or Orion's Z3 set? Maybe even demo.
  1351.  
  1352. ZC Version 1.92 beta 138 March.16.2002
  1353. What's new/fixed:
  1354.  
  1355. 1. The new triggers should be working now and I've added the wand and hammer triggers. The wand itself, not the magic, activates the wand trigger.
  1356.  
  1357. 2. The hookshot now goes through any gap that is 1/2 combo size or larger. Before, it wouldn't go between combos that were together and had their touching walk flags turned off.
  1358.  
  1359. 3. Weapons should trigger things at the right times now. For instance, before, an arrow would trigger an arrow flag even if it was combo lower. This should be fixed now.
  1360.  
  1361. 4. Stalfos 3 should be pretty much finalized now. Fires 4 swords instead of 1 now.
  1362.  
  1363. Gotta run. I'll try to update this post later with more details. Until then, see what you can find on your own.
  1364.  
  1365. One thing that you might notice immediately different, there are now 4 more template screens at the bottom. Secret combos use screen 84 instead of 83 now.
  1366.  
  1367. 137 missing
  1368.  
  1369. ZC Version 1.92 beta 136 March.14.2002
  1370. New/fixed in this version:
  1371.  
  1372. 1. In response to bigjoe's post, I've once again switched the F1 key back to it's original purpose, toggling VSync.
  1373.  
  1374. 2. In response to KJAZZ's post, I updated newdefault yet again. I will update the support archive later. For now, it's available as a separate file (save it to your C:\ZCBeta directory, or wherever you've been extracting the betas).
  1375.  
  1376. 3. Stalfos 3. Nothing too special yet. I threw him it just before I had to go to work. I will update him some more tomorrow. For now, he's does 3 times as much damage, has more hit points (6, I think, compared to 2 for the other Stalfos enemies), moves faster (not crack speed, though), follows Link more often, and currently drops magic jars sometimes when defeated. Other than that, he acts like a Stalfos 2, I think. I'm planning on tweaking him to fire more often and fire in 4 directions instead of 2.
  1377.  
  1378. 4. 20 New map flags:
  1379. +boomerang
  1380. +magic boomerang
  1381. +fire boomerang
  1382. +silver arrow
  1383. +golden arrow
  1384. +red candle
  1385. +wand fire
  1386. +din's fire
  1387. +wand magic
  1388. +reflected magic
  1389. +reflected fireball
  1390. +sword
  1391. +white sword
  1392. +magic sword
  1393. +master sword
  1394. +sword beam
  1395. +magic sword beam
  1396. +master sword beam
  1397. +hookshot
  1398.  
  1399. These allow you to trigger things with your items. For the most part, higher-power weapons will trigger lower power flags. For instance, the wooden, silver, and golden arrows will all trigger the arrow flag. The silver and golden arrows will trigger the silver arrow flags and the golden arrow will trigger the golden arrow flag.
  1400.  
  1401. A few odd ducks, though:
  1402. +fire flags: Anything that generates fire (the flame trail from the fire boomerang doesn't count) will trigger a burn flag. Anything that triggers a burn flag except the blue candle will trigger the red candle flag. Anything that triggers a red candle flag except the red candle will trigger the wand fire flag (this is the fire that the wand creates when you have the book). And only Din's Fire (still not put back in yet, sorry) will trigger the Din's Fire flag.
  1403.  
  1404. +magic flags: Wand Magic and Reflected Magic are mutually exclusive. They will not trigger each other's flags.
  1405.  
  1406. +sword and sword beam flags: Putting a sword flag on something is basically like setting that combo as a slash combo. the white sword, magic sword, and master sword flags make you have to use that sword or better on the flag to activate it. The beam flags work the same way, but are only triggered by the beam; the blade of the sword won't work. Also, the beams won't trigger the sword flags.
  1407.  
  1408. +reflected flags: Yes, you have to reflect magic or fireballs (like from zoras) at them to trigger them. No, they are not interchangeable. Also, I forget what mirrors and prisms do to wand magic, enemy magic, and reflected magic (I think they are all changed to reflected magic when they hit a mirror or prism). When testing, you may want to sprikle some mirrors around and set up some flags and maybe some wizzrobes so you can test what happens.
  1409.  
  1410. I loaded up zquest to look at the flag list just now so I could write them down here (as I don't have the source code with me) and I noticed a bug. I forgot to put a comma in the flag list after the master sword flag. So, for the moment, the white sword beam flag is really the sword beam flag, the magic sword beam flag is really the white sword beam flag, the master sword beam flag is really the magic sword beam flag, and the last entry (it says L^^ on my system) is really the master sword beam flag. I will fix the wording in the next beta. However, none of these additions/changes except for the fixed newdefault (and the flag listing) have been tested. So, please test thoroughly and give me as much information about this as you can by tomorrow morning so I can fix them if needed.
  1411.  
  1412. ZC Version 1.92 beta 135 Unknown Date
  1413. 1. In response to Cloral's Suggestion in ZC Suggestions, I've renamed the 'all-purpose' flag to the 'lens marker' flag. I checked through the code and he was right; it serves absolutely no other purpose other than to mark things for the lens.
  1414.  
  1415. 2. I tweaked the lens so that it now shows bombable walls in dungeons with a 'bombed wall' state instead of the white square it was showing before.
  1416.  
  1417. 3. In response to KJAZZ's post, I updated newdefault again. It's now in the Zelda Classic 1.92 Beta 135+ Support Archive, and also available separately (save it to your C:\ZCBeta directory, or wherever you've been extracting the betas).
  1418.  
  1419. 4. Added item bubbles. This should make things a lot more interesting.
  1420.  
  1421. For some reason, the 256 combo bug that corrupted your saves vanished. I'm beginning to thing it's a roaming bug, so whenever you save, export a .QSU as well, just in case.
  1422.  
  1423. ZC Version 1.92 beta 134 Unknown Date
  1424. New in this version:
  1425.  
  1426. 1. Fixed the bug where activating a trigger with a pushblock turned all infinite pushblocks on that screen (maybe everywhere on the DMap or possibly in the game, haven't checked yet) into push-once blocks.
  1427. 2. Added the ability to have more than one trigger block so you have to activate all of them to activate a secret.
  1428. 3. Fixed the default quests bug and put the real 3rd quest in the support archive.
  1429. 4. Altered the pushblock code. Now, anything with a push flag will appear on top of layers 1 and 2. The reason is, Link is walking on layers 1 and 2, so he can't very well push something below those layers. If he could, then the block would slide along under those layers when it is moving. While this may be a desired effect at times, if you wanted to have some sort of animated combo on layer 1 attached to the push block, it wouldn't work. So, to simplify things, I made push blocks be above layers 1 and 2. This also hase the added side-effect of allowing you to push a pushblock over different combos and it not change them all to the same thing (it is actually still doing this, but if you set up the real floor on layer 1, then the block won't be erasing it, just layer 0, which is covered up by layer 1).
  1430. 5. The Windows versions of ZC and ZQuest can now run in a window (like in fatcatfan's post). To do this (I may make an in-program option later), you have to use a switch. Here are the options (these only apply to the Windows versions):
  1431.  
  1432. "-fullscreen": Makes the program run full-screen, using a directx hardware accelerated driver (default)
  1433. "-fullscreen -directx": Same as above
  1434. "-fullscreen -directx -soft": Makes the program run full-screen, using a directx software accelerated driver
  1435. "-fullscreen -directx -safe": Makes the program run full-screen, using the safe directx unaccelerated driver
  1436. "-windowed": Makes the program run in a window, using the directx driver
  1437. "-windowed -directx": Same as above
  1438. "-windowed -gdi": Makes the program run in a window, using a GDI driver. I think you can use this even if you don't have DirectX. It is very slow, though.
  1439.  
  1440.  
  1441. I would have included the updated quest default (what shows up when you start zquest), but I left it at work. Maybe Tuesday morning.
  1442.  
  1443. 133 missing
  1444.  
  1445. ZC Version 1.92 beta 132 Unknown Date
  1446. New in this version:
  1447.  
  1448. 1. Fixed the hookshot crashes sometimes when pulling Link bug.
  1449. 2. Added new push blocks. In addition to the push up/down and the push 4-way blocks, there are now 19 others:
  1450. -push left/right
  1451. -push up
  1452. -push down
  1453. -push left
  1454. -push right
  1455. -push up/down (no secret trigger)
  1456. -push left/right (no secret trigger)
  1457. -push 4-way (no secret trigger)
  1458. -push up (no secret trigger)
  1459. -push down (no secret trigger)
  1460. -push left (no secret trigger)
  1461. -push right (no secret trigger)
  1462. -push up/down infinitely (no secret trigger)
  1463. -push left/right infinitely (no secret trigger)
  1464. -push 4-way infinitely (no secret trigger)
  1465. -push up infinitely (no secret trigger)
  1466. -push down infinitely (no secret trigger)
  1467. -push left infinitely (no secret trigger)
  1468. -push right infinitely (no secret trigger)
  1469.  
  1470. There is also a "no push blocks" flag that allows you to set up where blocks can and can't go without restricting Link's movements. Simply put, you can't push a block onto a "no push blocks" flag.
  1471.  
  1472. Finally, there is a "block trigger" flag. If you push a block of any kind onto it, the secret is activated and the block becomes immobile. Why you would need this for anything other than the infinite push blocks is beyond me. Unless you want to use it with one of the 2 or 4-way no secret trigger blocks so that it only activates the secret if they push the block in the right direction.
  1473.  
  1474. ZC Version 1.92 beta 131 Unknown Date
  1475. - When Link pulled himself with the Hookshot, game would sometimes crash; fixed
  1476.  
  1477. 130 missing
  1478.  
  1479. ZC Version 1.92 beta 129 Unknown Date
  1480. Yeah, I'm releasing this a day early. So, sue me.
  1481.  
  1482. What's new in this version:
  1483.  
  1484. 1. Totally rewrote the hookshot code. This makes it more stable (no more crashing on conveyors, I hope) and allowed me to make it the way I had originally intended, like the Z3 hookshot (after a few links, it will stretch insted of extend). Now, for people who were using the hookshot as a whip, where stretching is a bad thing, the number of links before stretching is customizable. So, you set it to 6 for a Z3-style hookshot, and set it to a high number, like 100, for a ZC 1.92 Beta 127- style hookshot.
  1485. 2. Split the hookshot chain sprite into vertical and horizontal sprites. Now, you can make a proper whip.
  1486. 3. Added a few more initialization data things. Now, you can tell how many (or what percentage of your maximum) hearts you need to be able to fire a sword beam. Each sword can be set differently. You can also set different damage percents for each sword beam and it's not locked to 50 and 100 like before.
  1487. 4. Re-added and fixed the "items move on conveyors" feature.
  1488.  
  1489. 128 missing
  1490.  
  1491. ZC Version 1.92 beta 127 Unknown Date
  1492. What's new in this version:
  1493.  
  1494. 1. Fixed the dialog glitches (I hope). What would be great would be if someone were to open the dialogs for beta 104, take screen shots of them, and compare them to the dialogs here. You would need to overlay one on top of the other and set the opacity to like 50 or so to see where things don't line up right. This would require knowledge and possession of a program such as Photoshop or Paint Shop Pro.
  1495. 2. Fixed the leech function so that it will now leech tiles from til and zgp files (I hope). I tested it in DOS on a .til file. Anyone wanna run some more extensive tests?
  1496. 3. I think I fixed the weapons. The glitches were caused by a feature I was trying to add that didn't work right.
  1497. 4. Took out the code that makes items move on conveyors. This should solve the subscreen items moving bug.
  1498.  
  1499. Next, I hope to fix the Aquamentii (Aquamentusses?) not using the new enemy tiles in new enemy tile mode. Still trying to figure out why the NES title screens are goofed.
  1500.  
  1501. ZC Version 1.92 beta 126 Unknown Date
  1502. What's new in this version:
  1503.  
  1504. 1. Dual-platform support. After several hours of pain-staking backtracking through the Windows-modified code, I was able to put in conditional code that would allow me to compile a Windows or a DOS version from the same source code. So, for those of you who couldn't run the beta before, this should bring you back into the fold.
  1505. 2. Fixed the Level-Color keese tile bug for the new enemy tiles.
  1506. 3. Updated the credits in Zelda to include information about the Windows port (under the Etc menu, choose Credits to view them).
  1507. 4. Fixed the screenshot function in ZC and ZQuest (I hope). Let me know if it doesn't work. I already know that screenshots taken of the game select screen are still messed up. I hope to fix that by the next beta.
  1508.  
  1509. As you will notice, the DOS and Windows versions have different filenames. This will allow you to use both of them on your system if you choose. If the Windows version dies immediately after start, try downloading the Windows support archive. If that doesn't work, look in the ZCBeta folder for a file called 'allegro.log'. It should have information about what happened to make the program die.
  1510.  
  1511. After I get a few more bugs worked out (mainly cosmetic problems caused by compiling with Allegro 4, such as screen elements not being large enough to hold the text inside them, thus making the text disappear), I'm thinking about releasing another public beta.
  1512.  
  1513.  
  1514. 125 missing
  1515.  
  1516. ZC Version 1.92 beta 124 Unknown Date
  1517. Just fixed up the enemy code some more.
  1518.  
  1519. 1. Removed the debugging window that popped up when you took off a Gleeok/Gleeok2 head.
  1520. 2. Gleeok flying heads were using the attached head graphics.
  1521. 3. Gleeok2 flying heads were invisible.
  1522. 4. Patra Oval, Patra 2, and Patra 3 were using the wrong graphics in normal mode.
  1523. 5. Mirrorrobe and Batrobe were using wrong graphics in standard mode.
  1524. 6. Newfirst-fixed wasn't quite fixed right.
  1525.  
  1526. Can't remember any of the others.
  1527.  
  1528. The newfirst-fixed.qst should be right now (no more shadow octoroks in normal mode and no more trippy Aquamentus butts in the graveyard).
  1529. New.til is an exported tileset of the new enemy tiles. To use it, clear pages 6-32. Move the tiles from those pages down so they start on 35 if you have to (that's what I did to fix newfirst-fixed). Next, import the new.til file and tell zquest to start importing into page 6. There you go!
  1530.  
  1531. If zelda.exe or zquest.exe die immediately after starting, download beta 115 and install that. Then, this one.
  1532.  
  1533. ZC Version 1.92 beta 123 March.18.2002
  1534. What's new:
  1535.  
  1536. 1. Fixed the zora always starts at 0,0 bug.
  1537. 2. Fixed the enemy conversion bug.
  1538. 3. "Finalized" the new enemy tile positions.
  1539. 4. New quest encryption method for better security.
  1540.  
  1541. Also, I've included a quest with this version (newfirst-fixed.qst) that has all of the new enemy tiles set up correctly. Also, I've included a PDF file that shows each enemy and what tile they start on.
  1542.  
  1543. Usually, if an enemy is one tile and it spans one row, then the sequence goes: up (1-4), down (1-4), left (1-4), right (1-4).
  1544.  
  1545. If a one-tile enemy spans 2 rows, the second row is: up-left (1-4), up-right (1-4), down-left (1-4), down-right (1-4).
  1546.  
  1547. These correspond to the enemy direction. Sometimes an enemy is moving that way, and sometimes it is just looking in that direction. Also, you will notice some new enemies that aren't in the game. A few examples are: boulder, BS Aquamentus, Flame Dodongo, and Stalfos 3. These may show up later, they may not.
  1548.  
  1549. 122, 121 missing
  1550.  
  1551. ZC Version 1.92 beta 120 Unknown Date
  1552. - Stability improved somewhat
  1553. - Palette crash bug fixed
  1554. - Conveyor belt crash bug fixed
  1555. - Triforce pieces editor crash bug fixed
  1556. - Bitmap loader bug fixed
  1557. - MIDI loader/player bug fixed
  1558. - Magic mirrors and prisms fixed from build 113
  1559. - Link's shields restored (magic shield and small shield somehow got swapped)
  1560. - Zoras facing the wrong way in classic enemy mode; fixed
  1561. - Dodongo vertical collision bug fixed
  1562. - "Exit to DOS?" has been changed to "Exit Program?"
  1563.  
  1564. 119, 118 missing
  1565.  
  1566. ZC Version 1.92 beta 117 January.15.2002
  1567.  
  1568. - Finally got the palette bug fixed
  1569. - Fixed the conveyor belt crash bug
  1570.  
  1571. 116, 115, 114 missing
  1572.  
  1573. ZC Version 1.92 beta 113 January.09.2002
  1574. - Octoroks and Peahats fixed
  1575. - Magic Prisms and Magic Mirrors added (buggy at the time)
  1576. - Trigger enemy added (buggy; fixed in 139)
  1577.  
  1578. //end 1.92 entries
  1579.  
  1580. ////////////
  1581. /// 1.90 ///
  1582. ////////////
  1583.  
  1584. ZC Version 1.90 April 3,2001
  1585. Been a very long time since a new release and here it is. With more
  1586. on the way, Zelda Classic can only get better.
  1587. Zelda Classic:
  1588. - Added 4 new enemies. Not quite complete yet, but still fun
  1589. to watch. The Zol Tribble (yes, tribble, like in Star Trek)
  1590. will split into 2 Gel Tribbles when attacked with anything
  1591. less powerful than the magic sword. The 2 Gel Tribbles will,
  1592. after about 3 seconds, grow into normal Zols (I hope to make
  1593. them grow back into Zol Tribbles at some point). A Vire
  1594. Tribble will split into 2 Keese Tribbles if attacked with
  1595. anything less powerful than the Master Sword). The Keese
  1596. Tribbles will grow into normal Vires (again, I plan to make
  1597. then go back to Vire Tribbles later) after about 3 seconds
  1598. if they are on a walkable tile. If they are on a solid tile
  1599. at the time they are supposed to change, they will wait another
  1600. 3 seconds (this keeps Vires from popping up in solid walls).
  1601. - Added a new arrow, the Golden Arrow. It does twice as much
  1602. damage as the Silver Arrow and goes through any enemy, just
  1603. like an arrow goes through a Pol's Voice.
  1604. - Added Silver and Golden Arrow sparkles, like in Zelda 3.
  1605. There is a quest rule for each.
  1606. - Added Magic and Fire boomerang sparkles, like in Zelda 3.
  1607. There is a quest rule for each.
  1608. - Fixed a bug with the whistle and flippers. Previously, if you
  1609. had the flippers and used the whistle to summon the whirlwind,
  1610. if the whirlwind crossed a water block in the first column of
  1611. tiles on the screen that it took you to, it would drop Link off
  1612. in the water and make him invisible. He wouldn't return to
  1613. normal until he used the whistle again or went into a cave or
  1614. dungeon.
  1615. - Added the hookshot. May tweak it some more so that it stretches
  1616. after a few of the chain links are out, but for now, it works.
  1617. - Increased the number of save states from 24 to 255.
  1618. - Added a quest rule to make it where fire (from the candle or from
  1619. the wand and magic book) doesn't hurt you.
  1620. - Added a quest rule to make it where bombs hurt you.
  1621. - Added 4 damage combos that take off about a set amount of hp
  1622. every second no matter what ring you have on. They take off
  1623. 1/2, 1, 2, and 4 hearts respectively.
  1624. - Added a quest rule for temporary clocks. This causes clocks to
  1625. turn off after about 5 seconds, so you don't get stuck in a room
  1626. with enemies out of your reach.
  1627. - Added the amulet (cross). For the moment, it works on a screen
  1628. flag. When this flag (Invis. Enemies) is set, all the enemies
  1629. on that screen will be invisible unless Link has the amulet
  1630. (cross).
  1631. - Fixed a legacy bug that nobody noticed before. If you buy a bomb
  1632. in a shop and immediately walk over to another item, you will get
  1633. that item for free. This has been fixed.
  1634. - Finally got around to fixing Link's walking bug. Before, if
  1635. you were directly above or below a block, you would walk through
  1636. it vertically unless the top and bottom left corners had walk
  1637. flags in them. This is fixed now. I hope to fix the enemy
  1638. walking bug (an enemy can walk through a block unless the bottom
  1639. left and right corners have walk flags in them) soon.
  1640. - Added some rules to the swords so you can now specify which
  1641. swords can shoot beams. Also, you can specify if you want
  1642. sword beams to do half the damage of the sword they came from
  1643. or full damage.
  1644. - Implemented the hammer. When a pound combo is struck with the
  1645. hammer, it will change into the next combo in the combo list.
  1646. This may also be another pound combo, if you wish. This allows
  1647. for the making of things that have to be pounded more than once.
  1648. The hammer (currently) has the power of the magic sword. Because
  1649. of it's long delay, this should be fairly well-balanced.
  1650. - Implemented the Level 2 Bracelet. Used by new combo types
  1651. Push-heavy2 and Push-hw2.
  1652. - Added a ladder and raft fix. Now, when travelling left or right
  1653. while using the ladder or raft, if Quest Rule 2 (Ladder/Raft Fix)
  1654. is set, then the ladder or raft will be rotated.
  1655. - Added 2 new enemies, "just for fun". A black octorok (octorok
  1656. on crack) and a black darknut (death knight). Both are stronger
  1657. than Ganon and move quite fast. The octorok shoots magic and
  1658. the death knight is not able to shoot swords.
  1659. - Completed the implementation of the fire boomerang. It is similar
  1660. to the magic boomerang, but any enemy that the magic boomerang
  1661. can stun, this one will stun, as well as cause white sword damage
  1662. to. It will also stun (but not hurt) peahats (it actually causes
  1663. them to land, so you can hit them), pol's voices, and darknuts if
  1664. you hit them from the back or side. If the fire boomerang hits
  1665. a darknut when it is returning to you, it will ALWAYS stun any
  1666. darknuts it hits, since the boomerang hits both sides of the
  1667. darknut. If the darknut turns around IMMEDIATELY after the
  1668. returning boomerang hits its shield, so that the shield is on the
  1669. other side when the boomerang gets there, it MIGHT be able to
  1670. block it, but I haven't been able to prove this yet.
  1671. - Fixed the bug where the colors that are affected when you activate
  1672. a whistle flag don't return to normal after you leave the screen.
  1673. - Fixed the slash combo bug. If you stand below a slash combo so
  1674. that you are half-way on it, then try to slash it, nothing will
  1675. happen. This has been corrected.
  1676. - Fixed the arrow flag bug. Now, arrow flags work anywhere on the
  1677. screen, not just on the sides.
  1678. ZQuest:
  1679. - Consolidated the Rules and Rules 2 menu commands into one Rules
  1680. command. It now has buttons on the window so that the pages can
  1681. be changed quickly and easily.
  1682. - Added a bordered fill command (Fill2). This acts like the flood
  1683. command but stops when it hits a border made of the current
  1684. combo. Fill2 (4-way) stops on vertical and horizontal borders.
  1685. Fill2 (8-way) stops on these as well as diagonal borders.
  1686. - Added the ZGP import/export file format. This stores the tiles,
  1687. combos, palettes, and color cycling information into one file.
  1688. - Added Paste To All and Paste All To All commands. The Paste To
  1689. All command is like doing a Paste command on every screen in
  1690. the current map (only copies combos). The Paste All To All
  1691. command is like doing a Paste All on every screen on the current
  1692. map (copies enemies, flags, items, etc.)
  1693. - Added a Flood and Fill command to ZQuest. The Flood command will
  1694. change every combo on the current screen to the current combo.
  1695. Fill (4-way) works like the fill command in most paint programs.
  1696. Fill (8-way) is similar to Fill (4-way), but the fill is allowed
  1697. to go diagonally as well.
  1698.  
  1699. ////////////
  1700. /// 1.84 ///
  1701. ////////////
  1702.  
  1703. ZC Version 1.84 July.21.2000
  1704. Lots of fixes. Thanks for all the feedback. There's
  1705. still a lot to be done, of course...
  1706. Zelda Classic:
  1707. - Patras stay dead
  1708. - Level 3 palette fix
  1709. - Pick up master sword and fire boomerang
  1710. - "3 or 6 triforce pieces" implemented
  1711. - life meter uses first three small tiles, fairy hearts use the
  1712. small tile below the first one
  1713. - added whistle multi-level skip
  1714. - boomerang doesn't hurt guys that it's not supposed to hurt
  1715. - optional continue with full life meter
  1716. - lens of truth shows secret combos instead of white squares
  1717. - new "trigger" combos
  1718. - new "slashable" combos
  1719. - fixed enemy game freeze bug
  1720. ZQuest:
  1721. - new ways to scroll the combo panel (hot keys and mouse clicks)
  1722. - load GIF images
  1723. - added palette cycling
  1724.  
  1725. ////////////
  1726. /// 1.83 ///
  1727. ////////////
  1728.  
  1729. 1.83 missing
  1730.  
  1731. ////////////
  1732. /// 1.82 ///
  1733. ////////////
  1734.  
  1735. ZC Version 1.82 July.15.2000
  1736. I'm in the middle of moving enemy data from the code into data files, so there could be some bugs. I've added the lens of truth and the flippers. The cheat codes are now defined separately in each quest. I added a cool "Matrix" screen saver.
  1737. NOTE: There are a couple incompatibilities with the last version. First, the quest file format has changed, so old quests will have to be converted (loaded and saved) with ZQuest. Second, the auto-triggering of side warps on the edges of DMaps has been removed. This means you could get stuck in dungeons if the warps aren't fixed first. See the ZQuest help file for more info.
  1738.  
  1739. ////////////
  1740. /// 1.77 ///
  1741. ////////////
  1742.  
  1743. ZC Version 1.77 March.28.2000
  1744. Just a small update. I added a feature for quests to define a minimum version. If your game for that quest is below the minimum version that the quest author sets, then you have to restart the quest. I used this on the demo quest because I made a few fixes and small changes that I wanted to enforce.
  1745.  
  1746.  
  1747. ////////////
  1748. /// 1.76 ///
  1749. ////////////
  1750.  
  1751. ZC Version 1.76 March.27.2000
  1752. New items: super bomb, heart container pieces, and the mirror shield. Branchable raft paths. New subscreen layout. Also a few other additions and some fixes in the editor. Format changes: 16 maps total, 8 pages of combos, 32 unique caves or dungeons. I also changed the AG logo screen to use the game's video mode instead of VGA mode 13h. Some people seemed to have problems with it before.
  1753.  
  1754. ////////////
  1755. /// 1.72 ///
  1756. ////////////
  1757.  
  1758. ZC Version 1.72 March.15.2000
  1759. This version has some fixes for the bugs that snuck into v1.70. I also added a way to save MIDIs to files. Thanks to the die hard fans who post on the message board for their bug reports and ideas. Bugs fixed:
  1760.  
  1761.  
  1762. - walking on water on other screens after using whistle
  1763. - the little disappearing tree bug in the demo quest
  1764. - swinging your sword when you die
  1765. - boss SFX bugs
  1766. - a small GUI bug
  1767.  
  1768. ////////////
  1769. /// 1.70 ///
  1770. ////////////
  1771.  
  1772. ZC Version 1.70 March.12.2000
  1773. Another month, another version. But enough philo-sophizing. This version is still a "work in progress", so don't be alarmed if the enemies in bs1st.qst still look funny. There are tons of new features and bug fixes. Here's a brief summary:
  1774.  
  1775.  
  1776. - fixed Link's BS-Zelda animation
  1777. - implemented customized item and weapon styles (you'll see a
  1778. big difference in bs1st.qst)
  1779. - added a timer to keep track of how long you play each quest
  1780. - added a play feature to the MIDI info dialog (see below)
  1781. - added an optional map viewer (see below)
  1782. - lots of little details
  1783. - added two real "levels" to the demo quest
  1784. - slight changes to the BS-Zelda 1st quest
  1785.  
  1786. ////////////
  1787. /// 1.60 ///
  1788. ////////////
  1789.  
  1790. ZC Version 1.60 December.12.2000
  1791. Yep, that's right. 1.60. I've added all kinds of features to the game engine and GUI. This version is an "as is" version, almost a beta version of sorts, because there's still a lot left to be done. As you can see from the BS-Zelda 1st quest (bs1st.qst), I'm adding support for new animation styles. This isn't finished yet, so most of the guys move a little funny compared to BS-Zelda. It's still fun to play though. All these changes are optional, meaning the NES-style games are left the same. Here's a brief list of new stuff:
  1792.  
  1793.  
  1794. - fading and palette cycling
  1795. - new GUI look and functionality (ex. you can now access the menu
  1796. with your joystick)
  1797. - L/R buttons to change weapon selection
  1798. - customizable arrow keys
  1799. - game icons can be defined for each quest
  1800. - major changes to the editor and quest format
  1801. - custom music for the fight with Ganon
  1802.  
  1803. ////////////
  1804. /// 1.02 ///
  1805. ////////////
  1806.  
  1807. ZC Version 1.02 January.03.2000
  1808. I added an optional "NES Quit": go to the subscreen and press UP+A+B to quit. The save data used to save the path to the quest files, but I removed this and added a way to manually change the directory in which to look for quest files. It's a good idea to keep them all in the same directory, but they don't have to be in the same directory as the game. Also did a few other bug fixes, and some work on the editor.
  1809.  
  1810. ////////////
  1811. /// 1.00 ///
  1812. ////////////
  1813.  
  1814. ZC Version 1.00 December.29.1999
  1815. More detail and bug fixes. I changed the 'Quit' command to act more like the NES game: it's now the equivalent of pausing and pressing up and A on controller 2. The 'Save' command is gone. Both NES quests are finished. The demo quest has a new dungeon to explore. I finally made the enemies chase the food. :)
  1816.  
  1817. SPECIAL THANKS to all who gave me feedback on the game. I'd list some names but I know I'd forget some people. You know who you are. I appreciate your support.
  1818.  
  1819. ////////////
  1820. /// 0.9x ///
  1821. ////////////
  1822.  
  1823. ZC Version 0.99 debug December.26.1999
  1824. Finished patra, Ganon, and the ending. Ganon's movement isn't the same. I'll try to improve it later. I also added a MIDI info dialog box to give credit to the people who sequenced the MIDIs we are using. Just need to finish level 9 of the second quest. Also, the enemy bait still doesn't do anything.
  1825.  
  1826. ZC Version 0.98 debug December.22.1999
  1827. More bug fixes. I redesigned the dungeon map and MIDI system. Added the MIDI feature to the quest editor. Added a credits dialog box.
  1828.  
  1829. ZC Version 0.97 debug December.18.1999
  1830. Lots more bug fixes and improvements. New credits feature. I expanded the demo quest. It's getting good...
  1831.  
  1832. ZC Version 0.96 debug December.14.1999
  1833. I did tons of small bug fixes and detail touch-ups. I started the real 2nd quest -- it's done up to level 6 -- and changed the demo quest to a "custom quest" called demo.qst. See below for details on playing custom quests.
  1834.  
  1835. ZC Version 0.95 debug December.06.1999
  1836. Level 9 is almost done. Fixed a bunch of
  1837. stuff:
  1838.  
  1839. - blue wizzrobes (closer to the real thing, anyway)
  1840. - fairies fly around
  1841. - items left by enemies should be more accurate
  1842. - the enemies' rapid-fire weapons bug
  1843. - a double sized screen mode for resolutions of 640x480 and above
  1844. - memory management (hehehe... I think the older versions had
  1845. memory leaks. Hopefully I've fixed the problem.)
  1846. - enemies stop when you get a clock
  1847. - only one clock at a time
  1848. - keyboard & joystick dialog box bug in high res modes
  1849.  
  1850. ZC Version 0.94 November.28.1999
  1851. I finally changed the GUI colors. Added some video mode switches (see below under "Options"). Fixed/implemented lots of enemies: falling rocks, peahats, keese, vires, wall monsters, pols voice. Lots of other improvements. It's almost done.
  1852.  
  1853.  
  1854. ////////////
  1855. /// 0.8x ///
  1856. ////////////
  1857.  
  1858. ZC Version 0.86 September.21.1999
  1859. Switched from 8x8 to 16x16 tiles. Did other format changes and various bug fixes. Made some newer graphics for the demo 2nd quest but didn't add anything new to the game.
  1860.  
  1861. ZC Version 0.82 August.31.1999
  1862. More improvements on the enemies. Most of them are finished. All of the bosses are done except the two in level 9 (patra and Ganon). Fixed the new bug that made people reappear after they faded out. The whistle works! Levels 1-7 are finished.
  1863.  
  1864.  
  1865. ////////////
  1866. /// 0.7x ///
  1867. ////////////
  1868.  
  1869. ZC Version 0.76 August.05.1999
  1870. Major improvements on the enemies' movements. Added another boss: gleeok (multi-headed dragon). Made a fun little demo 2nd quest to play until we get more of the real 2nd quest finished. Can you make it to the end of the dungeon? who or what awaits you there? Go find out!
  1871.  
  1872. ZC Version 0.73 August 03.1999
  1873. Added some bosses. Fixed some bugs and other details here and there.
  1874.  
  1875. ZC Version 0.72 August.01.1999
  1876. "Zelda DX" is now "Zelda Classic", to avoid confusion with the color Gameboy game. Implemented the game saving system. Slight improvements on the enemies. The 2nd quest is there (and accessible through the old NES cheat code) but it's very sketchy, so play it at your own risk. :P
  1877.  
  1878. ////////////
  1879. /// 0.6x ///
  1880. ////////////
  1881.  
  1882. ZC Version 0.64 July.23.1999
  1883. First demo of Zelda DX. Tons of new stuff. It is playable (up to the beginning of level 9). There may be some bugs. Tell us if you find any, and please note the situation in which the bug occured so we can fix it. You can even hit F12 to take a snapshot.
Add Comment
Please, Sign In to add comment