#AE2 Discord Integration for autocrafting
16 messages · Page 1 of 1 (latest)
who are you?
damn

this saved my marriage, thank you
now is it possible to make it so you can order ae2 stuff from discord
you could but it would be a lot more complicated; you'd need to run a server of some kind that OC could connect to to see what crafts you want, because OC is unable to listen for incoming connections
another option is the ae2 web integration mod
imagine how funny that would be for a streamer to allow there discord to order stuff from ae2
i'm seeing a couple issues with this script trying to use it in my world
- it uses
getItemsInNetwork, which is basically guaranteed to OOM any computer that doesn't have a magical memory beyond like EV - after adding a magical memory, it doesn't actually know what the CPUs are crafting, it instead loops through each item and finds whatever had the biggest increase since last time it checked; as a result it looks like this
i'm not sure why not just use finalOutput here instead? since i imagine repeated getItemsInNetwork is also not great for performance in addition to these issues
interesitng
ill see if i can fix that
hopefully that is alberta