Jump to content
Jet Set Willy & Manic Miner Community

IRF

Contributor
  • Posts

    5,112
  • Joined

  • Last visited

Everything posted by IRF

  1. It's nice to be able to place Willy and the portal in the editor. :) Minor typo in the file name of the latest version: "Manic 49 Miner". ("Wine me, Mine me, 49 me"?! :P )
  2. Out of curiosity, if there is currently a key which toggles between 'Face Willy left at the start' and 'Face Willy right', could it easily be extended so that the same key progresses Willy's initial frame of animation through all eight possible options (four left-facing, four right-facing)? Or would that require too much additional code?
  3. It's definitely appropriate in Manic Miner, where as well as many of them (though not all) being key-shaped, they do actually 'unlock' the portals. In Jet Set Willy, bottle or rubbish or detritus may be more applicable, since he's 'tidying up'.
  4. IRF

    Safe ropes PV/Tweak

    On a technical level, Bit 4 of the lower byte of Willy's attribute coordinates is tested on entry to the room, and the result applied to Bit 7 of the first byte of the rope definition.
  5. Or you could use 'O' for Objects. That isn't used for another purpose is it? (Except as part of the ZHO key combination - out of interest, is there any deep meaning to that combo?)
  6. Danny, further to the above, I would point out that correcting your error will mean that there are an odd number of data points in the above table. So bear that in mind - "when a convenient time presents itself" - as you contemplate
  7. Slight confusion between references to keys for keypresses on the keyboard, and also for collectable items (not all of which are key-shaped. e.g. Snowshoes, bananas are also collectable)you in some caverns). But I can see that the INK parameter needs to take precedence for use of the letter 'I' on the keyboard. Anyway, the ability to edit the placement and form of the collectable keys/items in each cavern is a welcome addition to the editor. :) ** I previously misunderstood the purpose of the 'graphic trail' mode; I tried in vain to find a key combo which allowed me to edit the parameters of the guardians. But I can see the benefit of displaying the range of the guardians' paths, so that when placing room tiles you can avoid a collision between the two.
  8. IRF

    Safe ropes PV/Tweak

    I've just checked, and yes, in 'Pool Party' in 'Jet Set Mini', the rope starts off swinging leftwards if Willy enters the room in the left half of the room, and starts off swinging rightwards if Willy enters into the right half of the room. It is necessary to drop down from The Orangery on both sides of the rope, in order to collect two of the items in that game.
  9. I guess that's because Kong changes from being alive to dead when you flick the switch! What about location (and bitmap) of the collectable items in the cavern that you're editing? Can that be done via your edit function, or does it have to be done by editing the global table?
  10. Now that I think about it, getting the whole of a piano key to highlight would have been a trivial matter once you've established the highlighting of the lower part of each key (just subtract #20 from the attribute address that you've already dealt with, and colour that in as well). There's another improvement here, I think - am I right to observe that the piano keys which highlight seem to be more in keeping with the notes which are being played? And of course, with Matthew's odd arrangement of black keys having been fixed as well, I think I'm right in saying that if you were playing along on a real piano, and followed the keys which light up, then you would end up playing a faithful rendition of The Blue Danube in real life? This is the big novelty! Pressing '3' and '0' together takes you into a room editor! :thumbsup: So far I have managed to figure out the keys to change the attributes and bitmaps for each room cell, and the cavern layouts (i.e. which cell types go where). Can you edit graphics and placements for guardians, items and portals as well? (And movement parameters for guardians?)
  11. IRF

    Safe ropes PV/Tweak

    Didn't we do this for the Swimming Pool in 'Jet Set Mini'?
  12. You are right that the code which activates the extra Cheat Mode is not provided in John's disassembly of the rest of his code changes for the JSW128 game engine.
  13. You still get the points for collecting that item if you drop onto it, even though you don't get to see it disappearing before the portal effect begins.
  14. My replies in red:
  15. Some nice new features there, Norman! :) The only thing I would query: the scrolly message refers to the "top 20 caverns by Ligan". This game being set in a mine, surely that should say "bottom [i.e. deepest] 20 caverns"? :P
  16. Ah yes, I forgot to search on the separate tab labelled "Versions of MM."
  17. For future reference, this is the code referred to above: ORG #C4B6 29 ADD HL,HL 29 ADD HL,HL 29 ADD HL,HL ED 4B DF 80 LD BC, (#80DF) 09 ADD HL,BC C9 RET The guardian table for the current room is stored in a pair of bytes in the room definition at offset #DF-#E0.
  18. I just checked in an assortment of JSW64 engine games (N.B. I only checked in the TAP files; not the TZX where available). This is what I found: John Elliott's 'Jet Set Willy 64' (all six variants: V, W, X, Y, YY, Z) - #EB90 is NOPped out. John Elliott's 'Jet Set Willy 64: Manic Miner' (available in two variants of the game engine: W and Z) - #EB90 holds the correct [as per JSW128] value of #4B. Andrew Broad's 'Jet Set Willy 64: Manic Miner: James Bond' - #EB90 is NOPped out. Andrew Broad's 'Jet Set Willy 64: Flash Manic Miner' - #EB90 is NOPped out. Igor Makovski's 'Ultimate Manic Miner' - #EB90 is NOPped out. So it seems that most of the released JSW64 engine games were built from one of the variants of 'Jet Set Willy 64' as a base file, all of which display the small visual bug in the Invincibility icon. The only exception which I have found is John's 'Jet Set Willy 64: Manic Miner', which must have been developed separately at an earlier stage before the bug crept into the data. ** Slightly off-topic: Danny, in the course of researching the above, I noticed that you don't appear to have an entry at JSWCentral.org for Andrew Broad's 'Manic Miner: Matthew Smith 2008 Remix' (which was released as a bonus with Andrew's 'Flash Manic Miner', and which formed the starting point - along with 'reniM cinaM' - for the JSWMM release 'Manic Mixup')?
  19. I don't know if JSW128 games are affected by the glitch, but you could check easily by checking the value at the address #EB90 and see whether it holds #4B or #00. It might just be a case where I accidentally erased the proper value from that address whilst I was playing around in the Hex Editor. I can't even recall which file it was where I noticed it. It's just something to look out for.
  20. I think you have one too many bytes in the sequence below. Where I have highlighted four consecutive values of '1F', there are in fact only supposed to be three '1F's (at #C491-93).
  21. Incidentally, I once noticed that there is a missing graphic byte from the icon for Invincibility Mode, in some variants of JSW64. #EB90 is NOPped out, whereas it should hold a value of '4B'. (Danny, once you have managed to figure out how to activate Invincibility, try it out in your JSW64 games - it would be interesting to see if this visual glitch made it into some of your releases!)
  22. The "fast inter-room teleportation" refers to the feature which you have succeeded in working out: using Z-X-C-V to move straight into adjacent rooms. Invincibility and Antigravity features can each be toggled on/off by a combination of keypresses; you will know when you have managed to activate each one when another icon appears on the status bar. Keep digging into the code! The alt cheat mode code works differently to WRITETYPER in that it draws from more than two half-rows of keys (hence it picks up 'S', which I presume that you discovered by chance?). Have a think about the possible implications of that for the structure of the data... Using 6-8 as part of the WRITETYPER sequence works in an unexpected way. As John Elliott himself said: "The binary room number is given by the keys 67854321 rather than 654321, and the way the keyboard is wired makes this system somewhat inadequate. " That was taken from: http://www.seasip.info/Jsw/doc128.html Another enigmatic comment on that page hints at the location of the cheat code: Perhaps motivated by a desire to divert prying eyes from the cheat code, a short subroutine that is not part of the Cheat code, but which is contained within page #C4 (presumably for convenience), is missing from the page of JSW128 source code: Unfortunately, a disassembly for the subroutine at #C4B6 (which picks up the location of the guardian tables, there being more than one of those in the JSW128 game engine) is not provided at http://www.seasip.info/Jsw/jswdiffs.html I think I once wrote up a disassembly for that subroutine in a post on the Yahoo! Group, but that is sadly no longer with us!
  23. IRF

    Hello!

    Hi Geoff, and welcome! We've used your 'Patch Vector' concept in several games that we've released here at JSWMM!
  24. POKE #96BD, #1B (POKE 38589, 27) swaps a RL E command for a RR E, which changes the routine that plays the Title Screen tune so that the modulation goes 'upwards' by an octave for each note, rather than 'downwards' by an octave.
  25. I want to retract my comment anyway. Since I also got the final score of each game to print on the column of the plinth during the 'Game Over' sequence, logically if everything was laterally inverted then the digits of the final score should be printed backwards too! (Which would have been more trouble than it was worth!)
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.