Work In Progress
What it does
Arc Raiders Loadout Loader is a small utility that uses an image recognition library to recognize the icons of the items you are interested in so that it can automatically navigate through the in-game menus and craft or equip them.
The fact it uses image recognition means Arc Raiders must remain visible on your screen and cover the entire screen, it also means this program does not read memory or anything that could be flagged by an anticheat since that wouldn't be viable solution to cheat anyway.
How to use it
The tool is a .exe that you should run through a command line interface or via a script, it accepts a list of file names that should point to .txt files that list items and what to do with them.
Here is an example, we can make a craft-my-gear.bat file and insert the following command into it:
arc-raiders-loadout.exe quickuse.txt medium-ammo.txt
Then we can create the quickuse.txt file and write the following into it:
craft if needed and equip: 3 BandageBlue
craft if needed and equip: 5 ShieldRecharger
craft if needed and equip: 5 BandageWhite
The same for the medium-ammo.txt file:
craft if needed and equip: 4 medium ammo
craft if needed and equip: 4 medium ammo
craft if needed and equip: 4 medium ammo
Once those files are ready and after placing them next to the arc-raiders-loadouts.exe, double-clicking the craft-my-gear.bat and quickly going back to Arc Raiders (since the game needs to be visible on screen). You should see the program perform mouse movements for you.
If you need to prepare a loadout but don't want the tool to craft anything, you can add the --dry-run argument to the .bat file. This will stop it from actually crafting anything:
arc-raiders-loadout.exe --dry-run quickuse.txt medium-ammo.txt
Loadouts syntax
Currently supported actions
craft
craft if needed
craft if needed and equip
craft and equip
equip
Currently supported items
ShieldRecharger
ShieldGreen
ShieldBlue
ShieldPink
BandageWhite
BandageGreen
BandageBlue
AmmoLight
AmmoMedium
AmmoHeavy
AmmoShotgun
Torrente
AugmentCombatMk2
Fabric
AngledGrip1
Compensator1
ExtendedLightMag1
ExtendedMediumMag1
ExtendedShotgunMag1
MuzzleBrake1
ShotgunChoke1
StableStock1
VerticalGrip1
GrenadeLightImpact
GrenadeSnapBlast