ctype with cray/clne variants

  • ReallyJustDont
    3rd Jun 2020 Member 0 Permalink

    Is there a way to have cray/pcln create an element with a custom ctype (for example, a cray that creates hlif particles or molten vibranium)?

  • INFINITY-BOI
    4th Jun 2020 Banned 0 Permalink
    This post is hidden because the user is banned
  • QuanTech
    4th Jun 2020 Member 0 Permalink
    @ReallyJustDont (View Post)
    You can make PCLN create different types of LIFE by setting its .tmp value. (.tmp of 1 -> HLIF). Make sure the .ctype is LIFE too.

    Other than that, I'm pretty sure there isn't a way to have cray/pcln create an element with custom ctypes
    Edited once by QuanTech. Last: 4th Jun 2020
  • ReallyJustDont
    4th Jun 2020 Member 0 Permalink

    ah, thanks

  • QuanTech
    4th Jun 2020 Member 0 Permalink
    Just noticed, it is possible to create stuff with custom life, tmp, and ctypes using STOR. Here is how the properties are 'transformed':
    .tmp of STOR -> .type of new particle
    .temp of STOR -> .temp of new particle
    .tmp2 of STOR -> .life of new particle
    .pavg0 of STOR -> .tmp of new particle
    .pavg1 of STOR -> .ctype of new particle

    spark the STOR with PSCN to release your custom particle
    relevant source code
    Edited once by QuanTech. Last: 4th Jun 2020
  • Technomancer
    7th Jun 2020 Member 0 Permalink

    Wait, what?  Has that always been a feature?  Because it doesn't seem to be documented anywhere, and I don't think I've EVER seen anybody use it!

     

    *Scurries off excitedly*

  • jacob1
    7th Jun 2020 Developer 0 Permalink
    That's not exactly a feature of STOR. That's just how it stores particles. It will store anything you give it.

    PIPE does it the exact same way, by changing those properties in PIPE you can control what is inside.
  • Xyz
    22nd Aug 2021 Member 0 Permalink

    Is there a property value that changes the amount of particles inside the STOR?

    Edited once by Xyz. Last: 22nd Aug 2021
  • jacob1
    23rd Aug 2021 Developer 0 Permalink
    @Xyz (View Post)
    No, STOR only has enough space to store the data of one particle.