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

Reworked: Added Frame Delay for send message + some other stuff #2

Merged
merged 19 commits into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .hemtt/hooks/post_build/post_build.rhai
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// HEMTT.script("update_3_build"); // Remove Comments for the things you would like to use
1 change: 1 addition & 0 deletions .hemtt/hooks/post_release/post_release.rhai
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// HEMTT.script("update_2_patch"); // Remove Comments for the things you would like to use
20 changes: 20 additions & 0 deletions .hemtt/launch.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[default]
workshop = [
"450814997", # CBA_A3's Workshop ID
"463939057", # ACE3
"2369477168", # Advanced Developer Tools
"1779063631", # ZEN
]

dlc = []
optionals = []

parameters = [
"-window",
"-noPause",
"-noPauseAudio",
]

[Test]
extends = "default"
mission = "test.VR"
Loading