From 75c13ce69b51e013c17771092db2f8bcfe567d0b Mon Sep 17 00:00:00 2001 From: hizumi <> Date: Thu, 1 Feb 2024 23:22:09 -0600 Subject: [PATCH 1/3] Update fn_initServer.sqf update old no longer existing asset for fixed wing aircraft to currently used asset --- functions/init/fn_initServer.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/init/fn_initServer.sqf b/functions/init/fn_initServer.sqf index 0ddff3c..a0e287e 100644 --- a/functions/init/fn_initServer.sqf +++ b/functions/init/fn_initServer.sqf @@ -4,7 +4,7 @@ if (!isServer) exitWith {}; call milsim_fnc_crateDefinitions; _fixedAssets = [ - ["Ares", "USAF_A10", 0], + ["Ares", "B_Plane_CAS_01_Cluster_F", 0], ["Odyssey", "RHSGREF_A29B_HIDF", 0], ["Hercules", "USAF_C130J", 0] From ca5ee22f04dad1a7beb3f98677bcbb0e9eab2241 Mon Sep 17 00:00:00 2001 From: hizumi <> Date: Thu, 1 Feb 2024 23:27:15 -0600 Subject: [PATCH 2/3] Update README.md document new folder structure --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c227fea..655431a 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Once copied, the final structure should appear similar to the following: ├── images/ ├── scripts/ ├── sounds/ +├── textures/ ├── description.ext ├── mission.jpg ├── mission.sqm @@ -52,3 +53,7 @@ This directory is for organizational purposes for any custom scripts you wish to This directory is for organizational purposes for any custom scripts you wish to use in your mission. > **Note:** Using custom sounds require adding the proper CfgSounds codeblock into mission_settings.hpp + +## textures/ + +This directory is for organizational purposes for textures files used by mission scripts \ No newline at end of file From 30e09b3bb787fab43fc0f138cf23a568b33c356d Mon Sep 17 00:00:00 2001 From: hizumi <> Date: Thu, 1 Feb 2024 23:46:32 -0600 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d464af..68a2147 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,24 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project badly attempts [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [3.1.3] - 2024-01-10 +## [3.2] - 2024-02-01 +### Added + +- Custom logging function to allow for external scripts to parse framework messages +- Transport request system for respawned players +- CBA settings for transport request enable/disable and timeout durations +- Added zeus mortar resupply boxes +- Added battalion layout definition file for use in FBCB2 system + +### Changed + +- Update fixed wing asset class type +- Update contents of zeus resupply boxes +- Update player inventory check functions +- Update FBCB2 callsign and radio frequency pages + +## [3.1.3] - 2024-01-10 ### Changed - Merge triage-status-draw3d to fix draw overlay for medics