Skip to main content
Version: 2.3.0

Riverology - Setup

📋 Step-by-Step Guide
⏱️ 10 Minutes
🌊 Spline-Based

Get Riverology up and running in your Unreal Engine project with this comprehensive setup guide.


Prerequisites

RequirementDetails
Unreal EngineUE5.x (latest release)
Operating SystemWindows with DirectX 12 capable GPU (GTX 1080 / RTX 3060+)
Shader ModelSM6 support recommended
OptionalMesh Distance Fields for shoreline effects
River Setup Tips

Use spline points to shape your river. Adjust flow, width, and foam per-segment for varied river characteristics.


Installation Steps

Step 1: Find the Plugin in FAB Library

Open the Epic Games Launcher and navigate to the Fab Library. Search for Riverology to locate the plugin. You will see Riverology with the "Install to Engine" button.

Find the plugin in FAB Library


Step 2: Install to Your Engine Version

Click the dropdown arrow (▼) next to "Install to Engine" and select your target engine version. In the "Install Plugin" dialog, verify the "Slot to add plugin to" matches the UE version your project uses (e.g., 5.6), then click Install (or Resume if a previous download was interrupted).

If you prefer manual installation, select "Create Project" from the dropdown instead — this downloads the plugin into a new UE project. Then copy the Plugins/Riverology folder into your own project's Plugins/ directory.

Select engine version and install


Step 3: Open or Create Your Project

Launch Unreal Engine and open an existing project or create a new one. If you installed the plugin to the engine, it will be available automatically once the editor loads.

If you manually copied the plugin files into your project's Plugins/ folder, the editor will detect them on startup.

Open or create your UE project


Step 4: Open the Plugins Window

Once your project is loaded, go to Edit → Plugins to open the Plugins Browser. This is where you can search for and enable Riverology.

Open Edit → Plugins


Step 5: Find the Plugin

In the Plugins window, type "Riverolo" in the search bar. You will see RIVEROLOGY listed under the Installed section. Verify the version number and publisher (Galidar).

Search for Riverology in the Plugins browser


Step 6: Enable and Restart

Check the enable checkbox next to RIVEROLOGY. A yellow banner will appear at the bottom: "You must restart Unreal Editor for your changes to take effect." Click Restart Now to apply the changes.

After restart, confirm no missing dependencies in the Output Log.

Enable the plugin and restart the editor


Step 7: Show Plugin Content in Content Browser

To access the plugin's demo maps and assets, you need to make plugin content visible:

  1. Open the Content Browser (or Content Drawer)
  2. Click the Settings/Filter icon (⚙️) in the top-right area
  3. Enable Plugin Content so that plugin assets appear in the browser

This allows you to browse the Riverology assets, maps, and presets.

Enable Plugin Content visibility in Content Browser


Step 8: Browse Plugin Content

With plugin content visible, navigate to All → Engine → Plugins → RIVEROLOGY in the Content Browser tree. You will see the plugin's folder structure including:

  • Characters — Character-related assets
  • Input — Input mapping assets
  • Level Prototyping — Prototyping assets
  • ThirdPerson — Third-person template assets
  • Variant_Combat — Combat variant maps
  • Variant_Platforming — Platforming variant maps
  • Variant_Side Scrolling — Side-scrolling variant maps

Open a map from one of the variant folders to verify everything works correctly.

Browse Riverology content folders


Post-Installation Configuration

Configure Project Settings

Navigate to Edit → Project Settings and configure the following for optimal results:

Required Settings

CategorySettingValue
Platforms → WindowsDefault RHIDirectX 12
Platforms → WindowsD3D12 Shader Model 6✅ Enabled
Engine → RenderingGenerate Mesh Distance Fields✅ Enabled
CategorySettingValue
Engine → RenderingGlobal IlluminationLumen
Engine → RenderingReflectionsLumen
Engine → RenderingShadow Map MethodVirtual Shadow Maps

Place the River Spline

Add a river to your own level:

  1. Open Place Actors panel
  2. Search for Riverology Spline
  3. Drag it into your level
  4. Click to add spline points and shape your river
Large Worlds

For expansive maps, use World Partition for optimal streaming performance.


Test Your Setup

  1. Save your level (Ctrl+S)
  2. Click Play In Editor
  3. Verify the river renders correctly
  4. Test flow direction and water effects

Troubleshooting

FAB Marketplace / Installation Issues

"Already Installed" but plugin is missing

If FAB shows the plugin as "Already Installed" but it was never downloaded, or clicking "Install to Engine" does nothing:

  1. Clear the FAB / Launcher cache:

    • Close the Epic Games Launcher completely
    • Navigate to C:\Users\<YourUser>\AppData\Local\EpicGamesLauncher\Saved\ and delete the webcache folder
    • Reopen the Launcher and try installing again
  2. Verify the correct Engine version:

    • In the Fab Library, locate Riverology and click the dropdown arrow (▼) next to "Install to Engine"
    • In the "Install Plugin" dialog, check the "Slot to add plugin to" dropdown — make sure it matches the UE version your project uses (e.g., 5.6)
    • If you have multiple engine versions installed, FAB may have associated the plugin with a different one
  3. Manual installation as fallback:

    • In the Fab Library, click the dropdown arrow (▼) next to "Install to Engine" and select "Create Project"
    • This downloads the plugin into a new UE project — then copy the Plugins/Riverology folder into your own project's Plugins/ directory
    • You can also find your products in My Fab Library on the web
  4. Check disk space and permissions:

    • Ensure you have sufficient disk space on the drive where UE is installed
    • Run the Epic Games Launcher as Administrator if install buttons are unresponsive
Still not working?

If none of the above steps resolve the issue, open a support ticket on our Discord with:

  • A screenshot of what FAB shows (the "Already Installed" message)
  • Your Unreal Engine version
  • Your Order ID from Epic Transactions

We'll help you get up and running.


Common Issues

Editor & Rendering Issues

Pink/Preview Materials Shaders are still compiling. Wait for compilation to complete.

No Shoreline Foam Enable Generate Mesh Distance Fields in Project Settings.

DX12/SM6 Errors Verify Project Settings and restart the editor.

Low Performance

  • Disable debug views
  • Reduce complexity settings
  • Profile GPU with stat gpu

Next Steps

GuideLearn About
BuoyancyAdd floating objects with flow forces
SwimmingImplement character swimming
SurfaceConfigure water rendering
FoamSet up dynamic foam effects

Need Help?

Join our Discord community for setup assistance.

Get Support