Factorio Server/Mod Updater (NodeJS)

Find multiplayer games.
Tools/scripts to run a dedicated server.
Post Reply
maca134
Manual Inserter
Manual Inserter
Posts: 1
Joined: Wed Jun 29, 2016 1:26 pm
Contact:

Factorio Server/Mod Updater (NodeJS)

Post by maca134 »

Been running a private server for friends and got sick of having to manually copy mods, server files etc. So I wrote a simple node js module for checking/updating mods.
Mod Updater
Install (once NodeJS is installed)

Code: Select all

npm install -g factorio-mods-updater
Run

Code: Select all

factorio-mods-updater -p /path/to/mods
URLs
https://www.npmjs.com/package/factorio-mods-updater
https://bitbucket.org/maca134/factorio-mods-updater
Server Updater
Install (once NodeJS is installed)

Code: Select all

npm install -g factorio-server-downloader
Run

Code: Select all

factorio-server-downloader -v VERSION -d /path/to/factorio
Version can be 'latest', 'experimental', 'stable' or a specific version number

URLs
https://www.npmjs.com/package/factorio- ... downloader
https://bitbucket.org/maca134/factorio- ... downloader

Post Reply

Return to “Multiplayer / Dedicated Server”