Stuff for RCON [AARR]
Optimized stuff for RCON via scenario/mod
- In order to detect if it's scenario or mod use:
/sc if remote.interfaces.AARR then remote.call("AARR", "getSource") end
- If it's a scenario use something like this to get results:
/sc someFunction(parameters)
- If it's a mod use something like this to get results:
/sc __AARR__ someFunction(parameters)
- You should active the mod by calling "activate()" via rcon, before calling any other fuction.
Installation Guide | Translations | Discord |
---|---|---|
📖 Installation Guide | 📚 Help with translations | 🦜 Discord |
If you want to download from this source, then use commands below (requires git).
git clone --recurse-submodules -j8 https://github.com/ZwerOxotnik/factorio-RCON-stuff
cd factorio-RCON-stuff
Don't be afraid to contribute! We have many, many things you can do to help out. If you're trying to contribute but stuck, tag @ZwerOxotnik
Alternatively, join the Discord group and send a message there.
Please read the contributing file for other details on how to contribute.
Copyright (c) 2022 ZwerOxotnik <zweroxotnik@gmail.com>
Use of the source code included here is governed by the Apache License, Version 2.0. See the LICENSE file for details.