Skip to content
/ Template Public template
forked from MinecraftZenova/Template

A Mod Template for Zenova API

Notifications You must be signed in to change notification settings

HeroFluxx/Template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

A Mod Template for Zenova API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.7%
  • CMake 16.8%
  • C++ 1.5%