Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.15 KB

File metadata and controls

18 lines (12 loc) · 1.15 KB

[![Build Windows]({{ tmplr.github_url }}/actions/workflows/build-windows-ci.yml/badge.svg)]({{ tmplr.github_url }}/actions/workflows/build-windows-ci.yml) [![Build Linux]({{ tmplr.github_url }}/actions/workflows/build-linux-ci.yml/badge.svg)]({{ tmplr.github_url }}/actions/workflows/build-linux-ci.yml)

{{ tmplr.name }}

This is a binary module for the Pragma Game Engine. For more information on binary modules, check out this wiki article.

Installation

To install this module, download one of the prebuilt binaries on the right and extract the archive over your Pragma installation.

The module can then be loaded in Pragma by running the following console command:

lua_run_cl print(engine.load_library("{{ tmplr.install_directory }}{{ tmplr.module_name }}"))

(You can use lua_run instead of lua_run_cl to load the module serverside instead of clientside.)

Developing

Please see the wiki for instructions on how to develop and build the module.