BrisingrAerowing 12 Posted September 17, 2017 Share Posted September 17, 2017 I am working on a port of Sidoh's AE2 Stockpile program, originally for ComputerCraft. It allows for keeping a specific number of items in stock in an AE2 system, and has the ability to add and remove items without the user having to edit configuration files. I am writing this for the 1.10.2 version of OC / AE2, so it may or may not work on the 1.7.10 version. I also plan on adding ExtraCells compatibility for fluids and whatnot (I have a custom build from the ExtraCells 1.10.2 git code, because I like living on the edge). I am porting this file by file, so watch this space for new information / releases. The initial plan is for full feature parity with the original, then I will focus on adding new features. Side Note: The code is VERY well written, so porting shouldn't take too long. UPDATE: I have the initial port done and will upload it to my repository soon. UPDATE2: I am also planning a Refined Storage version. That may take a little longer. EDIT: Even though this is on my programs repo, it is still very WIP and shouldn't be used at this time. I currently do not have access to my system due to it having a bad power socket, so further work will have to wait until that is fixed. Quote Link to post Share on other sites
godsyn 0 Posted November 7, 2017 Share Posted November 7, 2017 Progress? note on filename: tablePersistance.lua Small typo in the program name. persistence . Quote Link to post Share on other sites
godsyn 0 Posted November 7, 2017 Share Posted November 7, 2017 currently getting : Quote Link to post Share on other sites
BrisingrAerowing 12 Posted November 12, 2017 Author Share Posted November 12, 2017 I'll take a look, but my main computer is broken right now (bad power socket) and is in for repair, so I likely won't be able to do anything for a bit. Quote Link to post Share on other sites
BrisingrAerowing 12 Posted November 12, 2017 Author Share Posted November 12, 2017 @godsyn Did you download the files under the stockpile directory and put them in /lib/stockpile? Those are required as well. When I get my computer back I am going to write an install script for this. I also have a few uncommited changes there, along with some initial work on a Refined Storage version. Quote Link to post Share on other sites