Hogwarts Legacy
0 of 0

File information

Last updated

Original upload

Created by

Convai

Uploaded by

Convai

Virus scan

Safe to use

Mod articles

  • Developer Guide

    This guide will show you how to make Mods that add Convai's features to any pre-existing or already released Unreal Engine game, from version 4.12 to 5.2.

    We'll be use the following tools:

    Convai SDK(C++) (https://github.com/Conv-AI/convai-sdk-cpp): This repository provides a set of libraries to access the Convai Character GetResponse API via gRPC streaming.
    (https://github.com/UE4SS-RE/RE-UE4SS): C++ Modding API, SDK generator, blueprint mod loader, live property editor and other dumping utilities for UE4/5 games.

    Installation
    Let's get started by setting up the Convai SDK. First, go to the repository's readme and follow the instructions for installing Bazel and building the project.

    If you encounter a "roots.pem" error, go to ...