Files
RangerMetrics/.hemtt/project.toml
IndigoFox 40b5a3d26f small reorg, some improvements, readme updates
- fix hemtt config to copy example
- add measurements table in Readme
- ENTITY COUNTS
  - re add side tags
  - use `side group _x` for units and players
  - fix players_connected and add headless_clients
- get `_allUserInfos = allUsers apply {getUserInfo _x} select {count _x > 0};` from main loop and use in entity counts and player performance
2023-10-10 18:17:18 -07:00

38 lines
789 B
TOML

name ="IFX Server Metrics"
author ="IndigoFox"
prefix ="ifxmetrics"
mainprefix="x"
[version]
path ="addons/main/script_version.hpp" # Default
git_hash=6 # Default: 8
[files]
include=[
"ifxmetrics.config.example.json",
"LICENSE",
"README.md",
"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",
]
[hemtt.release]
sign =false # Default: true
archive=true # Default: true