great release
I made that months ago
only an E:wirelink() function though, which automatically made an entity wirelink-enabled
I just created small and easy, but very useful E2 addon that can manipulate wirelink output of entities. It has 3 functions:
You can manipulate wirelinks only on your own entities.Code:e:getWirelink() --returns wirelink for entity. e:makeWirelink() --creates wirelink output. e:removeWirelink() --removes wirelink output.
Wirelink returned is fully-functional, so you can now just put e2 on console screen and make it write something even without wiring! Cost of all functions is 5, e2helper help is included.
With this functions you can create almost self-wiring contraptions (everything can be wirelinked to e2) or just test your hi-speed things without wiring them!
@wire devs: if you find this module useful, please include it in official wire. Lua file included in attachments.
Last edited by kna; 09-09-2009 at 11:57 PM.
great release
I made that months ago
only an E:wirelink() function though, which automatically made an entity wirelink-enabled
"It's easy to win forgiveness for being wrong; being right is what gets you into real trouble." - Bjarne Stroustrup
Lífið læðist lúmskt áfram
By the way, the Wired Wirer has an input to create a wirelink output on any entity. It's on the UWSN.
Jeremydeath's Wire Addons - Try Them... NOW!
Wired Wirer is not expression2. You need some applyForce() and applyAngForce() to point Wired Wirer at entity, and then you need inputs or outputs to make it do something. You know, doing everything from e2 is a lot easier, you just find entity and get wirelink for it.
Updated addon, now getWirelink() automatically creates wirelink output.
i vote we put this in the svn.
The Expression 2 editor says this is a valid function, but I do not see it documented on the wiki.
EDIT:
Attempting to use it yields an error: No such function: entity:wirelink() at line 10, char 37
TomyLobo said that he created similar addon, but with E:wirelink() instead of E:getWirelink()
And I repeat, in attached file E:getWirelink() automatically creates wirelink output.
see the discussion about E:wirelink() for reasons not to include this into wiresvn
"It's easy to win forgiveness for being wrong; being right is what gets you into real trouble." - Bjarne Stroustrup
Lífið læðist lúmskt áfram
Uhh, it is hard for me to find thread with discussion, so can you please tell in short, why not include this to SVN?
This addon checks for owner and you can create wirelinks only on wire entities (so no props with wirelink outputs). I don't think it can crash server as it does not wire anything and does not trigger any of e2 inputs.
Bookmarks