Skip to content

Template AmxModX plugin package for building on Windows.

Notifications You must be signed in to change notification settings

ArKaNeMaN/amxx-WinBuildTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AmxModX Plugin Repo Template

Template AmxModX plugin package for building on Windows.

.build-config

Config for building script build.bat.

; Name of output .zip file
PACKAGE_NAME=Unnemad

; Path from project root to amxmodx folder
PACKAGE_AMXMODX_FOLDER=amxmodx

; Should add README.md file to .zip
PACKAGE_README_USE=0

; Should add compiled plugins (.amxx files) to .zip
PACKAGE_COMPILED_PLUGINS_USE=1
; Should save compiled plugins in project file after build
PACKAGE_COMPILED_PLUGINS_SAVE=1

; Should generate plugins-*.ini file and add it to .zip
PACKAGE_PLUINGS_LIST_USE=0
; Should postfix of plugins-*.ini file (pastes instead *)
PACKAGE_PLUINGS_LIST_POSTFIX=unnamed
; Should save plugins-*.ini file in project file after build
PACKAGE_PLUINGS_LIST_SAVE=0

; Should add assets to .zip file
PACKAGE_ASSETS_USE=0
; Path from project root to folder with assets files
PACKAGE_ASSETS_FOLDER=assets

Building

For building you must install AmxModX compiler by AmxxCompilerInstaller.

Also, may be required download depended .inc files.

About

Template AmxModX plugin package for building on Windows.

Resources

Stars

Watchers

Forks