Im searching in powder how to install mods, and i dont know for the moment, no have one tutorial, so i asquing here.
Someone can tell me how to install the mods, how to use... The programs i need or i dont know.
Thanks.
PD: Sorry if my english is bad, im spanish.
1. C++ mods (.exe files) Those are easy - just run them like you would regular Powder Toy! | 2. Lua mods (.lua files) Those are not-so-easy: first you got to move the .lua file next to Powder.exe wherever you unpacked it, and second you have to open TPT and into the console write dofile('my-lua-mod.lua')where my-lua-mod.lua is actually the file's filename. If you want to not do the second step manually, get cracker64's lua mod manager |
I dont understand how to install the autorun, how to do it func whit powder, can you explain me?
When installing lua mods you usually have a long script.
Copy that script to your clipboard.
Then make a text file in the directory where you have Powder.exe.
Paste the script in that text file.
Save the file as....
Save the file as autorun.lua
Dont forget to change "Save as type" to all files.
It's lua if it's not an .exe file basically. It will appear as a bunch of code instead.
Just select the file > Right-click > Click on "Properties" > Under "General" section, you should see
For lua
Type of file: LUA File (.lua)
or for txt
Type of file: Text Document (.txt)
If you are wondering about exe file
Type of file: Application (.exe)
I'm using windows, I don't know if mac or linux work the same way but I'm sure they're not the same.
I have a question, how would you install multiple mods?
P.S. sorry if this has been posted already; I`m new to the forum
dofile("my-file-name.lua")
Then, copy that line into another line (or however many lua mods you want) and rename the my-file-name section into the name of your lua mods. Save it, and when you run Powder Toy it should automagically mount all of the lua mods!