Skip to content

Commit

Permalink
Merge pull request #20 from tuntematonjr/Dev
Browse files Browse the repository at this point in the history
Major rework 1.8.0
  • Loading branch information
tuntematonjr authored Oct 23, 2024
2 parents a651fb2 + dea9f9c commit 5236404
Show file tree
Hide file tree
Showing 168 changed files with 13,148 additions and 4,569 deletions.
4 changes: 4 additions & 0 deletions .hemtt/hooks/pre_build/01_set_version.rhai
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
let modcpp = HEMTT_VFS.join("mod.cpp").open_file().read();
modcpp.replace("0.0.0", HEMTT.project().version().to_string_short());
HEMTT_VFS.join("mod.cpp").create_file().write(modcpp);
print("mod.cpp version set");
34 changes: 34 additions & 0 deletions .hemtt/project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name = "Tun Respawn"
prefix = "tunres"
author = "Tuntematon"
mainprefix = "x"

[files]
include = [
"mod.cpp",
"data/**",
]

[version]
git_hash = 0

[binarize]
enabled = true

[lint.sqf]
enabled = true

[hemtt.launch.default]
workshop = [
"450814997", # CBA
"463939057", # ACE
"894678801", # TFAR
]
parameters = [
"-filePatching",
"-noPause",
"C:\\Users\\mikal\\Documents\\Arma 3 - Other Profiles\\Tuntematon\\missions\\TUN_Respawn_System.Stratis\\mission.sqm", # Launch into existing Editor Mission - \\ needed
]

[hemtt.release]
folder = "Tun_Respawn_System"
Binary file removed Data/afilogo.paa
Binary file not shown.
14 changes: 0 additions & 14 deletions addons/MSP/XEH_postInit.sqf

This file was deleted.

51 changes: 0 additions & 51 deletions addons/MSP/XEH_preInit.sqf

This file was deleted.

1 change: 0 additions & 1 deletion addons/MSP/XEH_preStart.sqf

This file was deleted.

10 changes: 0 additions & 10 deletions addons/MSP/XEH_prep.sqf

This file was deleted.

32 changes: 0 additions & 32 deletions addons/MSP/config.cpp

This file was deleted.

96 changes: 0 additions & 96 deletions addons/MSP/functions/fnc_ace_actions.sqf

This file was deleted.

101 changes: 0 additions & 101 deletions addons/MSP/functions/fnc_add_EH.sqf

This file was deleted.

Loading

0 comments on commit 5236404

Please sign in to comment.