Fix the logo

  • MachineMan
    10th Dec 2021 Member 0 Permalink

    I'm excited about this save.  I'm trying to make an INWR-based device that will allow a message that will appear and disappear on que.  But it seems that BRAY assumes the dcolour of the INWR it passes through.  What should I do?  Here is the save:

    Edited once by MachineMan. Last: 10th Dec 2021
  • LBPHacker
    10th Dec 2021 Developer 0 Permalink
    It's not the INWR, it's the FILT, and it does it because its dcolour is 0xFF000000 exactly. You can either use ARAY in its place, or set its dcolour to 0xFE000000 (still barely visible but not completely black, thus the special case doesn't apply).
  • MachineMan
    10th Dec 2021 Member 0 Permalink

    Thanks.  I fixed that problem, but now I've run into another problem.  The CRAY(SPRK) I've set to reveal the message above the PTNM logo is sparking the PTNM logo and INWR block below it even though I've set the tmp.

  • LBPHacker
    10th Dec 2021 Developer 0 Permalink
    You set the tmp of both CRAYs to 13, while in fact you have 13 conductors to spark *in total*. You want to set one of them to 6, the other 7.
    Edited once by LBPHacker. Last: 10th Dec 2021
  • MachineMan
    11th Dec 2021 Member 0 Permalink

    Thanks.  I've completed and published the save now.

    Edited once by MachineMan. Last: 11th Dec 2021