Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Respawn - Add 3DEN and Zeus modules #227

Merged
merged 12 commits into from
Nov 4, 2024
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
hemtt
hemtt.exe
.hemtt/local
.hemtt/missions/~*
symbols/*

# Bikey
Expand Down
3 changes: 3 additions & 0 deletions .hemtt/launch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
workshop = [
"450814997", # CBA_A3
"2369477168", # ADT
"1779063631", # ZEN
]
parameters = [
"-name=dev",
"-noPause",
"-window",
]
mission = "test.Stratis"

[ace]
extends = "default"
Expand Down
4 changes: 4 additions & 0 deletions .hemtt/missions/test.Stratis/cba_settings.sqf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

// ArmaForces - Respawn
force afm_respawn_enabled = true;
force afm_respawn_time = 60;
7 changes: 7 additions & 0 deletions .hemtt/missions/test.Stratis/description.ext
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

cba_settings_hasSettingsFile = 1;

respawn = 3;
respawnDelay = 1e10;
respawnOnStart = -1;
respawnTemplates[] = {"afm_respawn_default", "Counter"};
Loading
Loading