"oh god how many is he making now"
this is another update of https://powdertoy.co.uk/Discussions/Thread/View.html?Thread=24646
i'll probably remove VSNS soon since it's being added into the actual main game
i won't remove SILC tho, silicon in here is completely different compared to the powdered silicon in the new update
the direct .lua file: https://drive.google.com/file/d/1xDOMBoaKO9HaOPLh7qm_rtYDP3hH614X/view?usp=sharing
raw script if it stops working: https://pastebin.com/raw/3ZBzHjy9
tutorial on how to manually download this ^ in the other tread i linked
i also updated the save with all the elements laid out: id:2608807
update: added some new stuff and tweaked a few other elements
UPDATE: OOH BOOOOOOOY TPTREMADEV
https://drive.google.com/file/d/1AaD4My1wAmG7bNEfpSgp6pW7q_13_Fyh/view?usp=sharing
cant really change the title of this post but i dont feel like making another one so here you go, 2 files (TPTRemadeVA and TPTRemadeVB), just plop them both in there and activate them both
Hello, how do i use the mod? where do i put it?
you put the lua files in your script folder
(if you dont have one you need to get the script manager)
wowwwwwwwwwwwwwwww
i am using J's mod for tpt, it has a script manager, but it keeps on saying there might be an infinite loop, is it a problem with the compatibility, or is it just a glitch? sorry to bother you again, i can only talk sometimes because i am 1. grounded and 2. am working on making a shield, thanks
yeah there might be an infinite loop but it shouldnt affect anything except maybe a very slight performance drop? (probably unnoticeable), just click "ok" instead of stopping the script
should probably work on jacob1's mod but i havent tested it, i know it works on cracker1000's mod tho (i also haven't tested ultimata and the universal physics mod)
dw you're not bothering me btw
Sorry if this is a necropost but the element TCHN causes a script warning to appear. "bad argument #3 to 'partProperty' (number expected, got nil). I believe I have found the part of the script it is referring to but I don't know what is supposed to be there.
local tchn = elements.allocate("TPT" , "TCHN")
elements.element(tchn, elements.element(elements.DEFAULT_PT_URAN))
elements.property(tchn, "Name" , "TCHN")
elements.property(tchn, "Description" , "Technetium, decays over time and leaves heat.")
elements.property(tchn, "Color", 0x205570)
elements.property(tchn, "MenuSection", 11)
elements.property(elements.TPT_PT_TCHN, "Update", --*1
function(i,x,y) --1
if math.random(1,11520) == 1 then --2
sim.partProperty(i, "temp", sim.partProperty(i, "temp")+400)
sim.pressure(x/4,y/4,8)
if math.random(0,63) > 0 then --3
sim.partProperty(i, "type", elements.DEFAULT_PT_STNE)
else
sim.partProperty(i, "type", elements.DEFAULT_PT_TCHN)
end --3
radiate(i,x,y,125,100)
end --2
end --1
) --*1
elements.property(tchn, "HighTemperatureTransition", elements.TPT_PT_TCHN)
huh, i see the issue and i dont know why that's there, i'll update TPTRemadeVA on tpt's discord and fix it
thanks for the feedback
tpt has a discord? How do I get in?