-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**When merged this pull request will:** - Adds K12 Model R Watch with HR/O2 monitoring and Adjustable Timer ### IMPORTANT - [Development Guidelines](https://ace3.acemod.org/wiki/development/) are read, understood and applied. - Title of this PR uses our standard template `Component - Add|Fix|Improve|Change|Make|Remove {changes}`.
- Loading branch information
1 parent
8c7d0c4
commit da58eb5
Showing
24 changed files
with
679 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
class CfgSounds { | ||
class GVAR(watchAlarm) { | ||
name = QGVAR(watchAlarm); | ||
sound[] = | ||
{ | ||
QPATHTOF(audio\watchAlarm.ogg), | ||
5, | ||
1, | ||
10 | ||
}; | ||
titles[] = {}; | ||
}; | ||
class GVAR(watchVibrate) { | ||
name = QGVAR(watchVibrate); | ||
sound[] = | ||
{ | ||
QPATHTOF(audio\watchVibrate.ogg), | ||
5, | ||
1, | ||
10 | ||
}; | ||
titles[] = {}; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
PREP(closeWatchTimer); | ||
PREP(handleRespawn); | ||
PREP(hideKWatch); | ||
PREP(hideCWatch); | ||
PREP(hideSWatch); | ||
PREP(hideRWatch); | ||
PREP(init); | ||
PREP(showKWatch); | ||
PREP(showCWatch); | ||
PREP(showSWatch); | ||
PREP(showSWatch); | ||
PREP(showRWatch); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.