Documentation
Everything you need to install, configure, and master Fortiq
Quick Start
Get up and running in under 5 minutes. Follow these three simple steps to start receiving AI-powered tactical recommendations.
Download and Extract
Download the latest release from the homepage and extract the ZIP file to a permanent location (e.g., C:\FortniteCoach\). Do not run from Downloads folder.
Configure Fortnite
Set Fortnite to Fullscreen Windowed mode at 1920Ã1080 resolution. This is required for overlay and detection to work properly.
Launch and Play
Run FortniteCoach.exe and start a match. The overlay will appear automatically with tactical recommendations. Your first match is a calibration phase.
Detailed Installation
Prerequisites
- Operating System: Windows 10/11 (64-bit)
- GPU: NVIDIA GPU with CUDA support (GTX 1060 6GB or better)
- VRAM: 6GB minimum, 8GB recommended
- RAM: 8GB minimum, 16GB recommended
- Disk Space: 500MB for installation
Step-by-Step Installation
Download the latest FortniteCoach-vX.X.X.zip from the homepage.
Right-click the ZIP file â Extract All â Choose a permanent directory like:
C:\Program Files\FortniteCoach\
Important: Do not extract to Downloads or Temp folders.
Ensure you have the latest NVIDIA drivers installed:
- Download from: nvidia.com/drivers
- Verify installation by opening Command Prompt and running:
nvidia-smi
In Fortnite settings:
- Window Mode: Fullscreen Windowed
- Resolution: 1920Ã1080
- Frame Rate Limit: Unlimited or 144+ FPS
Double-click FortniteCoach.exe. If Windows Defender shows a warning, click "More info" â "Run anyway".
System Requirements
Fortiq uses GPU-accelerated machine learning for real-time detection. Below are the detailed requirements for optimal performance.
| Component | Minimum | Recommended | Optimal |
|---|---|---|---|
| OS | Windows 10 64-bit | Windows 11 | Windows 11 |
| GPU | GTX 1060 6GB | RTX 3060 | RTX 4070+ |
| VRAM | 6 GB | 8 GB | 12+ GB |
| RAM | 8 GB | 16 GB | 32 GB |
| CPU | 4 cores | 6+ cores | 8+ cores |
| Storage | 500 MB | 1 GB | 1 GB (SSD) |
NVIDIA GPUs (Recommended)
| Generation | Supported | Performance |
|---|---|---|
| RTX 40 series | Yes | Excellent |
| RTX 30 series | Yes | Excellent |
| RTX 20 series | Yes | Very Good |
| GTX 16 series | Yes | Good |
| GTX 10 series (6GB+) | Limited | Acceptable |
| GTX 10 series (<6GB) | No | Poor |
AMD GPUs
VRAM Usage
| Configuration | VRAM Required |
|---|---|
| Core detection only | ~1.5 GB |
| + Ego segmentation | ~2.5 GB |
| + Depth estimation | ~4.0 GB |
| + All features | ~5.0 GB |
With GPU Acceleration (CUDA)
| Metric | Expected |
|---|---|
| Detection FPS | 8-15 FPS |
| Latency | 15-30 ms |
| CPU Usage | 2-5% |
| VRAM Usage | 1.5-3 GB |
Without GPU Acceleration (CPU)
| Metric | Expected |
|---|---|
| Detection FPS | 2-5 FPS |
| Latency | 50-150 ms |
| CPU Usage | 15-30% |
| RAM Usage | +500 MB |
Understanding the Overlay
The Fortiq overlay displays real-time tactical recommendations powered by AI. Here's what each element means.
Overlay Customization
You can customize the overlay appearance in config/config.yaml:
overlay:
opacity: 0.9 # Overlay transparency (0.0 - 1.0)
font_size: 24 # Action text size
show_risk: true # Display CVaR risk score
show_threats: true # Display threat bounding boxes
position: top-center # Overlay position (top-center, top-left, top-right)
Action Reference
Detailed explanation of each action the AI can recommend and when it's used.
When Used: You're in a favorable position with low immediate risk.
What to Do: Stay in your current position. Monitor surroundings and prepare for incoming threats. Avoid unnecessary movement that could expose you.
Risk Level: Low (CVaR < 30%)
When Used: Storm is closing in, or you're outside the safe zone.
What to Do: Immediately move toward the safe zone. Use natural cover while rotating. Avoid engaging enemies unless necessary.
Risk Level: Medium (Storm pressure + potential exposure)
When Used: Taking damage with no natural cover nearby.
What to Do: Quickly build walls and ramps around yourself. Create a 1Ã1 box for protection. Heal if HP/Shield is low.
Risk Level: High (Under immediate fire)
When Used: Low HP/Shield during combat.
What to Do: Break line of sight and retreat. Build cover while moving away. Heal to full before re-engaging.
Risk Level: Critical (HP < 75 or Shield < 50)
When Used: You have advantage (high HP/Shield, good positioning, enemy is weak).
What to Do: Advance toward the enemy. Build aggressive ramps for high ground. Apply constant pressure.
Risk Level: Variable (Depends on resource advantage)
When Used: Current position is compromised or strategically poor.
What to Do: Move to a better position with more cover or high ground. Avoid staying in predictable locations.
Risk Level: Medium (Exposed during movement)
Configuration
Customize Fortiq to match your hardware and preferences. All settings are in config/config.yaml.
Basic Settings
# Display Configuration
overlay:
enabled: true
opacity: 0.9
font_size: 24
position: top-center
# Detection Settings
detection:
confidence_threshold: 0.4
nms_threshold: 0.5
max_detections: 20
# Performance
performance:
target_fps: 10
use_gpu: true
batch_size: 1
Advanced Settings
# AI Policy
policy:
risk_aversion: 0.7 # Higher = more conservative (0.0 - 1.0)
horizon: 10.0 # Planning horizon in seconds
enable_memory: true # Use spatial memory system
# Logging
logging:
level: INFO # DEBUG, INFO, WARNING, ERROR
save_sessions: true # Save session data for analysis
Hardware-Specific Profiles
Optimized configuration profiles for different hardware setups.
RTX 4070+ | 32GB RAM
performance:
target_fps: 15
use_gpu: true
batch_size: 2
detection:
enable_depth: true
enable_segmentation: true
enable_3d_memory: true
policy:
enable_memory: true
horizon: 15.0
Expected Performance: 12-15 FPS detection, <20ms latency, all features enabled
RTX 3060 / RTX 2070 | 16GB RAM
performance:
target_fps: 10
use_gpu: true
batch_size: 1
detection:
enable_depth: false
enable_segmentation: true
enable_3d_memory: false
policy:
enable_memory: true
horizon: 10.0
Expected Performance: 8-10 FPS detection, ~25ms latency, depth disabled
GTX 1060 6GB | 8GB RAM
performance:
target_fps: 8
use_gpu: true
batch_size: 1
detection:
enable_depth: false
enable_segmentation: false
enable_3d_memory: false
max_detections: 10
policy:
enable_memory: false
horizon: 8.0
Expected Performance: 6-8 FPS detection, ~35ms latency, minimal features
Troubleshooting
Common issues and solutions. If you hit a problem that is not listed here, report it from the app: Sidebar → System → Bug Report.
Display Issues
Causes:
- Fortnite is not in Fullscreen Windowed mode
- Resolution is not 1920Ã1080
- Overlay disabled in config
Solutions:
- Verify Fortnite display settings match requirements
- Check
config.yamlhasoverlay.enabled: true - Restart both Fortnite and FortniteCoach
Causes: Windows Game DVR or other overlay software conflicts
Solutions:
- Disable Windows Game Bar (Settings â Gaming â Game Bar â Off)
- Disable NVIDIA GeForce Experience overlay
- Disable Discord overlay while playing
Performance Issues
Check GPU Usage:
nvidia-smi
If GPU is not being used, check:
- CUDA drivers are installed
config.yamlhasperformance.use_gpu: true- VRAM is not full (close other GPU applications)
Likely Cause: Running in CPU-only mode
Solutions:
- Verify GPU acceleration is working (
nvidia-smi) - Update GPU drivers to latest version
- Reduce
target_fpsin config to 8 or lower
Solutions:
- Disable
enable_depthandenable_3d_memory - Reduce
max_detectionsto 10 - Set
batch_size: 1 - Close other applications using VRAM
Detection Issues
Check:
- Fortnite resolution is exactly 1920Ã1080
- Fortnite is in Fullscreen Windowed (not Fullscreen)
- Lower
confidence_thresholdto 0.3 in config - Ensure enemies are visible on screen (not hidden behind objects)
Solutions:
- Increase
confidence_thresholdto 0.5 or 0.6 - Increase
nms_thresholdto 0.6 for stricter filtering
Performance Optimization
Tips to maximize performance and minimize latency.
- Set View Distance to Medium or Near
- Disable Motion Blur and V-Sync
- Lower Shadows quality
- Enable Performance Mode
- Enable Windows Game Mode
- Use High Performance power plan
- Close browser tabs and background apps
- Disable Windows Game DVR
- Keep NVIDIA drivers up to date
- Install latest Visual C++ Redistributables
- Update Windows to latest version
- Lower target_fps if experiencing lag
- Disable unnecessary features (depth, segmentation)
- Reduce max_detections to 15 or 10
- Use hardware-specific profile configs
performance:
target_fps: 12
batch_size: 1
use_gpu: true
detection:
enable_depth: false
enable_segmentation: false
max_detections: 10
policy:
horizon: 8.0
Frequently Asked Questions
No. Fortiq is an AI-powered coaching tool that provides tactical recommendations based on screen analysis. It does not:
- Modify game files or memory
- Provide aimbot or wallhacks
- Inject into the game process
- Automate player actions
It works like a human coach watching your gameplay and giving advice.
Fortiq does not violate Epic Games' Terms of Service as it:
- Only reads screen pixels (like screen recording software)
- Displays an external overlay (like Discord overlay)
- Does not automate inputs or modify game behavior
However: Use at your own risk. Epic Games has not officially endorsed this tool. While unlikely, there is always a theoretical risk with third-party software.
No. Fortiq currently only supports Windows PC. Console support is not planned at this time.
Currently, Fortiq is optimized for 1920Ã1080 (16:9) resolution. Other resolutions may work but detection accuracy may be reduced. We recommend running Fortnite at 1080p even on higher resolution displays.
Yes. The overlay will be visible in your stream. You can adjust opacity in settings if you want it less prominent. Note that streaming may impact performance if you have limited GPU resources.
The AI uses a combination of:
- Computer Vision: Detects enemies, resources, and game state from screen
- Graph Neural Network: Models spatial relationships and threat levels
- Reinforcement Learning Policy: Predicts optimal actions based on current state
- Risk Assessment (CVaR): Calculates survival probability for each action
The AI has been trained on thousands of high-level gameplay scenarios to learn optimal strategies.
The AI bases decisions on limited information visible on screen. It may not always know:
- Enemy skill level or loadout
- Audio cues (footsteps, gunshots from off-screen)
- Your personal comfort level with risky plays
- Team communication in squad modes
Use recommendations as suggestions, not absolute rules. Over time, the AI calibrates to your playstyle.
No personal data is collected. All processing happens locally on your machine. If you enable session logging, anonymized gameplay data (positions, actions, outcomes) is saved locally for analysis. No data is sent to external servers.
Fortiq - AI-Powered Tactical Coaching
Need more help? Report it from the app: Sidebar → System → Bug Report.
Fortiq is not affiliated with, sponsored or endorsed by Epic Games, Inc. Fortnite is a trademark of Epic Games, Inc.