you could just have bumped your old thread.
Very good suggestion, I like it so much that I even decided to send a pull request for this.
I have just sent a pull request as jacksonmj said.
It won't be a pity even if it is rejected because it will still be in my mod.
EVERYBODY LET'S EXPECT MY PULL REQUEST TO BE ACCEPTED
https://github.com/simtr/The-Powder-Toy/pull/175
Commit: (in my repo, not in official repo yet)
https://github.com/china-richway2/The-Powder-Toy/commit/55cd6c180e921dab152246aabd1165ac7e67e686
(Some more info: 1.It still don't work with portals. 2.You has to do 'ERASE WALL' or 'BLOCKER WALL' once to get it work after you pasted/loaded a save. Will be fixed later) 3.You can put up to 99 blocks of WIFI blocker wall but all the blocks of blocker wall will be seen as one for portals.
a single particle uses 76 bytes to store, a single portal channel has 8 directions to suck particles, each direction stores 80 particles, there're 100 channels. Uses 76*8*80*100=4864000B=4.63MB, it's the biggest memory used part of TPT else than those 235008 particles in the screen. I can't possibly put 2 more portal datas unless I can decrease one of those numbers.
It would be nice if someone could tell me which website I can upload my blocker wall. Thanks.
portalp is a varible in-game. It stores portal data (all about what particles a portal has, up to 80 particles maximum every channel).
you can upload the source on github and give us the link to it