0 of 0

File information

Last updated

Original upload

Created by

igromanru

Uploaded by

igromanru

Virus scan

Safe to use

About this mod

Simple instant fishing mod. Simply cast the fishing rod into a valid fishing zone and get your reward.

Requirements
Permissions and credits
Changelogs
Donations
Description
For people who don't like fishing. Simple instant fishing mod.
Since v1.2.0 Infinite Bait feature can be enabled through a Lua variable, it's disabled by default.
Since v1.3.0 the mod can be disabled at the start and a hotkey can be assigned to toggle it on/off.


Attention: The mod shouldn't affect what you catch, it gets calculated by the game as soon you cast the Rod.

Requirements
UE4SS for Abiotic Factor

Manual Installation
As for now Vortex doesn't support the game, so you have to install the mod manually.
1. Follow the instruction on the UE4SS for Abiotic Factor page to download and install latest UE4SS from there.
2. After use the Manual Download button in Files tab of this mod to download the mod as a zip file.
4. Unzip/extract the content of mod's zip (InstantFishing folder) into the directory: (game root directory)\AbioticFactor\Binaries\Win64\ue4ss\Mods\
Make sure you don't create a new folder while extracting! If you do just move the content to the destination after.
Whole mod path should be like this: (game root directory)\AbioticFactor\Binaries\Win64\ue4ss\Mods\InstantFishing\
Steam example: C:\Program Files (x86)\Steam\steamapps\common\AbioticFactor\Binaries\Win64\ue4ss\Mods\InstantFishing\
5. Verify that you have installed the mod correctly.
The mod directory should contain a Scripts folder and an enabled.txt file.
(game root directory)\AbioticFactor\Binaries\Win64\ue4ss\Mods\InstantFishing\Scripts\
(game root directory)\AbioticFactor\Binaries\Win64\ue4ss\Mods\InstantFishing\enabled.txt


How to use
1. Take or craft a Fishing Rod
2. Go fish
3. ???
4. Lots of fish

Mod Configuration
1. Navigate into mod's directory to find the main.lua file.
It should be in: (game root directory)\AbioticFactor\Binaries\Win64\Mods\InstantFishing\Scripts\
2. Open the main.lua with Notepad or any other text editor.
3. Here you can change following settings through Lua variables:
ModEnabled - Set to false to start the game with the mod disabled.
InfiniteBait - Set to true to avoid consuming the bait while fishing.
ToggleKey and ToggleKeyModifiers can be used to assign a hotkey to toggle the mod. (Key docs, ModifierKey docs)
Example:
It will disable the mod at the start, enable infinite bait and set the toggle hotkey to F5.
---------- Configurations ----------
ModEnabled = false
InfiniteBait = true
ToggleKey = Key.F5
ToggleKeyModifiers = {}
-------------------------------------

4. Don't forget to save the file. You will also have to reapply your changes after each mod update.


Multiplayer
The mod always works, even if you join other servers.

My AF Mods
Check out my other Abiotic Factor mods.

GitHub Page

Highest form of appreciation
If you like my work and feel generous, you can support me.