Overview
Jam Ai Drones extends the Realistic Combat Drones jammer backpack so it interferes with AI-controlled drones. Drones inside the configured range can lose control and may explode. The jammer works whether it is equipped or on the ground.
This wiki is an example layout you can extend with exact field names and values from your shipped Settings.json.
Requirements
- Realistic Combat Drones and AI Use Drones (and any NOVA-based drone mods you target).
- Server or session must load this mod so the script runs where drones are simulated.
Configuration
On first run (or per your packaging), the mod creates a settings file under:
Profile/JamAiDrones/Settings.json
Edit this file while the server is stopped, then restart so changes apply.
Typical options (examples)
Document here the real keys your build exposes, for example:
- Range — radius in meters around the jammer within which drones are affected.
- Behavior — whether drones drift, drop, or detonate (match your implementation).
- Affects ground item — if worn vs world-ground jammers behave the same.
Gameplay notes
- Tune range so PvE stays fair: too large an area can frustrate drone-heavy missions.
- If another mod spawns drones with custom AI, note compatibility quirks in this section.
Troubleshooting
| Issue | Things to check |
|---|---|
| Drones ignore jammer | Confirm both dependency mods are loaded and load order is correct. |
| No config file | Ensure the profile path exists and the server has run once with the mod enabled. |
| Explosions feel harsh | Lower effect intensity or radius in Settings.json if your schema supports it. |
Links
- Workshop page for downloads and changelog.
- Your Discord for support and mission server examples.