This mod is a simple expansion to the Automaton mod.
It adds a new Feature "AutoFish" which automatically fishes near water when a fishing rod is equipped. (At the moment u need to have the mouse over water though)
Simply activate it like everything else in the Automaton mod.
Prerequisites: Automaton Mod which can be found here:
https://forums.atomictorch.com/index.php?topic=1097.0Mod type: Client Mod
Version: 0.1.1
Supported game version / Supported Automaton Mod version: 0.27.7.6 / 0.3.5
Download: https://drive.google.com/file/d/1maGmvk8m8caJ2OWk-xntU7VSMwoGVHZ9/view?usp=sharingHow to install: 1. Place Automaton.mpk and AutomatonFishingExpansion.mpk in the "Mods" folder located at
%userprofile%\documents\AtomicTorchStudio\CryoFall2. 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 two lines:
<mod>automaton</mod>
<mod>automatonFishingExpansion</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>automatonFishingExpansion</mod>
</mods>
Changelog: 25.07.2020:
- updated mod to work with Automaton 0.3.5
Hope i have done everything right and you'll like it
