Todo List:
- Make an node.js install script for Clusterio - requested from Hornwitser
from discussion, making an installer was in his plans, however he hasn't gotten around to doing it
this is coming along nicely. We plan to use npx (via npm init @scope) to run an installer instead, so it is a bit cleaner. Also using nsis to automate node/npm installation on windows
- this is coming along a lot further than I had originally intended. We are developing an electron-based installer library for installing Clusterio cross-platform
- Finish work on Recursive Blueprints - https://mods.factorio.com/mod/recursive ... 6b62b5e492
WIP - get a game save to a point that I am using recursive bps for playtesting
- Make an node.js install script for Clusterio - requested from Hornwitser
from discussion, making an installer was in his plans, however he hasn't gotten around to doing it
this is coming along nicely. We plan to use npx (via npm init @scope) to run an installer instead, so it is a bit cleaner. Also using nsis to automate node/npm installation on windows
- Test my patch for Factorio RCON protocol- viewtopic.php?f=221&t=93548
as the Factorio dev team won't implement it
- Finish my RCON utility - viewtopic.php?f=133&t=93146
It's currently waiting on the above patch
- Make ElectronJS app for Clusterio using the nodejs web-interface
Shouldn't be to hard to port the web-interface to Electron, but I haven't started that yet