AtomicTorch Studio Forums

CryoFall => Mods => Topic started by: Feuerteufel on September 12, 2020, 05:54:00 AM

Title: [Client] Automaton Mod Expansion - Mining Routes
Post by: Feuerteufel on September 12, 2020, 05:54:00 AM
This  mod is a expansion to the Automaton mod and uses my Drone Commander Mod.
It adds a new Feature "MiningRoutes". With this Feature you can record routes and save them. These routes the mod then can walk automatically.
When entering Mining Areas (Clay pit or Mountain) it will mine all minerals which should be mined (selected ressources in DroneCommander Mod) and then continue walking the route.
When it encounters a hostile mob it will shoot them.

Prerequisites:
Mod type: Client Mod

Version: 0.1.0

Supported/Required versions: Download: https://drive.google.com/file/d/1QZDizc452KNzbK7jeW-QQ2P8iXw12Sea/view?usp=sharing (https://drive.google.com/file/d/1QZDizc452KNzbK7jeW-QQ2P8iXw12Sea/view?usp=sharing)

How to install:
1. Place Automaton.mpk, AutomatonDroneCommanderExpansion.mpk and AutomatonMiningRoutesExpansion.mpk in the "Mods" folder located at %userprofile%\documents\AtomicTorchStudio\CryoFall
2. Edit "ModsConfig" located at %userprofile%\documents\AtomicTorchStudio\CryoFall which looks likes this:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<mods>
  <mod>core_1.0.0</mod>
</mods>

by adding the following three lines:
  <mod>automaton</mod>
  <mod>automatonDroneCommanderExpansion</mod>
  <mod>automatonMiningRoutesExpansion</mod>

after the core, so it looks like this:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<mods>
  <mod>core_1.0.0</mod>
  <mod>automaton</mod>
  <mod>automatonDroneCommanderExpansion</mod>
  <mod>automatonMiningRoutesExpansion</mod>
</mods>


How to use:

Example video: Coming soon...

Changelog:
12.09.2020:
- first release
Title: Re: [Client] Automaton Mod Expansion - Mining Routes
Post by: Alp on September 29, 2020, 02:46:02 AM
This is very useful, but it has been disabled on the server. I will change how to operate
Title: Re: [Client] Automaton Mod Expansion - Mining Routes
Post by: yesnn on April 19, 2021, 10:14:00 PM
Doesn't work with A30 and automaton 0.4.1
Title: Re: [Client] Automaton Mod Expansion - Mining Routes
Post by: sloshappy on February 19, 2022, 10:25:35 PM
Any chance this gets updated?