Skip to main content

Introduction

Stoch provides Loot Tables which can be defined in the editor and used to generate loot at runtime. Loot Tables come with a handy asset editor for easily editing, compiling, and visualizing what is in the table. In addition, Stoch improves some of Unreal Engine's random functions, includes optimized structs for random operations, and integrates with nearly any item system.

Stoch is written entirely in C++ with the key features exposed to blueprint. This gives you the speed of C++ without needing to write any code. For C++ developers, code is exposed through public APIs and easily extensible.

Getting Started

Guides

In Depth