Jump to content
Jet Set Willy & Manic Miner Community

Some rather annoying issues I can't figure out how to fix


playingwithwilly

Recommended Posts

I'm using JSWED with the JSW64 "]" configuration. It looks perfectly fine in the editor, but during gameplay the third tile is replaced with black, and, I'm unsure if this is an engine limitation, but if a tile is set to be air and not water it is covered by a large square when Willy walks to it. I've also noticed the formerly horizontal beams are replaced with the vertical beam tile.

In the Editor:

Screenshot2024-11-04at23_35_52.png.11ebaab3bd74649d187c6eb4200e6ce8.png

Game Running:

Screenshot2024-11-04at23_38_02.png.15d7503af781cd34d45b4822979bb839.png

Please note Willy is set to be blue in this room, so him being that color is not a problem.

Edited by playingwithwilly
Link to comment
Share on other sites

The 'code' code shouldn't effect it unless its done something silly perhaps such as moving things around. Its only a couple of bytes to change the 'starting' code to jump to the title screen or (better) remove it and replace it with three instructions, leaving some free space plus emptying out the codes area, the latter I tend to do just looks neater somehow.

I've not used the 64/128 variants much sorry, however others here have so hopefully a better reply will be along shortly. 🙂 For the immediate moment can you carefully verify you've not re-used a tile colour for a different cell type ? As in (a bad example) setting both 'air' and 'fire' to the same ink/paper.

 

EDIT... Welcome too!

Link to comment
Share on other sites

On 11/5/2024 at 1:39 AM, playingwithwilly said:

I'm unsure if this is an engine limitation, but if a tile is set to be air and not water it is covered by a large square when Willy walks to it. I've also noticed the formerly horizontal beams are replaced with the vertical beam tile.

 

About the large square what turns blue when Willy walks to it, please try to change Ink and Paper, in example if Ink is 6 and Paper is 0, change them to Ink 0 and Paper 6. Then you can decide which one is better for your purposes.

About the latter problem, it looks like what Spider said, you have used the same Ink/Paper colour combination for cells 9 and A, both cells being Ink dark red/Paper black (or vice versa). If that´s the case, please try the following.

cell 9 Ink 6 / Paper 0

cell A Ink 0 / Paper 6

The other cell will turn to dark red square when Willy touches it, but at least you can get both tiles visible. 🙂 

Though, sometimes the engine lets you use the same Ink/Paper combinations for more than one cell. For this, you just have to try that in every room, if you can use certain colour combinations more than once.

 

 

Edited by Jet Set Willie
Link to comment
Share on other sites

6 hours ago, Jet Set Willie said:

cell 9 Ink 6 / Paper 0

cell A Ink 0 / Paper 6

The other cell will turn to dark red square when Willy touches it, but at least you can get both tiles visible. 🙂 

Though, sometimes the engine lets you use the same Ink/Paper combinations for more than one cell. For this, you just have to try that in every room, if you can use certain colour combinations more than once.

Set the third unit to 2/0, ninth to 0/2 and tenth to 2/0 and it's working pretty well. Thanks.

Edited by playingwithwilly
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

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