A mod for Abiotic Factor that increases the range of Item Transporters.
This mod automatically modifies the range of Item Transporters in Abiotic Factor, allowing you to collect items from much greater distances. The mod runs automatically when the game loads and provides both chat and console commands for configuration.
Current Version: 2.3
- Automatic Range Modification: Automatically increases Item Transporter range when transporters are placed or when the game loads
- Configurable Range: Set custom range values via chat or console commands
- Real-time Monitoring: Track how many transporters have been modified
- Chat Commands: Easy-to-use in-game chat commands with
/trprefix - Console Commands: Advanced configuration via console
- Visual Feedback: In-game notifications for all actions
- Reset Functionality: Reset all modifications and reprocess transporters
- Default Game Range: 1600 units
- Mod Default Range: 5000 units (~3x default)
- Recommended Values:
3200= 2x default5000= ~3x default8000= 5x default16000= 10x default
Use /tr or /transporter followed by:
| Command | Description |
|---|---|
/tr or /tr help |
Show available commands |
/tr status |
Display current range and statistics |
/tr reset |
Reset all modifications and reprocess transporters |
/tr range <value> |
Set new range value (e.g., /tr range 8000) |
/tr status
/tr range 8000
/tr reset
Open the console and use:
| Command | Description |
|---|---|
transporter.help |
Show all available commands |
transporter.status |
Display detailed status information |
transporter.reset |
Reset modifications and reprocess |
transporter.range <value> |
Set new range (e.g., transporter.range 8000) |
transporter.range |
Show current range without arguments |
transporter.status
transporter.range 10000
transporter.reset
- Ensure you have UE4SS installed for Abiotic Factor
- Copy the
ItemTransporterRangefolder to your mods directory:AbioticFactor\Binaries\Win64\ue4ss\Mods\ - The complete path should be:
AbioticFactor\Binaries\Win64\ue4ss\Mods\ItemTransporterRange\ - Launch the game - the mod will activate automatically
ItemTransporterRange/
├── enabled.txt # Automatically enables the mod
├── scripts/
│ ├── main.lua # Main mod file
│ └── AFUtils/ # Utility framework
│ ├── AFUtils.lua # Core utilities
│ ├── AFBase.lua # Base functions
│ ├── Enums.lua # Game enumerations
│ ├── StaticClasses.lua # Static class references
│ ├── DefaultObjects.lua # Default object definitions
│ ├── ObjectsGetter.lua # Object retrieval functions
│ └── BaseUtils/ # Additional utilities
│ ├── BaseUtils.lua
│ ├── DefaultObjects.lua
│ ├── FNames.lua
│ ├── LinearColors.lua
│ ├── MathUtils.lua
│ ├── StaticClasses.lua
│ └── prepare_release.py
Edit the NEW_RADIUS value in scripts/main.lua:
local NEW_RADIUS = 5000.0 -- Adjust this value (in Unreal units)Use chat or console commands to change the range without restarting the game.
- Automatic Detection: The mod hooks into the game's component activation system
- Range Modification: When an Item Transporter is detected, its sphere radius is modified
- Tracking: Each modified transporter is tracked to prevent duplicate modifications
- Persistence: Settings persist during the game session (reset on game restart unless manually configured)
Transporters not being modified:
- Use
/tr resetto reprocess all transporters - Check
/tr statusto see current statistics - Ensure transporters are fully placed/activated
Commands not working:
- Make sure to use the exact command syntax
- Chat commands require
/tror/transporterprefix - Console commands require
transporter.prefix
Mod not loading:
- Verify UE4SS is properly installed
- Check that the mod folder is in the correct location
- Ensure
main.luais in thescriptsfolder
The mod logs detailed information to the console. Check the game's console output for:
- Mod initialization messages
- Transporter modification confirmations
- Error messages
- Framework: Built using UE4SS for Unreal Engine 4 games
- Language: Lua scripting
- Dependencies: AFUtils framework (included)
- Compatibility: Abiotic Factor (tested with current version)
- Performance: Minimal impact - only processes transporters when placed
- Current stable version
- Full chat and console command support
- Automatic transporter detection and modification
- Real-time configuration changes
- Enhanced error handling and user feedback
This mod uses the AFUtils framework for Abiotic Factor modding. When making modifications:
- Test thoroughly in single-player before multiplayer use
- Follow Lua best practices
- Maintain compatibility with the AFUtils framework
- Document any new features or changes
- This mod modifies game behavior and may affect gameplay balance
- Use at your own discretion
- Always backup your save files before using mods
- The mod may need updates when the game is updated
For issues or questions:
- Check the troubleshooting section above
- Use
/tr statusandtransporter.statusto gather information - Check console output for error messages
- Try
/tr resetto resolve common issues