Official Game Feedback

  • Sandwichlizard
    28th Sep 2015 Member 0 Permalink

    Right.  forgot the deco command.  I picked it for Box.  its not that important I usually do what you just said.  thought it would be a comfy tool that is similar to other drawing apps.

  • jacob1
    28th Sep 2015 Developer 1 Permalink
    @12Me21 (View Post)
    Are you using my 91.0 snapshot?

    I can try looking into the WIFI thing, but I don't know what would cause it.
    Also, link to the piston mover?

    @Sandwichlizard (View Post)
    Not sure on that, and also ctrl+b is already taken as was already mentioned. You can just draw a box and then delete the middle in most cases.
    Edited once by jacob1. Last: 28th Sep 2015
  • Mur
    30th Sep 2015 Member 2 Permalink

    Is it possible to make red/blue shift FILT consider the ctype too? 0x01 would be 1 shift, 0x02 = 2, 0x03 = 3, etc. This would allow us to use "mixed" technologies (semiconductors + FILT), because the current way FILT works requires heat simulation to be turned off, otherwise it will heat up and break the whole simulation. I was going to ask about add/subtract functions in FILT, but that would be cheating...

  • 12Me21
    30th Sep 2015 Member 0 Permalink

    @Mur (View Post)

     Filt is only affected by temperature when its ctype is 0.

    @jacob1 (View Post)

     Yes.

    Edited 4 times by 12Me21. Last: 30th Sep 2015
  • Mur
    30th Sep 2015 Member 0 Permalink

    @12Me21 (View Post)

    Nope, FILT with tmp 4 and 5 (red/blue shift) ignores the ctype, you can take a look at the code.

     

    Just change the code to something like this:

            case 4:
                {
                    if (filtWl>29) filtWl = 29;
                    return (origWl << filtWl) & mask; // red shift
                }
            case 5:
                {
                    if (filtWl>29) filtWl = 29;
                    return (origWl >> filtWl) & mask; // blue shift
                }

     

    ...but keep the old method too when ctype = 0 (or ctype = 0  or greater than 29), to avoid breaking older saves...

    Edited 4 times by Mur. Last: 30th Sep 2015
  • 12Me21
    10th Oct 2015 Member 2 Permalink

    If you search for a word with "very" in it, it will not find any results.

    (for example, searching the words "very" or "every" shows 0 results)

     

    This is the weirdest bug ever.

     

    (This only happens in the actual game)


    It also affects other words, like CRMC, and probably many more

     

    EDIT:

    I noticed that a few other element menu icons are slightly different from the real color of the element:

    WIFI, (FIRE, but don't change it), LAVA, ACID, GEL, BIZR/s/G, GLOW, FILT, and DEUT

    moo

     


    EDIT2:

    TPT crashed. I have no idea why. It just randomly crashed when I tried to open a save (my 4 direction PSTN mover).

    EDIT3:

    It happened again. This time with "Potato-Class ship"

    EDIT4:

    It keeps happening...

    EDIT5: this post is almost a month old

    EDIT6: My STKM/2 torch broke for some reason:

    No one reads this....


    EDIT7:

    LOLOLOLOLOLOLOLOL
    SPAM

    SPAM

    SPAM

    SPAM
    SPAM

     

    EDIT8: You still can't edit your bio in the game.

    Edited 11 times by 12Me21. Last: 24th Oct 2015
  • jakkers7
    14th Nov 2015 Member 0 Permalink

    @jacob1 (View Post)

     i have found a big bug id:1887609  put tmp temp and life to 1000000000 and like that game crash

  • jBot-42
    15th Nov 2015 Banned 1 Permalink
    This post is hidden because the user is banned
  • ChargedCreeper
    15th Nov 2015 Member 0 Permalink

    jBot-42:

    @jakkers7 (View Post)

     Generally setting any properties to over 65535 is a bad idea. For life (and possibly others) that is the maximum value that can be saved and any higher can cause strange things to happen (cold-explosing deut, crashes, etc.)

     

    I like to break things sometimes, so I often find fun in setting properties to extreme values. In the process, I often run into things like this:

     

     

    The issue here is that the pipe connects to stor with an invalid tmp, and then things get a little crashed.

  • jakkers7
    19th Nov 2015 Member 0 Permalink
Locked by jacob1: Old / not enough space in first post