Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.06 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.06 KB

Mod Template

Getting Started

Prerequisites

  • Visual Studio - Make sure to select C++ support in the installer.

  • VSNASM

  • Python 3

  • CMake - ZenovaAPI currently only supports 64-bit

  • Python Packages - pip3 install pywin32

Changing the Mod Name

No spaces in the modname

In the files change Example to your modname

CMakeLists.txt

set(ModName Example)

resources/modinfo.json

"nameId": "Example"

Building

  • Open the CMake GUI app and point the source code to the repository download
  • For the build directory, use a build directory inside the source code directory
  • Click configure and choose Visual Studio with x64 as the optional platform
  • Click finish and then click generate
  • Open the solution file in the build folder to open your mod project
  • Once you build your files will be put into the proper mod folder in %zenova_data%/mods/