mirror of
https://github.com/indig0fox/Arma3-AttendanceTracker.git/
synced 2025-12-08 09:51:47 -06:00
- using a3go 0.3.2, no longer relies on ext callback for anything except RPT logging and waiting DB connect at postinit - tested and functional
40 lines
937 B
TOML
40 lines
937 B
TOML
name ="IFX Attendance Tracker"
|
|
author ="IndigoFox"
|
|
prefix ="attendancetracker"
|
|
mainprefix="x"
|
|
|
|
[version]
|
|
path ="addons/main/script_version.hpp" # Default
|
|
git_hash=6 # Default: 8
|
|
|
|
[files]
|
|
include=[
|
|
"AttendanceTracker.config.example.json",
|
|
# "AttendanceTracker.config.json", # used for copying active config during debugging
|
|
"LICENSE",
|
|
"README",
|
|
"mod.cpp",
|
|
"*.dll",
|
|
"*.so",
|
|
]
|
|
|
|
# Launched with `hemtt launch`
|
|
[hemtt.launch.default]
|
|
workshop=[
|
|
"450814997", # CBA_A3's Workshop ID
|
|
]
|
|
dlc=[]
|
|
optionals=[]
|
|
parameters=[
|
|
"-skipIntro", # These parameters are passed to the Arma 3 executable
|
|
"-noSplash", # They do not need to be added to your list
|
|
"-showScriptErrors", # You can add additional parameters here
|
|
"-debug",
|
|
"-filePatching",
|
|
]
|
|
executable="arma3_x64" # Default: "arma3_x64"
|
|
|
|
[hemtt.release]
|
|
sign =false # Default: true
|
|
archive=true # Default: true
|