Welcome to the new Diaspora forums, please let us know if you see anything broken! Notice: Some users may need to reupload their avatars due to an issue during forum setup!
duped core unlinked to reasource node issue
evil haggis
Registered Posts: 22
ok. this issue was brought forward by SGC¦ bad_idea. from what he knows every time you spawn a cored object from a dupe, it unlinks itself from the reasource node. bad also descrided to me how much of an issue this could be in the future Gmod 13. so both me and bad are requesting sombody please fix this issue asoon as possible
if you like me... you,r disgusting
Comments
I honestly have no idea why the duper doesn't save the RD3 stuff properly, though I'm not exactly the best at working with the RD3 systems. This won't be an issue in GM13 at all, I'm throwing the whole thing out the window. Support energy will cease to exist as weapons will be noming your capacitor directly. :twisted:
Lλmbdλ: donations for coding the space future of diaspora :>
Get your extra long EVE trial here!
# This E2 was written by NinjrKillr, and has been placed into the public # domain for free use. Any modifications are allowed, but credit must # remain with NinjrKillr for the original E2. This E2 is allowed to be # shared at will, provided this header remains intact. @name Core Auto-Linker @inputs ResourceNode:wirelink if(dupefinished()){timer("Re-Link",2000)} if(clk("Re-Link")) { if(->ResourceNode) { Core = entity():getCoreEnt() if(Core != noentity()){Core:link(ResourceNode:entity())} else{print("[Core Auto-Linker] Attempted to link Core and Node, but there was no Core :/")} } else { print("[Core Auto-Linker] There was no Resource Node attached, please wirelink the E2 to the node.") print("[Core Auto-Linker] Re-attempting in 30 seconds.") timer("Re-Link",30000) } }