Cracker1000's Mod

  • Cracker1000
    15th Nov 2020 Member 0 Permalink

    @rats985 (View Post)

     If you open the simulation options and scroll down, you will see an "open data folder" option. Click on it to open the folder.

  • see_version
    16th Nov 2020 Member 0 Permalink

    @Cracker1000 (View Post)

     when i use mods sometimes the elements generate annoying error messages that block the screen can you make an option where it doesnt show you mod error messages

     

    ===========

     

    also isnt UV just the same as photon? you could make different wavelengths (you can include UV) for photon but thats probably impossible

    Edited once by see_version. Last: 16th Nov 2020
  • Cracker1000
    16th Nov 2020 Member 0 Permalink

    @see_version (View Post)

     Again, when you say "mod" i assume it's some other script mod that's giving errors because elements from mine shouldn't be giving any sort of error.

    (It would be really nice if you could provide the exact error tho)

     

    UV isn't same as PHOT, it interacts with other elements (like killing stkm, affecting plnt growth and other stuff.)

    If you want to suggest more uses, feel free to do so.

  • see_version
    17th Nov 2020 Member 0 Permalink

    @Cracker1000 (View Post)

     by mod i mean ingame scripts i use

  • ElkKnee
    21st Nov 2020 Member 1 Permalink

    So when I was going to launch the application my microsoft virus alert popsup. I check it out. Says there a trojan virus exe inside. And that proceed WILL allow creator to access and control the pc. So mind explaining?

  • jacob1
    21st Nov 2020 Developer 1 Permalink
    @ElkKnee (View Post)
    There is no virus in this mod (see the comments on the previous page).

    The source code is publicly auditable here: https://github.com/cracker1000/The-Powder-Toy
    So if there were a virus, it would be in the source code.

    The source code is then compiled and hosted on my website, you can find the build logs for the latest version here to confirm it was actually compiling the version from github.


    Antiviruses just like to claim that unsigned code they haven't seen before is a virus. Once enough people use the latest version of a mod, it stops complaining.
    Edited 2 times by jacob1. Last: 21st Nov 2020
  • Yzaak1Scifire
    27th Nov 2020 Member 0 Permalink

    @Cracker1000 (View Post)

     

    I'm just gonna give some ideas:

    |--------------------------------------------------------------------------------------------------------------------------------------------------------/

    Property setters:

    • LFST;
    > Life setter:
    It sets life in base of .life itself range can be setted by .tmp, example of what happens:
    If a LFTS is with .life=100 and .tmp=90 it will set every element .life in a pixel range of 90 with a form of a circle to 100.

    • TMST;
    > TMP setter:
    It works equal to LFTS but instead of .life it changes .tmp.

    • T2ST;
    > TMP2 setter:
    It works equal to TMTS but instead of .life it changes .tmp2.

    • TMST;
    > TMP setter:
    It works equal to LFTS but instead of .life it changes .tmp.

    • BVST;
    > Better Velocity setter:
    It changes velocity based on temperature, and range is also defined by .tmp. Note: the ACEL don't works instantly, it of course, accelerates nearly elements but it accelerates bit by bit.

     

    |--------------------------------------------------------------------------------------------------------------------------------------------------------/

    Some actual elements:

    • NOSG;
    > Neon sign:
    The neon sign can be activated by tungsten(TUNG), tesla coil(TESC), titanium(TTAN) and gold, depending on .tmp it can have different colors:
    [.tmp=00=white|
    [.tmp=01=red|
    [.tmp=02=green|
    [.tmp=03=blue|
    [.tmp=04=yellow|
    [.tmp=05=pink|
    [.tmp=06=cyan|
    [.tmp=07=neon orange]
    And .tmp2 defines the blinking randomness:
    [.tmp2=00=0x0(0 to 0 seconds)|
    [.tmp2=01=2x2(0 to 4 seconds)|
    [.tmp2=02=3x3(0 to 6 seconds)|
    [.tmp2=03=4x4(0 to 16 seconds)|
    [.tmp2=04=5x5(0 to 25 seconds)|
    [.tmp2=05=6x6(0 to 36 seconds)|
    [.tmp2=06=7x7(0 to 49 seconds)|
    [.tmp2=07=8x8(0 to 64 seconds)|

    • GRND;
    > Grenade:
    Explodes like BOMB and leaves frags depending on .life, ctype can define what type of element a frag is going to leave, solids included

    • FRAG(Hidden element);
    > Produced by GRND:
    Explosive pellet explodes withing contact with anything except with DMND.

    • CRUT;
    > Corruption:
    Forms stains in the drawing space and grow in a random ratio by 10 to 80 pixels, it resets all stats of a element to 0, if STKM or any stickman relationated touches it, makes it don't react to gravity.

    • GLTC;
    > Glitch:
    Can form when EXOT is mixed with DEUT and then mixed with ELEC and NEUT, forms CRUT after a while, and instantly forms CRUT if QGP touches it.

     

    Hope you can do all of them or some.

    Edited 3 times by Yzaak1Scifire. Last: 27th Nov 2020
  • Michael238
    27th Nov 2020 Member 2 Permalink

    On the UV thing, you could potentially add a wavelength feature to it similar to PHOT where it starts with the blue color that PHOT has on its shortest wavelength, and as UV's wavelength gets shorter, it turns to the purple colo it has now, to a near-black at its shortest wavelength. In addition, the short wavelengths could potentially have additional effects like splitting water into hydrogen and oxygen, and harming all living things. FILT could alter UV's wavelengths like it does PHOT, and could also convert PHOT to UV if set to blueshift PHOT that is already at its shortest wavelength, and vice versa for UV.

  • Alytoanrtyhktogoatyh
    29th Nov 2020 Member 0 Permalink

    hey you sould fix the bug where you on that version but you cant not load the save

  • Cracker1000
    29th Nov 2020 Member 0 Permalink

    @Yzaak1Scifire (View Post)

     You can already do that "property setting stuff",  just use the .deserialisation property of sensors. Also, this mod actually has a .TMP sensor (TMPS) for setting .tmp properties.

    Here's a tutorial save i made for that

     

    @Michael238

    Nice suggestion, might actually try to add uses for different wavelengths of UV. Special filters could be used for different wavelengths.

     

    @Alytoanrtyhktogoatyh (View Post)

    I am already aware of this issue, i won't be able to release a new version with the fix soon tho. For now, avoid using the Game of Life (GoL) elements in a save you plan to upload and it will not show that error.