From a3a91d4f45b22fd487ecbc954ad979be5d03efdd Mon Sep 17 00:00:00 2001 From: hybrid Date: Thu, 11 Jun 2026 19:38:09 +0300 Subject: init --- Rsc/Header.hpp | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Rsc/Header.hpp (limited to 'Rsc/Header.hpp') diff --git a/Rsc/Header.hpp b/Rsc/Header.hpp new file mode 100644 index 0000000..ffc381a --- /dev/null +++ b/Rsc/Header.hpp @@ -0,0 +1,22 @@ +/* Header */ + +//--- Respawn options. +respawn = 3; +respawnDelay = WF_RESPAWNDELAY; +respawnDialog = false; + +//--- Require briefing.html to show up. +onLoadMission = WF_MISSIONNAME; +onLoadMissionTime = false; + +//--- ArrowHead loadscreen. +#ifndef VANILLA + loadScreen = WF_LOADSCREEN; +#endif + +//--- Properties. +class Header { + gameType = CTI; + minPlayers = 1; + maxPlayers = WF_MAXPLAYERS; +}; \ No newline at end of file -- cgit v1.3.1